Convert on the fly plain text document into python scripts before to view it. Who knows jsp will feel confortable with this product. This product is NOT http://spyce.sourceforge.net/ This product is NOT http://www.ciobriefings.com/psp/ This product has nothing to do with any other PSP (Python Server Pages) engine. It may work like ASP or JSP or PSP but is just a small test. Personally I wanted to see how is to convert text with html tags into a Zope python script. You write your document with html-text and python code; then the result is a generated python script which will be executed each time you view the document.
<%=self.standard_html_header(self)%> <h1>Links</h1> <ul> <% for id,ob in self.objectItems(["Python Server Page"]): title = ob.title if title!="": print "<li><a href=%s>%s</a>" % (ob.absolute_url(),title) %> </ul> <%=self.standard_html_footer(self)%>