[Python-modules-commits] r2861 - /packages/plastex/trunk/debian/control

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Fri Jul 27 12:53:35 UTC 2007


Author: azatoth-guest
Date: Fri Jul 27 12:53:35 2007
New Revision: 2861

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2861
Log:
made doc doc

Modified:
    packages/plastex/trunk/debian/control

Modified: packages/plastex/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/plastex/trunk/debian/control?rev=2861&op=diff
==============================================================================
--- packages/plastex/trunk/debian/control (original)
+++ packages/plastex/trunk/debian/control Fri Jul 27 12:53:35 2007
@@ -23,9 +23,27 @@
  it is a LaTeX document processor that gives you the advantages of an XML
  document in the context of a language as superb as Python.
  .
- Homepage: http://plastex.sourceforge.net/
+  Homepage: http://plastex.sourceforge.net/
 
 Package: python-plastex-doc
+Section: doc
 Architecture: all
+Suggests: doc-base
 Description: a collection of Python frameworks that allow you to process LaTeX documents - documentation files
- This packages provides the documentation files for python-plastex
+ plasTeX is a collection of Python frameworks that allow you to process LaTeX 
+ documents. This processing includes, but is not limited to, conversion of
+ LaTeX documents to various document formats. Of course, it is capable of
+ converting to HTML or XML formats such as DocBook  and tBook, but it is an
+ open framework that allows you to drive any type of rendering. This means that
+ it could be used to drive a COM object that creates a MS Word Document.
+ . 
+ The plasTeX framework allows you to control all of the processes including
+ tokenizing, object creation, and rendering through API calls. You also have
+ access to all of the internals such as counters, the states of "if" commands,
+ locally and globally defined macros, labels and references, etc. In essence,
+ it is a LaTeX document processor that gives you the advantages of an XML
+ document in the context of a language as superb as Python.
+ .
+  Homepage: http://plastex.sourceforge.net/
+ .
+ This packages provides the documentation files for python-plastex.




More information about the Python-modules-commits mailing list