|
Revision 45143, 1.1 kB
(checked in by lgodard, 2 years ago)
|
- Setup.py for deploying ooo2dbk as a script
- sudo python setup.py install
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
#================================================================== |
|---|
| 2 |
# OOo2DBK : OpenOffice.org Writer document to DocBook XML converter |
|---|
| 3 |
#================================================================== |
|---|
| 4 |
# (C) Copyright 2006 Nuxeo SAS <http://nuxeo.com> |
|---|
| 5 |
# (C) Copyright Eric Bellot <ebellot@netcourrier.com> |
|---|
| 6 |
# |
|---|
| 7 |
# Authors: |
|---|
| 8 |
# Ruslan Spivak (Nuxeo) |
|---|
| 9 |
# M.-A. Darche (Nuxeo) |
|---|
| 10 |
# Eric Bellot <ebellot@netcourrier.com> |
|---|
| 11 |
# |
|---|
| 12 |
# This program is free software; you can redistribute it and/or modify |
|---|
| 13 |
# it under the terms of the GNU General Public License version 2 as published |
|---|
| 14 |
# by the Free Software Foundation. |
|---|
| 15 |
# |
|---|
| 16 |
# This program is distributed in the hope that it will be useful, |
|---|
| 17 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 18 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 19 |
# GNU General Public License for more details. |
|---|
| 20 |
# |
|---|
| 21 |
# You should have received a copy of the GNU General Public License |
|---|
| 22 |
# along with this program; if not, write to the Free Software |
|---|
| 23 |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
|---|
| 24 |
# 02111-1307, USA. |
|---|
| 25 |
# |
|---|
| 26 |
# See ``COPYING`` for more information |
|---|
| 27 |
# |
|---|
| 28 |
# $Id$ |
|---|
| 29 |
#from ooo2dbk import execArgs, convert |
|---|
| 30 |
|
|---|