Ubuntu Pastebin

Paste from yofel at Wed, 11 Mar 2015 10:33:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/export.sh b/export.sh
index a89bb15..0550c66 100755
--- a/export.sh
+++ b/export.sh
@@ -52,7 +52,7 @@ for lang in $LANGS; do
     --remote-header-name \
     --data "catname=&pages=${lang_pages}&curonly=1&wpDownload=1" \
     --output index.xml \
-    "http://userbase.kde.org/index.php?title=Special:Export&action=submit"
+    "https://userbase.kde.org/index.php?title=Special:Export&action=submit"
     python $CWD/tooling/wiki2docbook.py -r index.docbook index.xml &> /dev/null
     mv index.xml.new.docbook index.docbook
     rm -f index.xml
Download as text