Genshi support for Grok
Usecases:
Templating in general:
- The templating story needs to be pluggable. (Finished)
- How do we improve the push story? (Finished)
- Document how template support works.
Genshi:
- 'static' should work. (Finished)
- Easy way of doing a traversal to for example a view. For example passing a traverse method in to the namespace.
- When you include a snippet you probably need to turn into a markup stream or something. (Finished: Done by wrapping it in Markup())
- One template should be able to include another with Xinclude. (Finished)
- Experiment with match templates. Can they help us instead of macros?
- How can we control what format is returned?
- How can we render a form with Genshi?
- Support for markup templates. (Finished)
- Support for text templates. (Finished)
- Support for inline templates. (Finished)