[Subversion] / WebHaiku / README.txt  

Log of /WebHaiku/README.txt

Parent Directory

No default branch
Bookmark a link to HEAD: (view) (download)


Revision 2277 - (view) (download) - [selected]
Modified Wed Jan 24 01:45:35 2007 UTC (17 years, 2 months ago) by pje
File length: 8857 byte(s)
Diff to previous 2276
More new features

* Redirector objects redirect to a URL with embedded vars or expressions

* @expose makes normal functions into subpages, ala Template.page()

* More tests, docs

Revision 2276 - (view) (download) - [select for diffs]
Modified Tue Jan 23 03:26:51 2007 UTC (17 years, 2 months ago) by pje
File length: 7322 byte(s)
Diff to previous 2275 , to selected 2277
More doc and tests, support query string in auto-redirects, and
sort 'Allow' methods (so doctests are stable).

Revision 2275 - (view) (download) - [select for diffs]
Modified Tue Jan 23 02:10:46 2007 UTC (17 years, 2 months ago) by pje
File length: 3524 byte(s)
Diff to previous 2261 , to selected 2277
New features and bug fixes:

* Added a ``test()`` function to make it easy to doctest any WSGI app

* Improved debug support for ``EvalMap`` -- previously, pdb could crash
  if you inspected the stack while evaluating a template expression.

* Improved HEAD method that should correctly compute Content-Length for 
  any WSGI app, even ones that use write().

* Fixed cgi.escape not working as a method (it needed to be a 
  staticmethod)

* Added some preliminary doctests to README.txt (need refactoring and 
  some actual docs!)

Revision 2261 - (view) (download) - [select for diffs]
Added Sun Jan 14 06:00:18 2007 UTC (17 years, 2 months ago) by pje
File length: 0 byte(s)
Diff to selected 2277
Quick-and-dirty ultra-light WSGI-based microframework.
The main design goals are to minimize the footprint
for installation requirements, memory use, and startup
time.

So all it does is dispatch and templating; the templates
are basically souped-up string.Template objects with
some limited expression capabilities, but arbitrary
TG/Buffet template engines are also supported, and the
template mechanism supports creating templates from
egg resources (e.g.  foo = HTML(resource="foo.html"))
that are adjacent to the invoking module.

There is also some very basic form parsing and validation
support.  More features may be added as I need them... or
not.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help