Re: [Web-SIG] HTMLTemplate

2005-06-03 Thread Sridhar Ratna
vmod.org/users/mg/nevow-api/ [generated from source using epydoc] -- Sridhar Ratna - http://www.livejournal.com/users/seedar/ ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/m

Re: [Web-SIG] HTMLTemplate

2005-06-02 Thread Sridhar Ratna
nvenient it really is to I see that as reduced and simplified version of Nevow templates - http://www.nevow.com -- Sridhar Ratna - http://www.livejournal.com/users/seedar/ ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs

Re: [Web-SIG] Pure Python HTML?

2005-04-12 Thread Sridhar Ratna
> > Indeed. And in Python I do it with string formatting: > > template = """ > > > %(title)s > > > %(title)s > Author: %(author)s > something interesting here > > """ > Or use Nevow stan implementation -

Re: [Web-SIG] A query for hosting providers

2005-03-29 Thread Sridhar Ratna
. > A main disadvantage of using apache to start the HTTP server is process UID. The HTTP server will be started under the UID of the webserver. 'suid' is a security risk as it requires apache to be run as root. -- Sridhar Ratna - h

Re: [Web-SIG] teaching web programming with Python?

2005-03-22 Thread Sridhar Ratna
mmer, and would > like to give Python equal time with Java. > I suggest you to teach Python before Java in any case. Only then the students will appreciate the real differences between both the languages. -- Sridhar Ratna - http://www.livejournal.com/users/seedar/

Re: [Web-SIG] A new framework: PyTML

2005-02-17 Thread Sridhar Ratna
wing quickly to maturity, but as > always I would like the opinions/thoughts/ideas of other members in the field > in order to make this project the best it possibly can be. Thank you. > Sounds like http://nevow.com -- Sridhar Ratna - http://srid.bsdnerds.org ___