During the last rescue of this website, I ran into issue. In fact my old blog engine (Alinea) was buggy due to a lot of changes in SQLObject, Webware and docutils. I was sick to patch this days after days to maintain this. I decided to switch to a plain-old-fashin php install.
Thanks to AlineaObject lib, […]
Tags: docutils, sqlobject, Webware, wordpress
admin April 13th, 2008
After a long trip around the Python web developpement tools, it’s time to fix. In a previous post (please read all comments before ..) we have talk for a long time about various web frameworks. Here is my personnal conclusion:
A web framework has nothing to do with templates. It need to allow to wrap templates […]
Tags: Python, twisted, Webware
admin September 15th, 2004
There is a bunch of Python based web framework. So much that it’s a really hard choice to do. Most of them came w/ a special templating language, and a different approach.
Dilemma 1
I really think most of the frameworks, have nothing to do with templating. We should give up with that mixOmatic. A framework is […]
Tags: Python, twisted, Webware, Zope
admin June 20th, 2004
This is more a provocation for Ian, than a real post.
While looking for a good python wiki, i found http://wiki.w4py.org/thiswiki.html (wiki.Webware) really interesting. And once again this is webware so :
you don’t have a tgz .. but a direct fight with Subversion
this is a really little piece of code ..
you don’t have any ‘howto […]
Tags: Python, Webware, wiki
admin April 25th, 2004
Webware is one of my favorite webapp. Simply because i understand how it works. There is no magic in.. just a standard Servlet way of think.
But on the other side, i really think some part of webware should be left out. Look at the standard webware packages:
CGIWrapper
WebKit
WebUtils
MiscUtils
COMKit
MiddleKit
PSP
TaskKit
UserKit
Only CGIWrapper / WebKit / WebUtils are used in […]
Tags: Python, Webware, zpt
admin April 8th, 2004
Yes it works !!
While looking for a way to have some better URL in Webware, than the defaut http://host/Servlet?arg0=..&arg1=, Ian tell me to look at WebKit.URLParser. After a little time looking at the source i managed to do this without too much pain. As i can’t find example on the web, I put this here, […]
Tags: Python, Webware
admin January 29th, 2004
After looking at several way to build custom webapps in python, i tested several things :
Zope alone
Zope + CMF
Plone
Webware + Cheetah or PSP
Webware + Modeling + ZPT ..
And my conclusions right now is: SQLObject is really a kool SQL Api since you can use it very easily. For the template i really think that ZPT […]
Tags: cheetah, sqlobject, Webware, Zope, zpt
admin January 13th, 2004
Ho, i miss it ..
Yesterday, it tested the HttpAdapter for Webware. This is a nice, easy to use (no need to use the cgi or tweak the httpd.conf) Adapter for Webware.
To test: Just copy the WebKit/Adapters/HTTPAdapter.py in your current Webware instance, edit this file to feet w/ your need ( mainly the 2 first vars […]
Tags: http, Python, Webware
admin December 19th, 2003
While loosing some time over python blogs, i just found this blog written in Webware.
This sound amaizing since i have already done several things like this, using ww and Modeling but i found that using a RDBDM for a little blog ( < 1000 post) isn’t a good idea. Need a lot of works for […]
Tags: Blog, Python, Webware
admin December 10th, 2003