From ab8f73e171400db205508617907da24c71eb9d10 Mon Sep 17 00:00:00 2001 From: Gary King Date: Sun, 16 Mar 2008 12:45:53 -0400 Subject: [PATCH] removed lml file darcs-hash:20080316164553-3cc5d-19bb90a66892569d8555a23e82bb301659b57dd6.gz --- website/source/index.lml | 63 ---------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 website/source/index.lml diff --git a/website/source/index.lml b/website/source/index.lml deleted file mode 100644 index 921d79d..0000000 --- a/website/source/index.lml +++ /dev/null @@ -1,63 +0,0 @@ -;;; -*- Mode: Lisp -*- - -(in-package #:rw) - -(html-file-page ("index") - (html - (:HEAD (:TITLE "CL-Graph") - (generate-shared-headers)) - (:BODY - (generate-two-line-header - "CL-Graph" "Better than sliced mangoes!") - - ((:DIV :CLASS "contents") - (generate-system-sidebar) - - ((:DIV :CLASS "system-description") - (:H3 "What it is") - (:P "CL-Graph is a Common Lisp library for manipulating graphs and running -graph algorithms. " (rw:link :tinaa) " documentation for CL-Graph is " - (rw:link :cl-graph-tinaa :title "available") ".") - - ((:A :id "mailing-lists")) - (:h3 "Mailing Lists") - (:ul - (:li ((:a :href "http://common-lisp.net/cgi-bin/mailman/listinfo/cl-graph-announce") "cl-graph-announce") - ": A low volume, read only list for announcements.") - - (:li ((:a :href "http://common-lisp.net/cgi-bin/mailman/listinfo/cl-graph-devel") "cl-graph-devel") - ": A list for questions, patches, bug reports, and so on; It's for everything -other than announcements.")) - - ((:A :id "downloads")) - (:H3 "Where is it") - (:P "A " (rw:link :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:") - (:PRE - "darcs get http://common-lisp.net/project/cl-graph/darcs/cl-graph -darcs get http://common-lisp.net/project/cl-mathstats/darcs/cl-mathstats -darcs get http://common-lisp.net/project/cl-containers/metabang.bind/darcs/metabang.bind -darcs get http://common-lisp.net/project/cl-containers/metatilities/darcs/metatilities -darcs get http://common-lisp.net/project/cl-containers/moptilities/darcs/moptilities") - (:P "CL-Graph (and friends) should also be " (rw:link :asdf-install :title "ASDF installable") ". Its CLiki home is right " (rw:link :cl-graph-cliki :title "where") " you'd expect.") - - (:P "There's also a handy " (rw:link :cl-graph-package :title "gzipped tar file") ".") - - ((:A :id "news")) - (:H3 "What is happening") - ((:TABLE :CLASS "system-news") - (:TR - (:TH "2 Feb 2006") - (:TD "Lots of new " (link :cl-graph-tinaa) " documentation.")) - (:TR - (:TH "25 Nov 2005") - (:TD "Wrote a mini tutorial and published it on " - ((:a :href "http://www.metabang.com/unclog/publisha/atinybit.html") "unCLog") ".")) - ((:TR :ALIGN "left" :VALIGN "top") - (:TH "10 Nov 2005") - (:TD "Initial setup."))))) - - - ((:DIV :CLASS "footer") - (generate-button-row - (format nil "Last updated: ~A" - (format-date "%A, %e %B %Y" (get-universal-time)))))))) \ No newline at end of file -- 1.7.10.4