(Platzhalter) |
Bar^-5 (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(6 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
Von http://blogs.bl0rg.net/neingeist/archives/000554.html: | |||
== Converting TWiki to MediaWiki == | |||
[[ | A while ago, we migrated our [http://www.entropia.de/wiki Entropia Wiki] from [http://www.twiki.org TWiki] to [http://www.mediawiki.org MediaWiki]. I wrote a little dirty Perl script to help us migrating and it did help a lot. I'm not maintaining it anymore, still I wanted to share the script as it could be useful for other people. You can get it [http://bl0rg.net/software/twiki2mediawiki/twiki2mediawiki-0.0.tar.gz here]. Don't bother me with bug reports :-) | ||
[[Kategorie:Projekte]] | |||
From the script's description: | |||
twiki2mediawiki converts TWiki Wikis to MediaWiki SQL. Make backups and pray. | |||
A todo list called Twiki2mediawiki_TODO_list will be generated, so you can | |||
check each page for conversion errors. | |||
BUGS | |||
- Doesn't handle umlauts in titles | |||
- Leaves some HTML-markup that worked in TWiki hanging around | |||
- Doesn't handle *fat* TWiki-style | |||
- Doesn't handle TWiki-tables | |||
- Doesn't handle Inter-TwikiWeb.Links correctly | |||
- Doesn't handle all styles of links | |||
- Full text earching does not work: As you really should touch | |||
every single page anyway, this is not a big problem. | |||
WHAT TO DO AFTER CONVERTING | |||
Visit "Twiki2mediawiki_TODO_list" to fix your wiki: | |||
- Rename a lot of pages (CameLcase) | |||
- Fix b0rken links (see BUGS) | |||
- Fix b0rken markup (see BUGS) | |||
I believe the full-text search would work if you let MediaWiki reindex the whole Wiki. There's some info about that in the [http://de.wikipedia.org/wiki/Wikipedia:Download#Optional:_Textindex German Wikipedia's Download page]. | |||
== Download == | |||
* [http://bl0rg.net/software/twiki2mediawiki/twiki2mediawiki-0.0.tar.gz twiki2mediawiki-0.0] | |||
[[Kategorie:Projekte:Archiv]] |
Aktuelle Version vom 11. Januar 2020, 14:16 Uhr
Converting TWiki to MediaWiki
A while ago, we migrated our Entropia Wiki from TWiki to MediaWiki. I wrote a little dirty Perl script to help us migrating and it did help a lot. I'm not maintaining it anymore, still I wanted to share the script as it could be useful for other people. You can get it here. Don't bother me with bug reports :-)
From the script's description:
twiki2mediawiki converts TWiki Wikis to MediaWiki SQL. Make backups and pray. A todo list called Twiki2mediawiki_TODO_list will be generated, so you can check each page for conversion errors. BUGS - Doesn't handle umlauts in titles - Leaves some HTML-markup that worked in TWiki hanging around - Doesn't handle *fat* TWiki-style - Doesn't handle TWiki-tables - Doesn't handle Inter-TwikiWeb.Links correctly - Doesn't handle all styles of links - Full text earching does not work: As you really should touch every single page anyway, this is not a big problem. WHAT TO DO AFTER CONVERTING Visit "Twiki2mediawiki_TODO_list" to fix your wiki: - Rename a lot of pages (CameLcase) - Fix b0rken links (see BUGS) - Fix b0rken markup (see BUGS)
I believe the full-text search would work if you let MediaWiki reindex the whole Wiki. There's some info about that in the German Wikipedia's Download page.