added website files
[cl-graph.git] / website / source / index.md
diff --git a/website/source/index.md b/website/source/index.md
new file mode 100644 (file)
index 0000000..40ae057
--- /dev/null
@@ -0,0 +1,81 @@
+{include resources/header.md}
+{set-property title "CL-Graph"}
+
+   [1]: http://common-lisp.net/project/cl-containers/shared/metabang-2.png (metabang.com)
+   [2]: http://www.metabang.com/ (metabang.com)
+
+<div class="contents">
+<div class="system-links">
+
+  * [Mailing Lists][3]
+  * [Getting it][4]
+  * [Documentation][5]
+  * [News][6]
+  * [Test results][tr]
+  * [Changelog][7]
+
+   [3]: #mailing-lists
+   [4]: #downloads
+   [5]: documentation/ (documentation link)
+   [6]: #news
+   [7]: changelog.html
+   [tr]: test-report.html
+
+</div>
+<div class="system-description">
+
+### What it is
+
+CL-Graph is a Common Lisp library for manipulating graphs and
+running graph algorithms. [TINAA][8] documentation for
+CL-Graph is [available][9].
+
+   [8]: http://common-lisp.net/project/tinaa/
+   [9]: http://common-lisp.net/project/cl-graph/documentation/
+
+{anchor mailing-lists}
+
+### Mailing Lists
+
+  * [cl-graph-devel][devel-list]: A list for questions,
+    patches, bug reports, and so on; It's for everything.
+
+{anchor downloads}
+
+### Where is it
+
+A [darcs][] repository is available (note that you'll also
+need to get several other bits and pieces to get CL-Graph to
+work). The commands are listed below:
+
+    darcs get http://common-lisp.net/project/cl-graph/
+    darcs get http://common-lisp.net/project/metabang-bind/
+    darcs get http://common-lisp.net/project/metatilities-base/
+    darcs get http://common-lisp.net/project/moptilities/
+
+CL-Graph (and friends) should also be [ASDF
+installable][asdf-install]. Its CLiki home is right
+[where][cliki-home] you'd expect.
+
+There's also a handy [gzipped tar file][tarball].
+
+### What is happening
+
+2 Feb 2006
+Lots of new [CL-Graph][16] documentation.
+
+   [16]: http://common-lisp.net/project/cl-graph/documentation/
+
+25 Nov 2005
+Wrote a mini tutorial and published it on [unCLog][17].
+
+   [17]: http://www.metabang.com/unclog/publisha/atinybit.html
+
+10 Nov 2005
+Initial setup.
+
+</div>
+</div>
+
+{include resources/footer.md}
+