Edi Weitz edi@agharta.de writes:
On Sat, Jan 9, 2010 at 12:10 AM, Vsevolod Dyomkin vseloved@gmail.com wrote:
Thanks for the release, just a minor issuet: the current doc at http://weitz.de/hunchentoot seems to not have being built properly, as it remains in XML format instead of HTML.
Works for me with Firefox. Which browser are you using?
w3m with a black background in Emacs, when reading a lot of on-line documentation.
It is trivial to create an html version with xsltproc (http://linuxcommand.org/man_pages/xsltproc1.html):
.../hunchentoot-1.1.0/doc$ xsltproc clixdoc.xsl index.xml > index.html