How to use the examples:

Within ZMI:

1. Install CMFReportTool -> INTSTALL.txt
2. upload net-labs.gif into the contents tab of portal_report 
   (Add->Image->choose-file)
3. create a PageTemplate (id:default) in portal_report/contents and paste
   the content of examples/default_template.txt
4. create a PageTemplate (id:testdocument_pdf) in portal_skins/custom
   and paste the content of examples/testdocument_pdf.txt
5. within your browser type:
   http://<yoursite>/<somepathtoanobject_except_root>/asPDF/default/testdocument_pdf/test.pdf
   and your browser should open your PDF-Reader with a sample output of an PDF-Skin ..
   this is just a demo yet.


for STX-Rendering try this:

4. create a PythonScript (id:test_stx) in portal_skins/custom and
   paste the content of examples/test_stx.txt

Within CMF/Plone-site:

5. goto some folder (e.g. your homefolder) and create a Document
   (e.g. id:ExtensionClass) and fill some STX-Content into it e.g. 
   <zoperoot>/lib/Components/ExtensionClass/doc/ExtensionClass.stx
6. within your brower type: 
   http://<yoursite>/<pathtoobject>/ExtensionClass/test_stx/test.pdf
   and your browser should open your PDF-Reader with a dynamically rendered PDF
   with the ExtensionClass-Documentation
   
Further Reading:
- some basic HTML-Documentation is available
- work on DTD's has begun ... not yet complete
