Converting documents to mediawiki markup: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 1: Line 1:
==Introduction==
==Introduction==
There appears to be few existing tools to automatically convert other document formats (e.g .doc, .xls, .ppt).  The simplest approach right now appears to be to convert documents into html and from that to convert them to wiki markup as there are good html->wiki converters.
There appears to be few existing tools to automatically convert other document formats (e.g .doc, .xls, .ppt).  The simplest approach right now appears to be to convert documents into html and from that to convert them to wiki markup as there are good html->wiki converters.  [http://en.wikipedia.org/wiki/Wikipedia:Tools/Editing_Tools Here] are some good links.


==Word Documents==
==Word Documents==
Saving a relatively simple Word document (no images or tables) to html and then running that through the converter [http://diberri.dyndns.org/html2wiki.html here] produced good mediawiki formatting. A document including images, tables, and centered text did not work as well.  The images would need to be added to OWW separately, the table also didn't come out quite right and centered text was no longer centered.
Saving a relatively simple Word document (no images or tables) to html and then running that through the converter [http://diberri.dyndns.org/html2wiki.html here] produced good mediawiki formatting. A document including images, tables, and centered text did not work as well.  The images would need to be added to OWW separately, the table also didn't come out quite right and centered text was no longer centered.

Revision as of 13:04, 29 November 2005

Introduction

There appears to be few existing tools to automatically convert other document formats (e.g .doc, .xls, .ppt). The simplest approach right now appears to be to convert documents into html and from that to convert them to wiki markup as there are good html->wiki converters. Here are some good links.

Word Documents

Saving a relatively simple Word document (no images or tables) to html and then running that through the converter here produced good mediawiki formatting. A document including images, tables, and centered text did not work as well. The images would need to be added to OWW separately, the table also didn't come out quite right and centered text was no longer centered.