Difference between revisions of "Open Office Export"
From Organic Design wiki
({{legacy}}) |
|||
Line 3: | Line 3: | ||
Currently only [http://openoffice.org Open Office] [http://www.openoffice.org/product2/writer.html Writer] format is supported. It works correctly for embedded articles and outline numbered headings, integrating with Open Office's native outline-numbering system. | Currently only [http://openoffice.org Open Office] [http://www.openoffice.org/product2/writer.html Writer] format is supported. It works correctly for embedded articles and outline numbered headings, integrating with Open Office's native outline-numbering system. | ||
− | + | == Dependencies == | |
− | |||
*[[oo-doc-content.xml]] article | *[[oo-doc-content.xml]] article | ||
*[[oo-doc-styles.xml]] article | *[[oo-doc-styles.xml]] article | ||
Line 10: | Line 9: | ||
*PclZip library from [http://www.phpconcept.net/pclzip/index.en.php www.phpconcept.net] | *PclZip library from [http://www.phpconcept.net/pclzip/index.en.php www.phpconcept.net] | ||
− | + | == Limitations and bugs == | |
− | |||
* Images not started yet | * Images not started yet | ||
* Some html tags showing up like '''p''', '''br''' | * Some html tags showing up like '''p''', '''br''' | ||
Line 20: | Line 18: | ||
* '''pre''' and '''nowiki''' still have some bugs | * '''pre''' and '''nowiki''' still have some bugs | ||
* No control over style | * No control over style | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 00:04, 1 September 2007
The Export transform article is oo-regexp-export.php (and also oo-dom-export.php which does the same but using DOM but is unfinished). It is accessed from the "Export" button at the top of the page. The new button it is put there by default-skin.php which creates all the toolbars and navigation links outside the article itself. Currently only Open Office Writer format is supported. It works correctly for embedded articles and outline numbered headings, integrating with Open Office's native outline-numbering system.
Dependencies
- oo-doc-content.xml article
- oo-doc-styles.xml article
- oo-doc-manifest.xml article
- PclZip library from www.phpconcept.net
Limitations and bugs
- Images not started yet
- Some html tags showing up like p, br
- Some html that should be handled isn't like center
- Tables not finished yet
- Syntax highlighting has some bugs (eg. this doesn't work)
- Bullet lists don't indent to show hierarchy
- pre and nowiki still have some bugs
- No control over style