~aranha/aranha/mainline

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Digital-Scurf Patch Queue Manager
  • Date: 2009-05-22 10:46:30 UTC
  • mfrom: (117.1.29 aranha)
  • Revision ID: pqm@digital-scurf.org-20090522104630-1e1ipymwkrucs5jc
Everything to bring us up to 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 * Interfaces must support retrieval of documentation.
34
34
 * Content negotiation support somehow?
35
35
   * Language negotiation as part of this?
36
 
 * A developer mode where the preload is run in the child on a 
37
 
   per-request basis?
38
 
 * Static file server handler
39
36
 * Makefile replacement?
40
 
 * aranha.template context globals access by []s
41
37
 * parentconstructor(self)() -- implicit if not called?
 
38
 * Faster processing of post data, particularly file uploads (C function?)
 
39
 * Example AJAX widget for large file upload?
 
40
 * aranha.datetime needs extending properly.
42
41
 
43
42
Please contact aranha@pepperfish.net if there is anything you wish to suggest
44
43
or if you have anything you would like to contribute.