Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 01/24/2008 06:10:00 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 1 1 = Web systems for ANSI Common Lisp = 2 2 3 I (David Owen) am interest ingin 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].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 5 My current focus is on TemplateComponents. They should: … … 14 14 == Contributing == 15 15 16 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. 16 If you would like to contribute to the discussion, please e-mail to create an account for you. I will need the username and password that you would like to use. Once you have an account and are logged-in, you'll be able to edit the wiki pages. 17 18 You may also send contributions directly to [mailto:dsowen@fugue88.ws David Owen]; he'll incorporate the content. 19 20 ''NOTE: I'm still learning how to use Trac. I hope to find a way to allow people to create their own accounts directly.'' 17 21 18 22
