[hunchentoot-devel] New Hunchentoot release 1.1.0

As pre-announced in December, Hunchentoot 1.1.0 is now out. Lots of changes, see documentation. Thanks to all who sent patches, suggestions, or bug reports. Happy New Year, Edi.

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. Best regards, Vsevolod On Fri, Jan 8, 2010 at 1:54 PM, Edi Weitz <edi@agharta.de> wrote:
As pre-announced in December, Hunchentoot 1.1.0 is now out. Lots of changes, see documentation. Thanks to all who sent patches, suggestions, or bug reports.
Happy New Year, Edi.
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
-- vsevolod

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?

Works in Safari. Chris. On Jan 8, 2010, at 7:45 PM, Edi Weitz wrote:
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?
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel

FF 3.5 I've figured, that it's the effect of NoScript On Sat, Jan 9, 2010 at 3:45 AM, Edi Weitz <edi@agharta.de> wrote:
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/hunchentootseems 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?
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
-- vsevolod

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
participants (4)
-
Chris Van Dusen
-
Edi Weitz
-
Nico de Jager
-
Vsevolod Dyomkin