summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-22 22:34:16 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-22 22:34:16 -0700
commit18738adb0cba7fa2f2187f9fbd83ba40c56675f1 (patch)
tree2eadd98e392348a2a88a8294d31078585d91bdf1 /doc
parent0c8e0b9056785b36e384cf2b272673e753ed374d (diff)
Updated documentation for commit 835bfe2a02c70c150f2354f8ef9e866f3e2fd180
Diffstat (limited to 'doc')
-rw-r--r--doc/datalog.html22
-rw-r--r--doc/pprint/CommonLispFormat.html16
-rw-r--r--doc/pprint/PrettyPrinting.html16
3 files changed, 18 insertions, 36 deletions
diff --git a/doc/datalog.html b/doc/datalog.html
index 8855d28d..a744bb94 100644
--- a/doc/datalog.html
+++ b/doc/datalog.html
@@ -1,8 +1,8 @@
<html>
<head>
- <title>An overview of Datalog</title>
- <link href="../file/view/favicon.png" rel="icon" />
- <link href="../file/view/favicon.png" rel="shortcut icon" />
+ <title>An Overview of Datalog</title>
+ <link href="../static/favicon.png" rel="icon" />
+ <link href="../static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
@@ -24,7 +24,7 @@ namespace.
<body>
<div id="AllContentContainer">
<div id="Header">
- <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="file/view/clojure-icon.gif" /></a>
+ <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
<h1><a title="Clojure" href="index.html">Clojure</a></h1>
</div>
<div id="leftcolumn"><div><div style="text-align: center;"></div>
@@ -43,15 +43,8 @@ namespace.
<div id="Content">
<div class="contentBox"><div class="innerContentBox">
<div id="content_view" class="wiki wikiPage">
- <!-- Temporary disclaimer -->
- <div style="background-color: #FF0000; font-weight: bold;">
- NOTE: These autogen pages are still under development.
- Not all links work. Not all formatting is done.
- Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.)
- with any questions.
- </div>
<div id="right-sidebar"></div>
- <div id="content-tag"><html><body><h1>An overview of Datalog</h1>
+ <div id="content-tag"><html><body><h1>An Overview of Datalog</h1>
<p>By Jeffrey Straszheim</p>
@@ -71,7 +64,7 @@ namespace.
<p>Clojure Datalog supports an in memory relational database format, implemented in clojure.contrib.datalog.database (<a href="http://github.com/richhickey/clojure-contrib/blob/master/src/clojure/contrib/datalog/database.clj">here</a>). It supports relations (tables) with named columns and simple hash based indexes. At the present time it does not support any integrity constraints (perhaps later).</p>
-<p>Tables are build with <code>make-database</code>, like this:</p>
+<p>Tables are built with <code>make-database</code>, like this:</p>
<pre><code>(make-database
(relation :employee [:id :name :position])
@@ -215,7 +208,8 @@ namespace.
</div>
</div>
</div>
- <div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.</div>
+ <div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />
+ Clojure auto-documentation system by Tom Faulhaber.</div>
</div>
<!-- /AllContentContainer -->
</body>
diff --git a/doc/pprint/CommonLispFormat.html b/doc/pprint/CommonLispFormat.html
index 4bfc9b1a..3abeff74 100644
--- a/doc/pprint/CommonLispFormat.html
+++ b/doc/pprint/CommonLispFormat.html
@@ -1,8 +1,8 @@
<html>
<head>
<title>A Common Lisp-compatible Format Function</title>
- <link href="../../file/view/favicon.png" rel="icon" />
- <link href="../../file/view/favicon.png" rel="shortcut icon" />
+ <link href="../../static/favicon.png" rel="icon" />
+ <link href="../../static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="../../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../../static/internal.css" rel="stylesheet" />
@@ -24,7 +24,7 @@ namespace.
<body>
<div id="AllContentContainer">
<div id="Header">
- <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="file/view/clojure-icon.gif" /></a>
+ <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
<h1><a title="Clojure" href="index.html">Clojure</a></h1>
</div>
<div id="leftcolumn"><div><div style="text-align: center;"></div>
@@ -43,13 +43,6 @@ namespace.
<div id="Content">
<div class="contentBox"><div class="innerContentBox">
<div id="content_view" class="wiki wikiPage">
- <!-- Temporary disclaimer -->
- <div style="background-color: #FF0000; font-weight: bold;">
- NOTE: These autogen pages are still under development.
- Not all links work. Not all formatting is done.
- Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.)
- with any questions.
- </div>
<div id="right-sidebar"></div>
<div id="content-tag"><html><body><h1>A Common Lisp-compatible Format Function</h1>
@@ -296,7 +289,8 @@ directive to cl-format has an argument extension to let you choose:</p>
</div>
</div>
</div>
- <div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.</div>
+ <div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />
+ Clojure auto-documentation system by Tom Faulhaber.</div>
</div>
<!-- /AllContentContainer -->
</body>
diff --git a/doc/pprint/PrettyPrinting.html b/doc/pprint/PrettyPrinting.html
index ecb9490d..5378f08b 100644
--- a/doc/pprint/PrettyPrinting.html
+++ b/doc/pprint/PrettyPrinting.html
@@ -1,8 +1,8 @@
<html>
<head>
<title>A Pretty Printer for Clojure</title>
- <link href="../../file/view/favicon.png" rel="icon" />
- <link href="../../file/view/favicon.png" rel="shortcut icon" />
+ <link href="../../static/favicon.png" rel="icon" />
+ <link href="../../static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="../../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../../static/internal.css" rel="stylesheet" />
@@ -24,7 +24,7 @@ namespace.
<body>
<div id="AllContentContainer">
<div id="Header">
- <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="file/view/clojure-icon.gif" /></a>
+ <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
<h1><a title="Clojure" href="index.html">Clojure</a></h1>
</div>
<div id="leftcolumn"><div><div style="text-align: center;"></div>
@@ -43,13 +43,6 @@ namespace.
<div id="Content">
<div class="contentBox"><div class="innerContentBox">
<div id="content_view" class="wiki wikiPage">
- <!-- Temporary disclaimer -->
- <div style="background-color: #FF0000; font-weight: bold;">
- NOTE: These autogen pages are still under development.
- Not all links work. Not all formatting is done.
- Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.)
- with any questions.
- </div>
<div id="right-sidebar"></div>
<div id="content-tag"><html><body><h1>A Pretty Printer for Clojure</h1>
@@ -353,7 +346,8 @@ of my list. </p>
</div>
</div>
</div>
- <div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.</div>
+ <div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />
+ Clojure auto-documentation system by Tom Faulhaber.</div>
</div>
<!-- /AllContentContainer -->
</body>