added more links on the webpage master
authorGary King <gwking@franz.com>
Sat, 2 Apr 2011 17:01:51 +0000 (13:01 -0400)
committerGary King <gwking@franz.com>
Sat, 2 Apr 2011 17:01:51 +0000 (13:01 -0400)
website/source/index.mmd

index df15bd1..ae692cd 100644 (file)
@@ -7,11 +7,11 @@
 <div class="contents">
 <div class="system-links">
 
+  * [User's guide](user-guide.html)
+  * [Issue's tracker](https://github.com/gwkkwg/cl-graph/issues)
   * [Mailing Lists][3]
   * [Getting it][4]
-{remark  * [Documentation][5] }
   * [News][6]
-{remark  * [Test results][tr]}
   * [Changelog][7]
 
    [3]: #mailing-lists
 </div>
 <div class="system-description">
 
+### Notice
+
+Although I still maintain CL-Graph, my time is not what it was. 
+If you run into issues, have ideas, or hit snags, please let me 
+know and I'll respond as quickly as I can. Thanks!
+
 ### What it is
 
 CL-Graph is a Common Lisp library for manipulating graphs and
@@ -31,10 +37,10 @@ running graph algorithms. {remark [TINAA][] documentation for
 CL-Graph is [available][9].} Check out the [user's guide](user-guide.html)
 for some very old and yet still preliminary documentation. 
 
-The style-sheet is currently completely bogus. Apologies in advance.
-
    [9]: http://common-lisp.net/project/cl-graph/documentation/
 
+There's also a _very_ old introduction to cl-graph on [unCLog](http://www.metabang.com/unclog/publisha/atinybit.html).
+
 {anchor mailing-lists}
 
 ### Mailing Lists
@@ -56,6 +62,7 @@ for source control; the current cl-graph repository is on
 need to get several other bits and pieces to get CL-Graph to
 work. The commands are listed below:
 
+    git clone git://github.com/gwkkwg/cl-containers
     git clone git://github.com/gwkkwg/metabang-bind
     git clone git://github.com/gwkkwg/metatilities-base
     git clone git://github.com/gwkkwg/moptilities