Converting Various Markup to MediaWiki: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
No edit summary
No edit summary
Line 24: Line 24:


We're making modifications to Latex2MediaWiki.py so that it will support our particular latex styles.
We're making modifications to Latex2MediaWiki.py so that it will support our particular latex styles.
=More info...=
See the [http://en.wikipedia.org/wiki/Wikipedia:Tools/Editing_tools#Wikisyntax_conversion_utilities page on WikiPedia] about conversions like Word to MediaWiki, CSV to MediaWiki, et c.

Revision as of 20:27, 7 March 2007

Converting HTML

Using Perl on your own computer

Grab the HTML-WikiConverter, build it and follow the directions. You will need to supply the HTML file names on the command line and capture the output (the program writes to standard output) and then open a MediaWiki page for editing and paste the MediaWiki markup. Fairly painless unless you're working with a complex, multipage document.

NB: This coverter does not like <div> tags.

Using online tools

These are web pages (CGIs) which run the HTML-WikiConverter software, so any limitations of the above software apply to this as well. However, they save you the trouble of getting the code and building it.

Converting TWiKi

Untested converter: Twiki2mediawiki.

Converting Latex

We're making modifications to Latex2MediaWiki.py so that it will support our particular latex styles.

More info...

See the page on WikiPedia about conversions like Word to MediaWiki, CSV to MediaWiki, et c.