// ------------------------ // Install notes : // ------------------------ - drop dwoo's directory in app/lib/renderer (create if needed) - add a renderer to app/config/output_types.xml as such : ro rq ct us tm rd true %core.lib_dir%/dwoo_plugins - add the renderer to app/config/autoload.xml as such : %core.lib_dir%/renderer/dwoo/Dwoo/Adapter/Agavi/DwooRenderer.php - you can copy the /Dwoo/Adapters/Agavi/dwoo_plugins directory to your agavi app's lib directory, or change the plugin_dir parameter in the output_types.xml file. these plugins are agavi-specific helpers that shortens the syntax to call common agavi helpers (i18n, routing, ..)