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!
Recent activity RSS feed fo hh-web-tags
Commits by Phil Hargett were pushed to hargettp/hh-web-tags
49e13b0
-
Added logic to catch errors and render to html-out, rather than cause rendering of an entire page to fail
Phil Hargett uploaded file hh-web-tags-0.01.tar.gz to hh-web-tags
Get hh-web-tags-0.01.tar.gz (17.6 KB).
Phil Hargett created wiki-page Home in hargettp/hh-web-tags
Phil Hargett created hargettp/hh-web-tags