http://development.openoffice.org/releases/2.3.0.html http://www.openoffice.org/issues/show_bug.cgi?id=48409
Spec they used: http://specs.openoffice.org/writer/fileIO/MediaWiki_Export_Filter.odt - notethat that document reliably crashed OOo on Gutsy Gibbon for me ...
- d.
We have testing this in house for several months and it works pretty well.
A couple of boo boos but it certainly does speed up the process if you are converting any word docs to wiki
DSig David Tod Sigafoos | SANMAR Corporation PICK Guy 206-770-5585 davesigafoos@sanmar.com
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of David Gerard Sent: Sunday, September 16, 2007 9:53 To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] OpenOffice.org 2.3 does MediaWiki wikitext export
http://development.openoffice.org/releases/2.3.0.html http://www.openoffice.org/issues/show_bug.cgi?id=48409
Spec they used: http://specs.openoffice.org/writer/fileIO/MediaWiki_Export_Filter.odt - notethat that document reliably crashed OOo on Gutsy Gibbon for me ...
- d.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
The biggest one that comes to mind right off is
When it creates a table it uses
class="prettytable"
but we do not get that to work. We use
{{prettytable}}
We do lots of tables and this became noticeable right away. Not sure why the class doesn't work, sure we are missing something. But the fix is pretty easy.
I think there were 2 other things but they were all really small like this
DSig David Tod Sigafoos | SANMAR Corporation PICK Guy 206-770-5585 davesigafoos@sanmar.com
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Frederik Dohr Sent: Monday, September 17, 2007 9:36 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] OpenOffice.org 2.3 does MediaWiki wikitext export
A couple of boo boos
Could you elaborate on that?
Thanks.
-- F.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
When it creates a table it uses class="prettytable" Not sure why the class doesn't work
I'm not sure I understand; what does not work - the CSS styling? You could apply styling by adding something like the following to [[MediaWiki:Common.css]]:
table.prettytable { border-collapse: collapse; }
table.prettytable th, table.prettytable td { border: 1px solid #000; padding: 5px; }
table.prettytable th { background-color: #EEE; }
I think there were 2 other things but they were all really small like this
That a lot better than I would have expected - so I'm definitely gonna give this a try sometime soon.
-- F.
mediawiki-l@lists.wikimedia.org