Here's a short list of things that need to be done.
- More sophisticated caching (currently only code objects are cached, not XML output, there's no TTL, etc)
- Some HTML convenience tags for dealing with troublesome items like checkboxes (specifically for giving them a value whether they are checked or not and for easily setting their state via a boolean argument)
- XML namespace support.
- Async support (return generator rather than string)
- Convincing people that typing out XML sucks ;-)
- More tag plugins besides XHTML (RSS/Atom/sitemap)
- Some sort of external HTTP support (i.e. for injecting remote HTML/XML sources)? This could currently be done via a custom renderer...
- Memcached support (easy, but is the template engine the right place?)
Back to topRendered using Brevé 1.2.6Copyright © 2007, Cliff Wells