+1 for splitting the manual into simple and advanced, however that's defined. Simple = normal application usage based on the built-in scaffolds. This would include both Chameleon and Mako, and maybe traversal. Advanced = optional customizations such as new renderers or ZCA.
The hardest things to split are the lists of config methods arguments, such as the add_route and add_view arguments. You either put them all in one place or half in simple and half in advanced. Neither approach is ideal, but there doesn't seem to be any other choice. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
