Difference between revisions of "Routing and Template Cookbook: Introduction"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) (Created page with "This cookbook seeks to provide useful examples on how to create routers, handlers, and templates for the Dreamwidth codebase. For other resources, you might want to look at: ...") |
(No difference)
|
Revision as of 17:25, 24 February 2013
This cookbook seeks to provide useful examples on how to create routers, handlers, and templates for the Dreamwidth codebase.
For other resources, you might want to look at:
- The Template Toolkit manual
- Existing DW controllers (routing + handlers)
- DW Template Toolkit implementation and extensions
- Exising DW templates
Table of Contents
- Routing and Template Cookbook: Basic routing, handlers, and templates
- Routing and Template Cookbook: Find the handler for a URL
- Routing and Template Cookbook: Translation system
- Routing and Template Cookbook: Forms and processing
- Routing and Template Cookbook: Including resources
- Routing and Template Cookbook: Output formats
- Routing and Template Cookbook: Errors and debugging
- Routing and Template Cookbook: BML Conversion Workflow