HH-Web-Tags
An HTML generation library written in Common Lisp. It differs from other HTML generators by providing
for generating HTML, CSS, and Javascript in a modular fashion, making reuse of content across pages
much easier.
See LICENSE for applicable licensing information.
For documentation, load the package into your lisp (e.g, (require 'hh-web-tags) or (asdf:load-system 'hh-web-tags)), then
invoke the following private function to generate documentation for HH-Web-Tags:
(hh-web-tags::generate-package-documentation)
This should create a docs/ subdirectory inside the folder containing the package, and the index.html file there should
be a starting point for understanding the library.
Contact phil@haphazardhouse.net for any questions, comments, feedback, or contributions, and keep an eye on
http://haphazardhouse.net/projects/hh-web-tags for info and news about HH-Web-Tags.
Thanks!