Converting Various Markup to MediaWiki: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
Line 7: Line 7:
==Using online tools==
==Using online tools==


These are web pages (CGIs) which run the HTML-WikiConverter software. They save you the trouble of getting the code and building it.  
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.  


* This is the best converter, since it lets you paste a URL or the HTML: http://diberri.dyndns.org/wikipedia/html2wiki/index.html
* This is the best converter, since it lets you paste a URL or the HTML: http://diberri.dyndns.org/wikipedia/html2wiki/index.html

Revision as of 20:17, 7 March 2007

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.