Difference between revisions of "Routing and Template Cookbook: Introduction"

From Dreamwidth Notes
Jump to: navigation, search
m (Code Locations: tyop)
 
(One intermediate revision by one other user not shown)
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.
 
For other resources, you might want to look at:
 
  
 
{{:Routing and Template Cookbook: Table of Contents}}
 
{{:Routing and Template Cookbook: Table of Contents}}
Line 19: Line 17:
 
* [https://github.com/dreamwidth/dw-free/tree/develop/cgi-bin/DW/Controller Existing DW controllers (routing + handlers)]
 
* [https://github.com/dreamwidth/dw-free/tree/develop/cgi-bin/DW/Controller Existing DW controllers (routing + handlers)]
 
* [https://github.com/dreamwidth/dw-free/tree/develop/cgi-bin/DW/Template DW Template Toolkit implementation and extensions]
 
* [https://github.com/dreamwidth/dw-free/tree/develop/cgi-bin/DW/Template DW Template Toolkit implementation and extensions]
* [https://github.com/dreamwidth/dw-free/tree/develop/views Exising DW templates]
+
* [https://github.com/dreamwidth/dw-free/tree/develop/views Existing DW templates]
  
 
== Specific Modules ==
 
== Specific Modules ==

Latest revision as of 00:13, 7 September 2014

This cookbook seeks to provide useful examples on how to create routers, handlers, and templates for the Dreamwidth codebase.

Table of Contents


References

Code Locations

Specific Modules