From d337aaf478f75057868ed52f4636dd136fa6a120 Mon Sep 17 00:00:00 2001 From: Gary King Date: Sun, 28 Sep 2008 15:23:57 -0400 Subject: [PATCH] added website files darcs-hash:20080928192357-3cc5d-0ea1dbcf4bb534334234d0c2fc12c1ea898ee215.gz --- website/source/index.md | 81 ++++++++++++++++++++++++++++++++ website/source/resources/footer.md | 15 ++++++ website/source/resources/header.md | 18 +++++++ website/source/resources/navigation.md | 2 + 4 files changed, 116 insertions(+) create mode 100644 website/source/index.md create mode 100644 website/source/resources/footer.md create mode 100644 website/source/resources/header.md create mode 100644 website/source/resources/navigation.md diff --git a/website/source/index.md b/website/source/index.md new file mode 100644 index 0000000..40ae057 --- /dev/null +++ b/website/source/index.md @@ -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) + +
+ +
+ +### 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. + +
+
+ +{include resources/footer.md} + diff --git a/website/source/resources/footer.md b/website/source/resources/footer.md new file mode 100644 index 0000000..d487f75 --- /dev/null +++ b/website/source/resources/footer.md @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/website/source/resources/header.md b/website/source/resources/header.md new file mode 100644 index 0000000..75f35f1 --- /dev/null +++ b/website/source/resources/header.md @@ -0,0 +1,18 @@ +{include shared-links.md} + +{set-property html yes} +{set-property style-sheet "http://common-lisp.net/project/cl-containers/shared/style-200.css"} +{set-property author "Gary Warren King"} + +[devel-list]: http://common-lisp.net/cgi-bin/mailman/listinfo/cl-graph-devel +[cliki-home]: http://www.cliki.net//cl-graph +[tarball]: http://common-lisp.net/project/cl-graph/cl-graph.tar.gz + + diff --git a/website/source/resources/navigation.md b/website/source/resources/navigation.md new file mode 100644 index 0000000..a734edf --- /dev/null +++ b/website/source/resources/navigation.md @@ -0,0 +1,2 @@ + -- 1.7.10.4