diff options
author | Hans Huebner <hans.huebner@gmail.com> | 2012-09-02 10:37:33 -0400 |
---|---|---|
committer | Hans Huebner <hans.huebner@gmail.com> | 2012-09-02 10:37:33 -0400 |
commit | 3cf9d5d457b2ae4497fdc1b31afe8a37326e65e1 (patch) | |
tree | 55daed54125e8df1e6537d85e1419a53a9843e20 | |
parent | f1575213e4fc20aa9670054779a4a2fbf9ce4587 (diff) | |
download | tl-who-3cf9d5d457b2ae4497fdc1b31afe8a37326e65e1.tar.gz tl-who-3cf9d5d457b2ae4497fdc1b31afe8a37326e65e1.tar.bz2 tl-who-3cf9d5d457b2ae4497fdc1b31afe8a37326e65e1.zip |
doc & CHANGELOG update for release 1.1.0
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | doc/index.html | 16 |
2 files changed, 9 insertions, 12 deletions
@@ -1,5 +1,10 @@ +Version 1.1.0 2012-05-01 Make declarations work as advertised (Ala'a Mohammad Alawi) +Add :description to .asd file +Fix and improve tests +Add *HTML-NO-INDENT-TAGS* (Nikodemus Siivola) +Documentation fixes Version 1.0.0 2010-0x-xx diff --git a/doc/index.html b/doc/index.html index 50b0627..c782602 100644 --- a/doc/index.html +++ b/doc/index.html @@ -254,19 +254,11 @@ together with the Lisp code generated by CL-WHO and the resulting HTML output. CL-WHO together with this documentation can be downloaded from <a href="http://weitz.de/files/cl-who.tar.gz">http://weitz.de/files/cl-who.tar.gz</a>. The -current version is 0.2.0. +current version is 1.1.0. <p> -The preferred method to compile and load CL-WHO is via <a href="http://www.cliki.net/asdf">ASDF</a>. -<p> -If you're on <a href="http://www.debian.org/">Debian</a> you can -probably use -the <a -href="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=cl-who&searchon=names&version=all&release=all">cl-who -Debian package</a> which is available thanks to Kevin -Rosenberg. There's also a port -for <a -href="http://www.gentoo.org/proj/en/common-lisp/index.xml">Gentoo -Linux</a> thanks to Matthew Kennedy. In both cases, check if they have the newest version available. +The preferred method to fetch, compile and load CL-WHO is via <a href="http://beta.quicklisp.org/">Quicklisp</a>. Install +Quicklisp, then run +<pre>(ql:quickload :cl-who)</pre> <p> The current development version of CL-WHO can be found at <a href="https://github.com/edicl/cl-who">https://github.com/edicl/cl-who</a>. |