added more links on the webpage
[cl-graph.git] / website / source / index.mmd
1 {include resources/header.md}
2 {set-property title "CL-Graph"}
3
4    [1]: http://common-lisp.net/project/cl-containers/shared/metabang-2.png (metabang.com)
5    [2]: http://www.metabang.com/ (metabang.com)
6
7 <div class="contents">
8 <div class="system-links">
9
10   * [User's guide](user-guide.html)
11   * [Issue's tracker](https://github.com/gwkkwg/cl-graph/issues)
12   * [Mailing Lists][3]
13   * [Getting it][4]
14   * [News][6]
15   * [Changelog][7]
16
17    [3]: #mailing-lists
18    [4]: #downloads
19    [5]: documentation/ (documentation link)
20    [6]: #news
21    [7]: changelog.html
22    [tr]: test-report.html
23
24 </div>
25 <div class="system-description">
26
27 ### Notice
28
29 Although I still maintain CL-Graph, my time is not what it was. 
30 If you run into issues, have ideas, or hit snags, please let me 
31 know and I'll respond as quickly as I can. Thanks!
32
33 ### What it is
34
35 CL-Graph is a Common Lisp library for manipulating graphs and
36 running graph algorithms. {remark [TINAA][] documentation for
37 CL-Graph is [available][9].} Check out the [user's guide](user-guide.html)
38 for some very old and yet still preliminary documentation. 
39
40    [9]: http://common-lisp.net/project/cl-graph/documentation/
41
42 There's also a _very_ old introduction to cl-graph on [unCLog](http://www.metabang.com/unclog/publisha/atinybit.html).
43
44 {anchor mailing-lists}
45
46 ### Mailing Lists
47
48   * [cl-graph-devel][devel-list]: A list for questions,
49     patches, bug reports, and so on; It's for everything.
50
51 {anchor downloads}
52
53 ### Where is it
54
55 metabang.com is switching from [darcs][] to [git][]
56 for source control; the current cl-graph repository is on
57 [github][github-cl-graph] and you can clone it using:
58
59     git clone git://github.com/gwkkwg/cl-graph
60
61 (note that you'll also
62 need to get several other bits and pieces to get CL-Graph to
63 work. The commands are listed below:
64
65     git clone git://github.com/gwkkwg/cl-containers
66     git clone git://github.com/gwkkwg/metabang-bind
67     git clone git://github.com/gwkkwg/metatilities-base
68     git clone git://github.com/gwkkwg/moptilities
69
70 You might also want [dynamic-classes][]:
71
72     git clone git://github.com/gwkkwg/dynamic-classes
73
74 CL-Graph (and friends) should also be [ASDF
75 installable][asdf-install]. Its CLiki home is right
76 [where][cliki-home] you'd expect.
77
78 There's also a handy [gzipped tar file][tarball].
79
80 ### What is happening
81
82 8 January 2011
83 Moved to github; minor cleanup.
84
85 2 Feb 2006
86 Lots of new [CL-Graph][16] documentation.
87
88    [16]: http://common-lisp.net/project/cl-graph/documentation/
89
90 25 Nov 2005
91 Wrote a mini tutorial and published it on [unCLog][17].
92
93    [17]: http://www.metabang.com/unclog/publisha/atinybit.html
94
95 10 Nov 2005
96 Initial setup.
97
98 </div>
99 </div>
100
101 {include resources/footer.md}
102