[Checkins] SVN: zopyx.convert2/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Sat Oct 4 13:27:18 EDT 2008


Log message for revision 91757:
  updated
  

Changed:
  U   zopyx.convert2/trunk/README.txt
  U   zopyx.convert2/trunk/setup.py

-=-
Modified: zopyx.convert2/trunk/README.txt
===================================================================
--- zopyx.convert2/trunk/README.txt	2008-10-04 17:24:39 UTC (rev 91756)
+++ zopyx.convert2/trunk/README.txt	2008-10-04 17:27:17 UTC (rev 91757)
@@ -2,7 +2,8 @@
 -------------------------------------------------------------------------------------------------------
 
 The zopyx.convert2 package helps you to convert HTML to PDF, RTF, ODT, DOCX and
-WML using XSL-FO technology or using PrinceXML.
+WML using XSL-FO technology or using PrinceXML. This package is used as the
+low-level API for zopyx.smartprintng.core.
 
 
 Requirements
@@ -97,7 +98,7 @@
 
 
 How zopyx.convert2 works internally
-==================================
+===================================
 
 - The source HTML file is converted to XHTML using mxTidy
 - the XHTML file is converted to FO using the great "csstoxslfo" converter

Modified: zopyx.convert2/trunk/setup.py
===================================================================
--- zopyx.convert2/trunk/setup.py	2008-10-04 17:24:39 UTC (rev 91756)
+++ zopyx.convert2/trunk/setup.py	2008-10-04 17:27:17 UTC (rev 91757)
@@ -34,7 +34,7 @@
       package_dir = {'': 'src'},
       include_package_data = True,
       zip_safe=False,
-      install_requires=['setuptools', 'elementtree', 'BeautifulSoup', 'zope.interface'],
+      install_requires=['setuptools', 'elementtree', 'BeautifulSoup'],
       namespace_packages=['zopyx'],
       entry_points={'console_scripts': ['html-convert = zopyx.convert.cli:main',]},
       )



More information about the Checkins mailing list