Télécharger la liste

Description du projet

OOoPy is a Python library for modifying
OpenOffice.org documents. It provides a set of
transformations on the OOo XML format using the
ElementTree XML Library. Transformations included
are a mail merge application and the concatenation
of documents with formatting
intact. The framework supports easy creation of
new transformations.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-07-06 23:48
1.6.7680

La compression est fixe: lors de l'écriture de nouveaux fichiers XML, celles-ci seraient stockées au lieu de dans le fichier compressé Zip OOo, ce qui entraîne inutilement des documents volumineux. Protégées par un copyright a été ajouté à des utilitaires de ligne de commande. MailMerge pour OOo 3.X listes a été fixée.
Tags: Minor bugfixes
Compression was fixed: when writing new XML files, these would be stored instead of compressed in the OOo Zip file, resulting in unnecessarily large documents. A copyright notice was added to the command-line utilities. Mailmerge for OOo 3.X lists was fixed.

2008-06-03 21:51
1.4.4873

Doctest a été fixé à courir, espérons sur Windows.
Tags: Minor bugfixes
Doctest was fixed to hopefully run on Windows.

2008-05-29 02:12
1.3.4825

Le test de régression a échoué parce que certains dossiers n'ont pas été distribués. Cette version corrige des bogues SF 1970389 et 1972900.
Tags: Minor bugfixes
The regression test failed because some files were not distributed. This release fixes SF bugs 1970389 and 1972900.

2008-04-07 18:11
V_1_2_4576

Cette version ajoute le ooo_fieldreplace, ooo_cat, et ooo_mailmerge utilitaires de ligne de commande. Il fixe ooo_as_text pour permettre la spécification d'un fichier de sortie. Notez que le traitement des non-seekable d'entrée / sortie (tuyaux) pour les utilitaires de ligne de commande ne fonctionnera à partir de Python 2.5. Il ya des corrections de bugs mineures lorsqu'il assemblage de documents.
Tags: Major feature enhancements
This release adds the ooo_fieldreplace, ooo_cat, and ooo_mailmerge command line utilities. It fixes ooo_as_text to allow specification of an output file. Note that handling of non-seekable input/output (pipes) for command line utilities will only work starting with Python 2.5. There are minor bugfixes when concatenating documents.

2008-02-28 13:55
1.1.4477

Modifications de la documentation de faible importance.
Tags: Minor bugfixes
Small documentation changes.

Project Resources