Ann: PMZ - Poor Man's Zope

Andreas Jung ajung at starship.skyport.net
Wed Feb 2 13:29:05 EST 2000


Dear all,

I am happy to announce the availability of POOR MAN'S ZOPE 0.1. 

PMZ is very similar to Active Server Pages or PHP3/4 and allows you
to include Python code into your HTML pages. 

Example:

<h1>just a test<?print xarg?></h1>
<?
a=2
import os,sys,re,time
print xarg
for i in range(10):
        print '<br>',i,'this sux'
        print '<p>'
?>

<h2>Noch ein Test <?print a?></h2>
<?
a=1/0
?>


The functionalty is implemented as an external handler for the Apache
web server.

For further informations: http://www.suxers.de/pmz.htm

Any comments go to ajung at suxers.de





More information about the Python-list mailing list