File: TODO.txt

package info (click to toggle)
ooo2dbk 2.1.0-1.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,816 kB
  • ctags: 62
  • sloc: xml: 1,053; python: 869; makefile: 73
file content (38 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
====
TODO
====

:Authors: - Marc-Aurle Darche
          - Laurent Godard

:Revision: $Id: TODO.txt 50617 2006-12-15 11:28:29Z madarche $

.. sectnum::    :depth: 4
.. contents::   :depth: 4


- Code cleaning: Remove the use of "global" variables.

- File and image directory processing should be done in a temporary directory
  rather than in the current directory (both when a single file or an archive
  file is asked).

- Rework the RPM generation so that it doesn't rely on any sudo or privileged
  processings.

- On Mandrake the default OpenOffice.org installation resides in
  /usr/lib/openoffice so maybe the ooo2dbk.xml conf file of the RPM package
  should reflect this. On another hand the default install of a stock
  OpenOffice.org is in /opt/OpenOffice.org1.1.4.

- ???? Automatically generates xslt and user defined textfields based on docbook possible metadatas (DTD ?)

- Take jobtitle and quality correctly into naccount in the docbook.xsl

- Deploy ooo2dbk as a module using distutils : need to rename to .py and create a caller script


.. Local Variables:
.. mode: rst
.. End:
.. vim: set filetype=rst: