★ wanayoo — archive 1999 http://ptml.sourceforge.net/cgi-bin/ptmlcgi.py/index.htmlNouvelle recherche | Portail wanayoo

PTML - Embed Python in text documents

19th May 2000 - PTML 0.1

The first release of PTML has been made publically available. The PTML web site is currently under construction, in the interim the README from the 0.1 release is reproduced below. Please make use of the mailing lists and bug tracking facilities at the project page, You can also browse the CVS tree.

ptml-0.1.tar.gz

Niall Smart <niall@pobox.com>




PTML 0.1
========
	  
PTML is a Python module which lets you embed Python code in text
documents.  Its most common application is dynamic content generation
on web servers, however it can be used anywhere you need to generate
text files on-the-fly.

The project is still at a very early stage, although the code should
be usable enough for you to learn the syntax and experiment with
possible applications.  Future directions are briefly listed in the
TODO file, suggestions and contributions are most welcome.

PTML is hosted by those wonderful people at SourceForge, the homepage
is http://ptml.sourceforge.net.  You can create and track bugs, join
the mailing lists and access the CVS repository from the project
information page at http://sourceforge.net/project/?group_id=5811

Installation and developer's documentation is still very sparse,
partially because I haven't had time to comprehensively document
everything and partially because documentation would become obsolete
very quickly at this stage of development.  Future releases should
improve the situation.


License
=======

PTML is distributed with a BSD style license that includes the
advertising clause, see the file "LICENSE" for the details and
disclaimers.


Installation
============

All you should need to do is copy the ptml directory to your
Python installation's "site-packages" directory.

See http://www.python.org/doc/current/lib/module-site.html for
more details.


Usage
=====

See the files in the doc and testsuite directories.


- niall smart <niall@pobox.com>