diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-11 04:40:24 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-11 04:40:24 +0100 |
commit | 3d8d47d7858ae0e043a28f348fe8aec444d0d35a (patch) | |
tree | d82045e31bc409a1c14d74d13c65a051ec95922c /doc/tips/convert_mediawiki_to_ikiwiki | |
parent | 0d8cbfc5e0c1c1408d2d48707fefbd60c12b78a6 (diff) | |
parent | 8c47f16dccd8a4dd91f365233690bd8139431249 (diff) |
Merge commit 'upstream/master' into prv/po
Diffstat (limited to 'doc/tips/convert_mediawiki_to_ikiwiki')
-rw-r--r-- | doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn b/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn new file mode 100644 index 000000000..6e5f1668a --- /dev/null +++ b/doc/tips/convert_mediawiki_to_ikiwiki/discussion.mdwn @@ -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]] |