metaperl wrote:

> Inheritance needed in app configuration
> =============================
[snip]
> When it comes to HTML generation, every form of mini-language that I've
> seen does not appeal to me. I use DOM to rewrite HTML. I hate the
> limitations of mini-languages and prefer full-strength programming
> languages. Now it is appearing that application configuration is yet
> one more place to avoid mini-language convenience and simply use a
> programming language for the task.

You could try my hierarchical config module:

http://www.red-dove.com/python_config.html

which is intended for configuring hierarchies of application
components.

Best regards,

Vinay Sajip

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to