Difference between revisions of "Open Office Export"

From Organic Design wiki
({{legacy}})
(Alternatives)
 
(One intermediate revision by the same user not shown)
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 ==
;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 ==
;Current 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 21: Line 19:
 
* No control over style
 
* No control over style
  
 
+
== Alternatives ==
;Here's some documents you can test it with (they have the export transform added to th URL's):
+
*[[MW:Extension:Pdf Book]]
*[{{SERVER}}/wiki/index.php?title=Forms_and_XPath_Queries&xpath:/properties:data=oo-regexp-export.php Forms & Xpath Queries]
+
*[[MW:Extension:Pdf Export]]
*[{{SERVER}}/wiki/index.php?title=The_Nodal_Model&xpath:/properties:data=oo-regexp-export.php The Nodal Model]
 
*[{{SERVER}}/wiki/index.php?title=Project&xpath:/properties:data=oo-regexp-export.php About the project]
 
[[Category:Help]]
 

Latest revision as of 00:05, 1 September 2007

Legacy.svg Legacy: This article describes a concept that has been superseded in the course of ongoing development on the Organic Design wiki. Please do not develop this any further or base work on this concept, this is only useful for a historic record of work done. You may find a link to the currently used concept or function in this article, if not you can contact the author to find out what has taken the place of this legacy item.

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

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

Alternatives