Difference between revisions of "Routing and Template Cookbook: Introduction"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) |
Foxfirefey (Talk | contribs) m |
||
Line 1: | Line 1: | ||
This cookbook seeks to provide useful examples on how to create routers, handlers, and templates for the Dreamwidth codebase. | This cookbook seeks to provide useful examples on how to create routers, handlers, and templates for the Dreamwidth codebase. | ||
− | |||
− | |||
{{:Routing and Template Cookbook: Table of Contents}} | {{:Routing and Template Cookbook: Table of Contents}} |
Revision as of 19:26, 24 February 2013
This cookbook seeks to provide useful examples on how to create routers, handlers, and templates for the Dreamwidth codebase.
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
References
- DW::Request API Documentation
- DW::Routing API Documentation
- DW::Template API Documentation
- Plugin Documentation
- Filter Documentation
Code Locations
- Existing DW controllers (routing + handlers)
- DW Template Toolkit implementation and extensions
- Exising DW templates