|
@@ -0,0 +1,99 @@
|
|
1
|
+
|
|
2
|
+<html lang="en">
|
|
3
|
+<head>
|
|
4
|
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
5
|
+<title>API for COLESLAW</title>
|
|
6
|
+<style type="text/css" media="all">
|
|
7
|
+body {margin: 0 2em .5em 2em;font-family: Verdana,Arial,sans-serif;}
|
|
8
|
+.package {background: #efefef;
|
|
9
|
+ padding: 1.5em 0 1em 0;
|
|
10
|
+ text-align: center;
|
|
11
|
+ font-size: x-large;}
|
|
12
|
+.definition {background: #efefef; padding: .3em 1em;}
|
|
13
|
+a.symbolname, a:visited.symbolname {font-weight: bold;}
|
|
14
|
+.initargs {font-size: small;}
|
|
15
|
+.slots {font-size: small;}
|
|
16
|
+div.label {border-bottom: 1px solid #efefef; margin-bottom: .5em}
|
|
17
|
+.symboldecl, .footer {margin: 0 2em 2em 2em;}
|
|
18
|
+.symbolname {font-weight: bold; color: gray;}
|
|
19
|
+.symboltype {font-style: italic;margin-left: 1.5em; font-size: smaller;}
|
|
20
|
+.documentation {color: gray; font-family: Fixed,monospace;margin: 0 0 1.5em 0.5em;}
|
|
21
|
+.packagedocumentation {color: gray;
|
|
22
|
+ font-family: Fixed,monospace;
|
|
23
|
+ margin: 0 0 1.5em 0;
|
|
24
|
+ border: 1px solid #efefef;
|
|
25
|
+ padding-left: 1.5em;}
|
|
26
|
+.symbolcomments span {font-weight: bold;}
|
|
27
|
+.footer {font-size: x-small; text-align: right; margin-top: 2em; padding-top: 1em; border-top: 1px solid gray;}
|
|
28
|
+.undocumented {color: red; font-weight: bold;}
|
|
29
|
+a, a:visited {font-weight: bold; color: gray; text-decoration: none; font-weight: normal;}
|
|
30
|
+a:hover {border-bottom: 1px solid gray; }
|
|
31
|
+.label {font-weight: bold; font-style: italic;color: gray;}
|
|
32
|
+.labeltitle {font-weight: bold; font-style: italic;color: gray; border: 1px solid #efefef; padding: .25em;margin-bottom: .5em}
|
|
33
|
+.frame {marin-top: 1.5em}
|
|
34
|
+.expander {border: 2px solid #efefef; color: gray;
|
|
35
|
+ font-weight: bold;
|
|
36
|
+ font-family: Fixed,monospace;
|
|
37
|
+ margin-right: .25em; padding: 0 .25em;cursor: pointer;}
|
|
38
|
+</style>
|
|
39
|
+<script type="text/javascript">
|
|
40
|
+function expand (expander, id) {
|
|
41
|
+var text = expander.innerHTML;
|
|
42
|
+if (text == '-')
|
|
43
|
+{
|
|
44
|
+ expander.innerHTML = '+';
|
|
45
|
+ document.getElementById(id).style.display = 'none';
|
|
46
|
+}
|
|
47
|
+else
|
|
48
|
+{
|
|
49
|
+ expander.innerHTML = '-';
|
|
50
|
+ document.getElementById(id).style.display = '';
|
|
51
|
+}
|
|
52
|
+}</script></head>
|
|
53
|
+<body>
|
|
54
|
+<div class="package">
|
|
55
|
+<div class="definition">API for package:
|
|
56
|
+<a class="symbolname" name="coleslaw_package" href="#coleslaw_package">coleslaw</a></div></div>
|
|
57
|
+<div class="packagedocumentation">
|
|
58
|
+<pre>Homepage: <a href="http://github.com/redline6561/coleslaw">Github</a></pre></div>
|
|
59
|
+<div class="frame">
|
|
60
|
+<div class="labeltitle">
|
|
61
|
+<span class="expander" onclick="expand(this, 'functions');">-</span>Functions</div>
|
|
62
|
+<div id="functions">
|
|
63
|
+<div class="symboldecl">
|
|
64
|
+<div class="definition">
|
|
65
|
+<a class="symbolname" name="add-injection_func" href="#add-injection_func">add-injection</a>
|
|
66
|
+<span class="lambdalist">str location</span>
|
|
67
|
+<span class="symboltype">standard-generic-function</span></div>
|
|
68
|
+<div class="documentation">
|
|
69
|
+<pre>Add STR to the list of elements injected in LOCATION.</pre></div></div>
|
|
70
|
+<div class="symboldecl">
|
|
71
|
+<div class="definition">
|
|
72
|
+<a class="symbolname" name="deploy_func" href="#deploy_func">deploy</a>
|
|
73
|
+<span class="lambdalist">dir</span>
|
|
74
|
+<span class="symboltype">standard-generic-function</span></div>
|
|
75
|
+<div class="documentation">
|
|
76
|
+<pre>Deploy DIR, updating the .prev and .curr symlinks.</pre></div></div>
|
|
77
|
+<div class="symboldecl">
|
|
78
|
+<div class="definition">
|
|
79
|
+<a class="symbolname" name="main_func" href="#main_func">main</a>
|
|
80
|
+<span class="lambdalist"></span>
|
|
81
|
+<span class="symboltype">function</span></div>
|
|
82
|
+<div class="documentation">
|
|
83
|
+<pre>:undocumented</pre></div></div>
|
|
84
|
+<div class="symboldecl">
|
|
85
|
+<div class="definition">
|
|
86
|
+<a class="symbolname" name="render-content_func" href="#render-content_func">render-content</a>
|
|
87
|
+<span class="lambdalist">text format</span>
|
|
88
|
+<span class="symboltype">standard-generic-function</span></div>
|
|
89
|
+<div class="documentation">
|
|
90
|
+<pre>Compile TEXT from the given FORMAT to HTML for display.</pre></div></div>
|
|
91
|
+<div class="symboldecl">
|
|
92
|
+<div class="definition">
|
|
93
|
+<a class="symbolname" name="render-feed_func" href="#render-feed_func">render-feed</a>
|
|
94
|
+<span class="lambdalist"></span>
|
|
95
|
+<span class="symboltype">function</span></div>
|
|
96
|
+<div class="documentation">
|
|
97
|
+<pre>Render and write the feed for the site.</pre></div></div></div></div>
|
|
98
|
+<div class="footer">Generated by:
|
|
99
|
+<a href="http://common-lisp.net/project/cl-api">CL-API</a></div></body></html>
|