[go: up one dir, main page]

Menu

Tree [r39] / ooolib-python /
 History

HTTPS access


File Date Author Commit
 doc 2008-10-29 chiasmus1 [r4] Created directories for documentation and examp...
 examples 2009-08-27 chiasmus1 [r20] Moved Meta and XML classes into their own files.
 ooolib 2009-09-10 chiasmus1 [r24] Added code to ooolibTable and modified other af...
 ChangeLog 2009-08-26 chiasmus1 [r17] Updated changelog date
 README 2009-08-26 chiasmus1 [r16] Preparing files for new version.
 setup.py 2009-08-27 chiasmus1 [r21] Fixed a few bugs introduced by splitting off th...

Read Me

# ooolib-python - Python module for creating Open Document Format documents.
# Copyright (C) 2006-2009  Joseph Colton

# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.

# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.

# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA

# You can contact me by email at josephcolton@gmail.com

I have tried to make it easy to use and test ooolib-python.  In the examples/
directory you will find sample code that can be executed to generate sample ODF
document.

Additionally, you can install ooolib-python using the setup.py script.  For
installation execute the following command:

bash# ./setup.py install

As long as you have root access you should be able to install the ooolib-python
package and use it throughout your system.