Wiki converters
From DocWiki
There are a number of useful utilities for converting various document and HTML formats to MediaWiki, and vice versa.
Contents |
Converters to Wikitext
- Converting documents to mediawiki markup
- Mediawiki editing tools
- Excel-to-Wiki Converter -- a nice online converter
- HTML::Wiki Converter -- a nice online converter
- http://www.jtidy.de/ -- another HTML-to-wiki converter
- For OpenOffice, here are some useful tools:
- Also, see Word2MediaWikiPlus, an extension to Word, that is promising, but not yet ready for primetime.
Wikitext Converters
PHP
- Perhaps the best choice from a PHP developers point of view is the Text_Wiki PEAR Package. It "transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup." It has even a adapter for Mediawiki code
- PHP: http://www.ffnn.nl/pages/projects/wiki-text-to-html.php
- PHP, with good explanation and online demo: http://www.novell.com/communities/node/3370/wiki-cool-solutions-converter
Others
- Wiky is a clientside Wiki markup to HTML converter written in javascript. As it is bidirectional, it can convert Wiki markup to HTML and later convert that generated HTML text back to Wiki markup.
- http://confluence.atlassian.com/pages/viewpage.action?pageId=157448
- http://deplate.sourceforge.net/
- http://search.cpan.org/~migo/wikitext-perl-1.01/lib/Text/WikiText.pm
- http://code.google.com/p/gwtwiki/wiki/Mediawiki2HTML
Word Cleaners
- Word-to-HTML works for files up to 20 KB; subscription needed for larger files or frequent use
- The Clean MS Word HTML Page open source project does much the same thing; paste in Word content, click the Clean button, then get your purified HTML that you can paste into the raw HTML tab of your blog post editor