Skip to content
Snippets Groups Projects
Commit 1b6fbbe5 authored by Gary King's avatar Gary King
Browse files

more website tomfoolery

parent 6545466d
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ Simple Lisp programs are defined in a single file; to use ...@@ -13,8 +13,8 @@ Simple Lisp programs are defined in a single file; to use
them, you load the file and go. More complicated systems, them, you load the file and go. More complicated systems,
however, are made up of many files (and possibly depend on however, are made up of many files (and possibly depend on
other systems made up of their own files). Using these other systems made up of their own files). Using these
requires loading the sub-systems and files in the right order requires loading the sub-systems and files in the right
- an error-prone and tedious task. order -- an error-prone and tedious task.
ASDF is *a*nother *s*ystem *d*efinition *f*acility: a tool ASDF is *a*nother *s*ystem *d*efinition *f*acility: a tool
for describing the sub-systems and files that comprise a for describing the sub-systems and files that comprise a
...@@ -82,7 +82,7 @@ You can load system definition files by hand: ...@@ -82,7 +82,7 @@ You can load system definition files by hand:
(load "/path/to/my/system/my-system.asd") (load "/path/to/my/system/my-system.asd")
or you can tell ASDF where to look to find them using the or you can tell ASDF where to look to find them using the
[*central-registry*][*central-registry*] parameter. [`*central-registry*`][*central-registry*] parameter.
{docs *central-registry*} {docs *central-registry*}
......
...@@ -12,18 +12,14 @@ ...@@ -12,18 +12,14 @@
### What it is ### What it is
ASDF is ASDF is a tool for describing how source files are organized:
what depends on which and when. I.e., it is *A*nother
*S*ystem *D*efinition *F*acility.
* *A*nother *S*ystem *D*efinition *F*acility. If you want to use ASDF with other people's systems, see the
[getting started][getting-started] guide. For details on
* A way to describe how your source files are organized: what defining your own systems, you can read the [tutorial][],
depends on which and when. browse the [manual][].
* A de-facto standard in need of some tender loving care.
For details, you can read the [tutorial][],
browse the [manual][], or just look further down
this page to grab the source code.
<a id="mailing-lists"></a> <a id="mailing-lists"></a>
...@@ -59,8 +55,10 @@ with questions or patches. ...@@ -59,8 +55,10 @@ with questions or patches.
### What is happening ### What is happening
* Sunday; May 3, 2009 - moving towards git and Common-Lisp.net * Saturday; June 6, 2009 - updated website and added [oos][]
shortcuts like [system-load][].
* Sunday; May 3, 2009 - moving towards git and Common-Lisp.net
</div> </div>
......
This diff is collapsed.
...@@ -5,10 +5,9 @@ ...@@ -5,10 +5,9 @@
<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://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> <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>
<span class="copyright">Copyright (c) 2001-2009 Daniel Barlow and [contributors][]</span> <span class="copyright">[Copyright][] (c) 2001-2009 Daniel Barlow and [contributors][]</span>
ASDF has an [MIT style][mit-license] license ASDF has an [MIT style][mit-license] license
<div id="timestamp">Last updated {today} at {now}</div> <div id="timestamp">Last updated {today} at {now}</div>
</div> </div>
{include shared-links.md} {include shared-links.md}
{set-property html yes} {set-property html yes}
{set-property author "Gary Warren King"} {set-property author "the ASDF group"}
{set-property title "ASDF - Another System Definition Facility"} {set-property title "ASDF - Another System Definition Facility"}
{set-property style-sheet "style.css"} {set-property style-sheet "style.css"}
...@@ -9,13 +9,17 @@ ...@@ -9,13 +9,17 @@
[tutorial]: user-guide.html [tutorial]: user-guide.html
[manual]: manual.html [manual]: manual.html
[Overview]: overview.html [Overview]: overview.html
[copyright]: copyright.html
[contributors]: contributors.html
[sys-guide]: manual.html
[getting-started]: getting-started.html
[FAQ]: faq.html [FAQ]: faq.html
[asdf-devel]: http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel [asdf-devel]: http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
[asdf-announce]: http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce [asdf-announce]: http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce
[asdf-home]: http://common-lisp.net/project/asdf/
[asdf.lisp]: http://common-lisp.net/project/asdf/asdf.lisp [asdf.lisp]: http://common-lisp.net/project/asdf/asdf.lisp
[tarball]: http://common-lisp.net/project/asdf/asdf.tar.gz [tarball]: http://common-lisp.net/project/asdf/asdf.tar.gz
[contributors]: contributors.html [hs-require]:
\ No newline at end of file
\ No newline at end of file
body { body {
list-style: url(http://common-lisp.net/project/cl-containers/images/lambda.png); line-height: 130%;
}.header { position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */ }
/* @group anchors */
a.none {
text-decoration: none;
color:black }
a.none:visited { text-decoration: none; color:black }
a.none:active { text-decoration: none; color:black }
a.none:hover { text-decoration: none; color:black }
a {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
/* @end */
/* @group toc */
.table-of-contents {
font-size: 90%;
margin-bottom: 1em;
padding-bottom: 1em;
}
.table-of-contents h2, h3, h4 {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 1px;
}
.table-of-contents h2 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 2em;
}
.table-of-contents h3 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 4em;
}
.table-of-contents h4 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 6em;
}
.table-of-contents h5 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 8px;
}
/* @end */
/* @group header-footer */
.header { position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto; width:auto;
min-width:120px; min-width:120px;
font-size: medium; background-color: #3aa244; color:#ffffff; font-size: medium; background-color: #3aa244; color:#ffffff;
...@@ -27,6 +106,106 @@ body { ...@@ -27,6 +106,106 @@ body {
} #footer a:link { font-weight:bold; text-decoration:underline;} #footer a:visited { font-weight:bold; text-decoration:underline;} #footer a:hover { font-weight:bold; color:#002244; text-decoration:underline; } #footer a:link { font-weight:bold; text-decoration:underline;} #footer a:visited { font-weight:bold; text-decoration:underline;} #footer a:hover { font-weight:bold; color:#002244; text-decoration:underline;
} }
.header h2 {
padding-top: 0px;
margin-top: 0.2em;
margin-bottom: 0.6em;
}
.header h4 {
padding-top: 0px;
margin-top: 0.2em;
margin-bottom: 0.6em;
}
.logo {
float: right;
text-align: right;
right: 2em;
}
/* @end */
/* @group documentation */
.hidden {
visibility: hidden;
}
.documentation {
margin-right: 1em;
margin-left: 1em;
clear: both;
}
.function {
}
.documentation pre {
margin-left: 0em;
margin-right: 0em;
}
.documentation.header {
display: block;
position: relative;
border: none white 0px;
border-top: thin;
border-top-style: solid;
border-top-width: 1pt;
padding-top: 4px;
margin-top: 2em;
font-size: inherit;
background-color: transparent;
color: black;
}
.documentation .name-and-args {
width: 80%;
float: left;
// font-variant: small-caps;
}
.documentation.contents {
top: 10px;
position: relative;
margin-bottom: 1.8em;
margin-left: 4em;
margin-right: 4em;
clear: both;
}
.documentation-name {
font-weight: bold;
float: left;
padding-right: 10px;
width: 125px;
}
.documentation-kind {
float: right;
font-style: italic;
color: gray;
padding-left: 10px;
}
.documentation-arguments {
float: left;
// width: 350px;
font-style: italic;
}
.documentation p {
clear: both;
}
/* @end */
.system-links { .system-links {
width: 14%; width: 14%;
text-align: left; text-align: left;
...@@ -67,24 +246,6 @@ body { ...@@ -67,24 +246,6 @@ body {
padding-right: 2em; padding-right: 2em;
} }
.header h2 {
padding-top: 0px;
margin-top: 0.2em;
margin-bottom: 0.6em;
}
.header h4 {
padding-top: 0px;
margin-top: 0.2em;
margin-bottom: 0.6em;
}
.logo {
float: right;
text-align: right;
right: 2em;
}
.nav { .nav {
padding-left: 1em; padding-left: 1em;
vertical-align: center; vertical-align: center;
...@@ -94,8 +255,9 @@ pre { ...@@ -94,8 +255,9 @@ pre {
font: 90% Courier New, Courier, mono; font: 90% Courier New, Courier, mono;
color: #000000; color: #000000;
background: #daefe9; background: #daefe9;
width: 90%;
overflow: auto; overflow: auto;
border: 1px solid #995f04; border: 1px solid #995f04;
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-left: 4em;
margin-right: 4em;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{set-property style-sheet user-guide} {set-property style-sheet user-guide}
{set-property docs-package lift} {set-property docs-package lift}
# LIFT User's Guide # ASDF User's Guide
# Table of Contents # Table of Contents
......
...@@ -118,30 +118,14 @@ ...@@ -118,30 +118,14 @@
<key>caret</key> <key>caret</key>
<dict> <dict>
<key>column</key> <key>column</key>
<integer>66</integer> <integer>55</integer>
<key>line</key> <key>line</key>
<integer>7</integer> <integer>11</integer>
</dict> </dict>
<key>columnSelection</key>
<false/>
<key>firstVisibleColumn</key> <key>firstVisibleColumn</key>
<integer>0</integer> <integer>0</integer>
<key>firstVisibleLine</key> <key>firstVisibleLine</key>
<integer>0</integer> <integer>0</integer>
<key>selectFrom</key>
<dict>
<key>column</key>
<integer>80</integer>
<key>line</key>
<integer>7</integer>
</dict>
<key>selectTo</key>
<dict>
<key>column</key>
<integer>66</integer>
<key>line</key>
<integer>7</integer>
</dict>
</dict> </dict>
<key>source/resources/header.md</key> <key>source/resources/header.md</key>
<dict> <dict>
...@@ -176,7 +160,7 @@ ...@@ -176,7 +160,7 @@
<key>caret</key> <key>caret</key>
<dict> <dict>
<key>column</key> <key>column</key>
<integer>59</integer> <integer>0</integer>
<key>line</key> <key>line</key>
<integer>16</integer> <integer>16</integer>
</dict> </dict>
...@@ -261,6 +245,8 @@ ...@@ -261,6 +245,8 @@
<string>source/manual.md</string> <string>source/manual.md</string>
<string>source/style.css</string> <string>source/style.css</string>
<string>source/resources/shared-header.md</string> <string>source/resources/shared-header.md</string>
<string>source/resources/header.md</string>
<string>source/resources/navigation.md</string>
<string>source/index.md</string> <string>source/index.md</string>
<string>source/contributors.md</string> <string>source/contributors.md</string>
<string>source/resources/footer.md</string> <string>source/resources/footer.md</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment