added website files
authorGary King <gwking@metabang.com>
Sun, 28 Sep 2008 19:23:57 +0000 (15:23 -0400)
committerGary King <gwking@metabang.com>
Sun, 28 Sep 2008 19:23:57 +0000 (15:23 -0400)
darcs-hash:20080928192357-3cc5d-0ea1dbcf4bb534334234d0c2fc12c1ea898ee215.gz

website/source/index.md [new file with mode: 0644]
website/source/resources/footer.md [new file with mode: 0644]
website/source/resources/header.md [new file with mode: 0644]
website/source/resources/navigation.md [new file with mode: 0644]

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}
+
diff --git a/website/source/resources/footer.md b/website/source/resources/footer.md
new file mode 100644 (file)
index 0000000..d487f75
--- /dev/null
@@ -0,0 +1,15 @@
+<div id="footer" class="footer">
+<div id="buttons">
+<a class="nav" href="http://validator.w3.org/check/referer" title="xhtml1.1"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/xhtml.gif" width="80" height="15" title="valid xhtml button" alt="valid xhtml" /></a>
+<a class="nav" href="http://common-lisp.net/project/cl-markdown/" title="Mark with CL-Markdown"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/cl-markdown.png" width="80" height="15" title="Made with CL-Markdown" alt="CL-Markdown" /></a>
+<a class="nav" href="http://www.catb.org/hacker-emblem/" title="hacker"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/hacker.png" width="80" height="15" title="hacker emblem" alt="hacker button" /></a>
+<a class="nav" href="http://www.lisp.org/" title="Association of Lisp Users"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/lambda-lisp.png" width="80" height="15" title="ALU emblem" alt="ALU button" /></a>
+<a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a>
+</div>
+
+### Copyright (c) 2007 - 2008 Gary Warren King (gwking@metabang.com) 
+
+Cl-Graph has an [MIT style][mit-license] license
+
+<div id="timestamp">Last updated {today} at {now}</div>
+</div>
\ No newline at end of file
diff --git a/website/source/resources/header.md b/website/source/resources/header.md
new file mode 100644 (file)
index 0000000..75f35f1
--- /dev/null
@@ -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
+
+<div id="header">
+       <span class="logo"><a href="http://www.metabang.com/" title="metabang.com"><img src="http://common-lisp.net/project/cl-containers/shared/metabang-2.png" title="metabang.com" width="100" alt="Metabang Logo" /></a></span>
+
+## CL-Graph
+
+#### Better than sliced mangoes!
+
+</div>
diff --git a/website/source/resources/navigation.md b/website/source/resources/navigation.md
new file mode 100644 (file)
index 0000000..a734edf
--- /dev/null
@@ -0,0 +1,2 @@
+<div id="navigation">
+</div>