odoo/bin/reportlab/tools/pythonpoint
pinky 1e479b40d6 RL2
bzr revid: pinky-223ff6e649c55e0032638fd654c6a1f5d1fdcf01
2007-01-07 23:35:53 +00:00
..
demos RL2 2007-01-07 23:35:53 +00:00
styles RL2 2007-01-07 23:35:53 +00:00
README RL2 2007-01-07 23:35:53 +00:00
__init__.py RL2 2007-01-07 23:35:53 +00:00
customshapes.py RL2 2007-01-07 23:35:53 +00:00
pythonpoint.dtd RL2 2007-01-07 23:35:53 +00:00
pythonpoint.py RL2 2007-01-07 23:35:53 +00:00
stdparser.py RL2 2007-01-07 23:35:53 +00:00

README

PythonPoint is a utility for generating PDF slides from 
a simple XML format - "PythonPoint Markup Language".

This is early days.  It lets you produce quite sophisticated
output, but the DTD will undoubtedly evolve and change.
However, I want people to be able to use it this summer so am
releasing now.

It is part of the ReportLab distribution; if you have managed
to run the ReportLab tests, and have installed the Python
Imaging Library, usage should be straightforward.  PIL is not 
required to make slides, but the demo will have a few blanks if 
you omit it.

To use, cd to the pythonpoint directory and execute:
	pythonpoint.py pythonpoint.xml
This will create pythonpoint.pdf, which is your manual.

You can also try 'monterey.xml', which is a talk I gave
at the O'Reilly Open Source conference in Monterey
in summer 1999.

We have issues to resolve over module load paths;
the easiest solution for now is to put the PythonPoint
directory on your path; work in a new directory;
and explicitly include the paths to any custom shapes,
and style sheets you use.

- Andy Robinson, 6 April 2000