Twiki2mediawiki: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
(Platzhalter)
 
K (Wiederhergestellt zur letzten Änderung von Neingeist)
(5 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
FIXME: Erstmal nur ein Platzhalter :)
Von http://blogs.bl0rg.net/neingeist/archives/000554.html:


--[[Benutzer:Neingeist|Neingeist]] 05:02, 11. Jan 2005 (CET)
== 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 :-)
 
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:FIXME]]
[[Kategorie:Projekte]]
[[Kategorie:Projekte]]

Version vom 4. Mai 2006, 23:30 Uhr

Von http://blogs.bl0rg.net/neingeist/archives/000554.html:

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.

Download