OpenOffice.org extension for Tabellio
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Frédéric Péters 2e0ac44539 new script to create cache files from tabellio db 2012-02-27 13:12:31 +01:00
addon version bump 2012-02-22 14:48:01 +01:00
doc add sample title page, with metadata spots 2010-03-31 09:06:31 +02:00
legi2odf add support for crossreferences in legi2odf 2011-09-28 13:32:21 +02:00
legi2pdf add support for pdfgen.metadata.moreno 2011-12-14 11:23:14 +01:00
odf2legi add hierarchy tests 2011-12-13 11:40:32 +01:00
ods2xmls insert commission presidents in the format requested by PFB 2011-05-06 15:09:05 +02:00
server removal of unnessary imports 2011-06-03 13:47:48 +02:00
template-pcf add a new "note for toc" style, that adds text to the table of contents (#390) 2011-04-27 09:35:55 +02:00
template-pfb add a new "note for toc" style, that adds text to the table of contents (#390) 2011-04-27 09:35:55 +02:00
win32legiopen moving win32legiopen.py to its own directory 2010-07-23 09:14:53 +02:00
Addons.xcu.in add an "insert standard text" toolbar button 2012-02-22 13:29:05 +01:00
Makefile adapt to libre office paths 2011-05-06 16:41:30 +02:00
README add README file describing components 2011-12-13 11:00:12 +01:00
create-cache-data-files.py new script to create cache files from tabellio db 2012-02-27 13:12:31 +01:00
index_odt.py new cmdline utility to generate an index of odt files 2009-03-12 13:21:25 +01:00
styles.py add a new "note for toc" style, that adds text to the table of contents (#390) 2011-04-27 09:35:55 +02:00

README

TabellioOOo
===========

This file lists and explains the different components.

addon/
------

The OpenOffice.org extension, it holds the implementation of the various
commands and dialogs exposed in the OOo user interface.

It follows Python standard coding style except when required by OOo API (which
was created following Java coding style, e.g. it has reverse domain notation).


legi2odf/
---------

Conversion script from .legi to Open Document Format, based on XSL
transformations.


legi2pdf/
---------

Publication script from .legi to PDF, mix of Python code and XSL
transformations inherited from the docbook-xsl package.


odf2legi/
---------

Conversion script from Open Document Format to .legi, it is pure Python and
follows PEP-8. It has unit tests created using the unittest module.


ods2xmls/
---------

Transformation script, taking a spreadsheet of several tables, listing actors
(e.g. deputies), and outputting the XML required by the OpenOffice.org addon.


server/
-------

SCGI server handling calls to various scripts, to provide remote support for
converting and transforming between formats.


win32legiopen/
--------------

Win32 client calling to the server to convert from .legi to Open Document
Format, as well as opening the resulting file.