cybertools/docgen
2012-03-08 11:54:44 +01:00
..
__init__.py work in progress: new package docgen for document generation 2012-01-27 07:51:53 +01:00
base.py loading of CSS file controllable by subclass 2012-03-08 11:54:44 +01:00
README.txt work in progress: new package docgen for document generation 2012-01-27 07:51:53 +01:00
tests.py work in progress: new package docgen for document generation 2012-01-27 07:51:53 +01:00
word.css embed CSS file in word page 2012-02-01 21:27:09 +01:00
word_macros.pt work in progress: new package docgen for document generation 2012-01-27 07:51:53 +01:00
word_page.pt use ISO encoding for Word; use Section2 CSS class (landscape orientation) as standard for listings 2012-02-07 15:05:26 +01:00

================================================================
docgen - Document Generation from Result Sets and XML Structures
================================================================

  >>> from zope import component
  >>> from zope.publisher.browser import TestRequest

  >>> from cybertools.docgen.base import WordDocument
  >>> doc = WordDocument(None, TestRequest)