]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add discussion on this tip
authorJon Dowland <jon@alcopop.org>
Mon, 10 Nov 2008 23:34:09 +0000 (23:34 +0000)
committerJon Dowland <jon@alcopop.org>
Mon, 10 Nov 2008 23:34:09 +0000 (23:34 +0000)
doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn [new file with mode: 0644]

diff --git a/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn b/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn
new file mode 100644 (file)
index 0000000..6e5f166
--- /dev/null
@@ -0,0 +1,14 @@
+The u32 page is excellent, but I wonder if documenting the procedure here
+would be worthwhile. Who knows, the remote site might disappear. But also
+there are some variations on the approach that might be useful:
+
+ * using a python script and the dom library to extract the page names from
+   Special:Allpages (such as
+   <http://www.staff.ncl.ac.uk/jon.dowland/unix/docs/get_pagenames.py>)
+ * Or, querying the mysql back-end to get the names
+ * using WWW::MediaWiki for importing/exporting pages from the wiki, instead
+   of Special::Export
+
+Also, some detail on converting mediawiki transclusion to ikiwiki inlines...
+
+-- [[JonDowland]]