~toolpart/openobject-server/toolpart

« back to all changes in this revision

Viewing changes to bin/reportlab/tools/pythonpoint/README

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PythonPoint is a utility for generating PDF slides from 
 
2
a simple XML format - "PythonPoint Markup Language".
 
3
 
 
4
This is early days.  It lets you produce quite sophisticated
 
5
output, but the DTD will undoubtedly evolve and change.
 
6
However, I want people to be able to use it this summer so am
 
7
releasing now.
 
8
 
 
9
It is part of the ReportLab distribution; if you have managed
 
10
to run the ReportLab tests, and have installed the Python
 
11
Imaging Library, usage should be straightforward.  PIL is not 
 
12
required to make slides, but the demo will have a few blanks if 
 
13
you omit it.
 
14
 
 
15
To use, cd to the pythonpoint directory and execute:
 
16
        pythonpoint.py pythonpoint.xml
 
17
This will create pythonpoint.pdf, which is your manual.
 
18
 
 
19
You can also try 'monterey.xml', which is a talk I gave
 
20
at the O'Reilly Open Source conference in Monterey
 
21
in summer 1999.
 
22
 
 
23
We have issues to resolve over module load paths;
 
24
the easiest solution for now is to put the PythonPoint
 
25
directory on your path; work in a new directory;
 
26
and explicitly include the paths to any custom shapes,
 
27
and style sheets you use.
 
28
 
 
29
- Andy Robinson, 6 April 2000
 
 
b'\\ No newline at end of file'