Wiki converters
From TechWiki
There are a number of useful utilities for converting various document and HTML formats to MediaWiki, and vice versa.
Contents |
General Converter
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 (unfortunately, now abandoned)
- http://bmanolov.free.fr/html2wiki-tables.php#wiki - seems to work quite well
- http://openfacts2.berlios.de/html2wiki/
- HTML Tags Stripper is designed to strip HTML tags from the text. It will also strip embedded JavaScript code, style information (style sheets), as well as code inside php/asp tags (<?php ?> <%php ?> <% %>)
- http://krinkle-tools.grizzdesign.nl/HTML2Wiki/
- http://labs.seapine.com/htmltowiki.cgi
- http://w-i-k-i.appspot.com/ -- 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
PDF to HTML
- http://www.pdfonline.com/convert-pdf-to-html/ ; online service; quite clean; for individual use; limited to 2 MB per upload
- http://pdftohtml.sourceforge.net/
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
- There is a pretty nice, effective free online cleaner at http://word2cleanhtml.com/cleanit
- Word-to-HTML works for files up to 20 KB; subscription needed for larger files or frequent use
- Another online tool is http://www.wordhtmlcleaner.co.uk/; you upload the HTML from your hard drive
- 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
HTML to PDF
- http://pdfmyurl.com/ (online)
- http://code.google.com/p/wkhtmltopdf/ (local install)