40ae057852eeb8a34db270392fb494d68e33ca56
[cl-graph.git] / website / source / index.md
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   * [Mailing Lists][3]
11   * [Getting it][4]
12   * [Documentation][5]
13   * [News][6]
14   * [Test results][tr]
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 ### What it is
28
29 CL-Graph is a Common Lisp library for manipulating graphs and
30 running graph algorithms. [TINAA][8] documentation for
31 CL-Graph is [available][9].
32
33    [8]: http://common-lisp.net/project/tinaa/
34    [9]: http://common-lisp.net/project/cl-graph/documentation/
35
36 {anchor mailing-lists}
37
38 ### Mailing Lists
39
40   * [cl-graph-devel][devel-list]: A list for questions,
41     patches, bug reports, and so on; It's for everything.
42
43 {anchor downloads}
44
45 ### Where is it
46
47 A [darcs][] repository is available (note that you'll also
48 need to get several other bits and pieces to get CL-Graph to
49 work). The commands are listed below:
50
51     darcs get http://common-lisp.net/project/cl-graph/
52     darcs get http://common-lisp.net/project/metabang-bind/
53     darcs get http://common-lisp.net/project/metatilities-base/
54     darcs get http://common-lisp.net/project/moptilities/
55
56 CL-Graph (and friends) should also be [ASDF
57 installable][asdf-install]. Its CLiki home is right
58 [where][cliki-home] you'd expect.
59
60 There's also a handy [gzipped tar file][tarball].
61
62 ### What is happening
63
64 2 Feb 2006
65 Lots of new [CL-Graph][16] documentation.
66
67    [16]: http://common-lisp.net/project/cl-graph/documentation/
68
69 25 Nov 2005
70 Wrote a mini tutorial and published it on [unCLog][17].
71
72    [17]: http://www.metabang.com/unclog/publisha/atinybit.html
73
74 10 Nov 2005
75 Initial setup.
76
77 </div>
78 </div>
79
80 {include resources/footer.md}
81