diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..d1aad5e --- /dev/null +++ b/doc/index.html @@ -0,0 +1,62 @@ + + + +
+This package contains utilities that I find useful in writing + programs; that is, it is a collection of generally-useful functions + and macros. Some of these I've written, and some of these derive from + other sources.
+ +The utilities can be categorised as
+ +hash-table
functions,mkstr
: concatenates its symbols and returns the printable representation
+of the resultClone into your Quicklisp project's local-projects/
+ subdirectory, and call (ql:quickload :kutils)
.
You can +browse our CVS repository or download the current development tree via + anonymous cvs, as described here
+ + + + + + + diff --git a/doc/style.css b/doc/style.css new file mode 100644 index 0000000..1ca7bf3 --- /dev/null +++ b/doc/style.css @@ -0,0 +1,54 @@ + +.header { + font-size: medium; + background-color:#336699; + color:#ffffff; + border-style:solid; + border-width: 5px; + border-color:#002244; + padding: 1mm 1mm 1mm 5mm; +} + +.footer { + font-size: small; + font-style: italic; + text-align: right; + background-color:#336699; + color:#ffffff; + border-style:solid; + border-width: 2px; + border-color:#002244; + padding: 1mm 1mm 1mm 1mm; +} + +.footer a:link { + font-weight:bold; + color:#ffffff; + text-decoration:underline; +} + +.footer a:visited { + font-weight:bold; + color:#ffffff; + text-decoration:underline; +} + +.footer a:hover { + font-weight:bold; + color:#002244; + text-decoration:underline; } + +.check {font-size: x-small; + text-align:right;} + +.check a:link { font-weight:bold; + color:#a0a0ff; + text-decoration:underline; } + +.check a:visited { font-weight:bold; + color:#a0a0ff; + text-decoration:underline; } + +.check a:hover { font-weight:bold; + color:#000000; + text-decoration:underline; }