Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 01/24/2008 03:43:37 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 3 3 I (David Owen) am interested 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]. 4 4 5 My current focus is on TemplateComponents. They should: 6 7 * Be format-agnostic (not specific to HTML nor XML); 8 * Allow custom tags; 9 * Allow access to external parameters (through either dynamic bindings, or explicit injection); and, 10 * Have a logical syntax. 5 My current focus is on TemplateComponents. 11 6 12 7
