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 a795cdc0c0 force current directory to match the script (#4595) 2014-03-28 11:31:30 +01:00
addon bump version number 2013-12-29 23:05:57 +01:00
doc add sample title page, with metadata spots 2010-03-31 09:06:31 +02:00
legi2odf preserve style prefix when converting documents (#4582) 2014-03-26 13:54:22 +01:00
legi2pdf legi2pdf: do not touch multicols in preface (#4080) 2013-12-16 10:18:08 +01:00
odf2legi always insert underline property first, for proper LaTeX handling (#4276) 2014-02-03 13:43:02 +01:00
ods2xmls insert commission presidents in the format requested by PFB 2011-05-06 15:09:05 +02:00
server force current directory to match the script (#4595) 2014-03-28 11:31:30 +01:00
template-pcf preserve style prefix when converting documents (#4582) 2014-03-26 13:54:22 +01: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
.gitignore ignore LibreOffice update file 2012-12-03 14:48:05 +01:00
Addons.xcu.in addon: add "insert vote" button to toolbar (#3835) 2013-10-27 11:06:06 +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 remove extraneous blank line 2013-06-03 17:08:10 +02:00
styles.py addon: rename "Titre Synthèse" button (#3726) 2013-10-07 11:47:21 +02:00
upload.sh add script to publish extension on tabellio.entrouvert.com 2012-12-03 14:47:25 +01: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.