Motivation
By trying to automatically generate XHTML from within Lisp I found no
library which
- Liberated the web designer from knowing Lisp
- Encouraged reuse of web components
- Lacked perverse syntax
- was documented and sufficiently primitive to be understood by me
After all, I failed miserably and came up instead with another - albeit
somehow related - problem to solve.
Timestamps
May 2006
- Wrote initial version of library.
- Wrote initial documentation
- Wrote initial testcases
- created project on common-lisp.net
June 2006
- setup project for asdf-install; minor backup
- minor code cleanup
- Added default functions for xhtml
- Added basic Documentation
- Uploaded version 1.1
July 2006
August 2006
- Added conditions and error handling
- added some tests
- Uploaded version 1.2