Thanks for all your comments, currently I'm focusing on adding custom
extensions and filter support to Jinja2 renderer, I would like to hear
a few opinions on this feature:

Should we have a special place where you can code custom filters and
extensions and have it loaded automatically if the Jinja2 renderer is
chosen (like django extensions/filters)?

If so, where would be the best place to put this? on lib?, maybe I can
make the loader look up at lib for extensions.py and filters.py, or
have a special directory for them?, currently django has a directory
called templatetags for this, we could have one in lib/

This special folder would not come with the main turbogears paster
template (it doesn't come with default django setup either), the user
would have to create it and add its files, the jinja2 renderer would
look it up and if available load it, otherwise load the given filters
and extensions from config, we could even have a config option to
disable auto_loading.

I also forked the tg2docs from Michael on github, but would like to
nail this first before updating the docs.

Regards,
Carlos Ruvalcaba

PD: Posting this to main turbogears list to poll users.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk?hl=en.

Reply via email to