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 … Continue reading →
tag: Python, Webware, wiki
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 … Continue reading →
tag: Python, Webware, zpt
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 … Continue reading →
tag: Python, Webware
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 … Continue reading →
tag: http, Python, Webware
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 … Continue reading →
tag: Blog, Python, Webware
This is my first hack over ZPTPage and Modeling to enable regerating of ZPTPage only when Modeling objects changed .. check out class A: (which is a sample fake Modeling Object) import os,time from ZPTPage import ZPTPage class A: def … Continue reading →
tag: Python, zpt