Revision: 4513 Author: edi URL: http://bknr.net/trac/changeset/4513
Doc patch from Ralf Mattes
U trunk/thirdparty/cl-webdav/CHANGELOG.txt U trunk/thirdparty/cl-webdav/doc/index.html
Modified: trunk/thirdparty/cl-webdav/CHANGELOG.txt =================================================================== --- trunk/thirdparty/cl-webdav/CHANGELOG.txt 2010-02-18 11:02:41 UTC (rev 4512) +++ trunk/thirdparty/cl-webdav/CHANGELOG.txt 2010-02-18 13:07:34 UTC (rev 4513) @@ -1,4 +1,4 @@ -Changes to make CL-WEBDAV compatible with new Hunchentoot (Cyrus Harmon and Matthew Curry) +Changes to make CL-WEBDAV compatible with new Hunchentoot (Cyrus Harmon, Matthew Curry, and Ralf Mattes)
Version 0.1.2 2007-10-21
Modified: trunk/thirdparty/cl-webdav/doc/index.html =================================================================== --- trunk/thirdparty/cl-webdav/doc/index.html 2010-02-18 11:02:41 UTC (rev 4512) +++ trunk/thirdparty/cl-webdav/doc/index.html 2010-02-18 13:07:34 UTC (rev 4513) @@ -97,6 +97,7 @@ (#<Closure ((METHOD CL-WEBDAV:CREATE-DAV-DISPATCHER (SYMBOL)) . 1) 200B8992> HUNCHENTOOT:DEFAULT-DISPATCHER)
CL-USER 2 > (<a href="http://weitz.de/hunchentoot/#start-server" class=noborder>tbnl:start-server</a> :port 4242) +CL-USER 2 > (<a href="http://weitz.de/hunchentoot/#start" class=noborder>hunchentoot:start</a> (make-instance <a class="noborder" href="http://weitz.de/hunchentoot/#acceptor">'hunchentoot:acceptor</a> :port 4242)) #<HUNCHENTOOT::SERVER 200BCBCF> </pre>