home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> [[\ try: pre = include.context['prefix']+'/' except: pre = '' ]] <html> <head> <style type="text/css"><!-- a { text-decoration: none; color: #0000cc } a:hover { text-decoration: underline; color: #0000cc; } --></style> <title>Spyce - Python Server Pages (PSP)</title> <meta NAME="LANGUAGE" CONTENT="en-US"> <meta NAME="RATING" CONTENT="GENERAL"> <meta NAME="ROBOTS" CONTENT="ALL"> <meta name="abstract" content="Spyce is a server-side language that supports simple and efficient Python-based dynamic HTML generation. Those who like Python and are familiar with JSP, or PHP, or ASP, should have a look at Spyce."> <meta name="description" content="Spyce - Python Server Pages: a server-side language that supports simple and efficient Python-based dynamic HTML generation."> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta HTTP-EQUIV="Refresh" CONTENT="1800"> <meta HTTP-EQUIV="Revisit-After" CONTENT="15 days"> <link rel="icon" href="spycefav.ico" type="image/x-icon"> <link rel="shortcut icon" href="spycefav.ico" type="image/x-icon"> [[\ try: print '<link rel="Next" href="%s">' % include.vars.nexturl print '<link rel="next" href="%s">' % include.vars.nexturl except: pass try: print '<link rel="Previous" href="%s">' % include.vars.nexturl print '<link rel="Prev" href="%s">' % include.vars.prevurl print '<link rel="prev" href="%s">' % include.vars.prevurl except: pass try: print '<link rel="Contents" href="%s">' % include.vars.contentsurl print '<link rel="contents" href="%s">' % include.vars.contentsurl except: pass ]] </head> <body bgcolor="#e9dac6"> <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td valign=top> <!-- links section --> [[ def emitIndexLink(currpage, page, pagename, pre=pre):{ if currpage==page:{ ]] <b><a href="[[=page]]"><font color="#cc0000">[[=pagename]]</b></font></a><br> [[ } else: { if page[:7]=='http://' or page[:1]=='/': { ]] <b><a href="[[=page]]">[[=pagename]]</a></b><br> [[ } else: { ]] <b><a href="[[=pre]][[=page]]">[[=pagename]]</a></b><br> [[ } } } ]] <!-- index --> <table border=0 align=center width="100%"><tr><td align=center nowrap> <a href="http://spyce.sourceforge.net"><img src="spyce.gif" border=0 alt="spyce" width=58 height=70></a> </td></tr></table> <table align=center border=1 cellpadding=4 cellspacing=0 bgcolor="#CCCCCC"> <tr><td align=left bgColor="#AAAAAA"><b> <font face="arial, helvetica" size="-1"> [[emitIndexLink(include.context['page'], 'index.html', 'home')]] </font> </b></td></tr> <tr><td align=left> <font face="arial, helvetica" size="-1"> [[emitIndexLink(include.context['page'], 'license.html', 'license')]] [[emitIndexLink(include.context['page'], 'mail.html', 'community')]] [[emitIndexLink(include.context['page'], 'get.html', 'download')]] [[emitIndexLink(include.context['page'], 'eg.html', 'examples')]] [[emitIndexLink(include.context['page'], 'links.html', 'resources')]] [[emitIndexLink(include.context['page'], 'wishlist.html', 'wishlist')]] [[emitIndexLink(include.context['page'], 'http://spyce.sourceforge.net/contrib/index.html', 'contrib (@sf)')]] </font> </td></tr> <tr><td align=left bgColor="#AAAAAA"><b> <font face="arial, helvetica" size="-1"> [[emitIndexLink(include.context['page'], 'doc.html', 'documentation')]] </font> </b></td></tr> <tr><td align=left> <font face="arial, helvetica" size="-1"> [[emitIndexLink(include.context['page'], 'doc-intro.html', 'intro')]] [[emitIndexLink(include.context['page'], 'doc-lang.html', 'lang')]] [[emitIndexLink(include.context['page'], 'doc-runtime.html', 'runtime')]] [[emitIndexLink(include.context['page'], 'doc-mod.html', 'modules')]] [[emitIndexLink(include.context['page'], 'doc-tag.html', 'tags')]] [[emitIndexLink(include.context['page'], 'doc-conf.html', 'install')]] </font> </td></tr> <tr><td align=left bgColor="#AAAAAA"><b> <font face="arial, helvetica" size="-1"> <b>exits</b> </font> </b></td></tr> <tr><td align=left> <font face="arial, helvetica" size="-1"> [[emitIndexLink(None, 'http://sourceforge.net/projects/spyce/', 'sourceforge')]] [[emitIndexLink(None, 'http://sourceforge.net/project/stats/?group_id=53655', 'statistics')]] [[emitIndexLink(None, 'http://freshmeat.net/projects/spyce/', 'freshmeat')]] </font> </td></tr></table><br> <!-- logging --> <script type="text/javascript" language="JavaScript"><!-- d=document; d.write('<img src="http://polar.cs.cornell.edu/cgi-bin/wwwlogger.cgi?'+escape(d.referrer)+'" alt="*" border=0 width="1" height="1" align="right">'); // --></script> <noscript> <img src="http://polar.cs.cornell.edu/cgi-bin/wwwlogger.cgi" alt="*" border=0 width="1" height="1" align="right"> </noscript> <!-- spacers --> </td> <td width=15><img src=trans1x1.gif width=15 height=1 alt=transparent></td> <td width=1 bgcolor="#888888"><img src=trans1x1.gif width=1 height=1 alt=transparent></td> <td width=15><img src=trans1x1.gif width=15 height=1 alt=transparent></td> <td width="100%" valign=top> <!-- page title --> <table border=0 width="100%"><tr> <td nowrap valign=bottom> <b><font face="arial, helvetica" size="-1"><big>[[=include.context['pagename'] ]]</big></font></b><br clear=all> </td> <td align=right nowrap valign=bottom> <font face="arial, helvetica" size="-1"> <b><big>\[[ <font face="arial, helvetica" color="#cc0000">Spyce</font> \]]</big></b><br> <small>Python Server Pages<br>by <a href="http://www.cs.cornell.edu/barr">Rimon Barr</a></small></td> </font> </tr></table> <hr> <font face="arial, helvetica" size="-1"> <!-- body -->