moving to git; cleanup; wip
[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   * [Mailing Lists][3]
11   * [Getting it][4]
12 {remark  * [Documentation][5] }
13   * [News][6]
14 {remark  * [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. {remark [TINAA][] documentation for
31 CL-Graph is [available][9].} Check out the [user's guide](user-guide.html)
32 for some very old and yet still preliminary documentation. 
33
34 The style-sheet is currently completely bogus. Apologies in advance.
35
36    [9]: http://common-lisp.net/project/cl-graph/documentation/
37
38 {anchor mailing-lists}
39
40 ### Mailing Lists
41
42   * [cl-graph-devel][devel-list]: A list for questions,
43     patches, bug reports, and so on; It's for everything.
44
45 {anchor downloads}
46
47 ### Where is it
48
49 metabang.com is switching from [darcs][] to [git][]
50 for source control; the current cl-graph repository is on
51 [github][github-cl-graph] and you can clone it using:
52
53     git clone git://github.com/gwkkwg/cl-graph
54
55 (note that you'll also
56 need to get several other bits and pieces to get CL-Graph to
57 work. The commands are listed below:
58
59     git clone git://github.com/gwkkwg/metabang-bind
60     git clone git://github.com/gwkkwg/metatilities-base
61     git clone git://github.com/gwkkwg/moptilities
62
63 You might also want [dynamic-classes][]:
64
65     git clone git://github.com/gwkkwg/dynamic-classes
66
67 CL-Graph (and friends) should also be [ASDF
68 installable][asdf-install]. Its CLiki home is right
69 [where][cliki-home] you'd expect.
70
71 There's also a handy [gzipped tar file][tarball].
72
73 ### What is happening
74
75 8 January 2011
76 Moved to github; minor cleanup.
77
78 2 Feb 2006
79 Lots of new [CL-Graph][16] documentation.
80
81    [16]: http://common-lisp.net/project/cl-graph/documentation/
82
83 25 Nov 2005
84 Wrote a mini tutorial and published it on [unCLog][17].
85
86    [17]: http://www.metabang.com/unclog/publisha/atinybit.html
87
88 10 Nov 2005
89 Initial setup.
90
91 </div>
92 </div>
93
94 {include resources/footer.md}
95