= Web systems for ANSI Common Lisp = I (David Owen) am interesting in either finding or building a good web system for CL, and also codifying and standardizing that system. It must have clearly-separated components that each do their own job well, and allow substitution of other components. A good example is [http://www.djangoproject.com/ Django] for Python, explained by [http://www.djangoproject.com/documentation/design_philosophies/ Django's design philosophies]. My current focus is on TemplateComponents. They should: * Be format-agnostic (not specific to HTML nor XML); * Allow custom tags; * Allow access to external parameters (through either dynamic bindings, or explicit injection); and, * Have a logical syntax. == Contributing == If you would like to contribute to the discussion, please create an account. Once you have an account and are logged-in, you'll be able to edit the wiki pages. == Using and editing the wiki == * WikiFormatting will give you a detailed description of available Wiki formatting commands. * TracGuide -- Built-in Documentation * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions * TracSupport -- Trac Support For a complete list of local wiki pages, see TitleIndex.