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

modified website and .gitignore

parent 5f649611
No related branches found
No related tags found
No related merge requests found
# really this is private to my build process
make/
common-lisp.net
.vcs
GNUmakefile
init-lisp.lisp
moptilities.tar.gz
website/output/
test-results/
lift-local.config
*.dribble
*.fasl
*.dfsl
*.cfsl
*.fas
*.lib
......@@ -5,7 +5,7 @@
* [Mailing Lists][]
* [Getting it][]
* [Changelog][]
* [System Tests][tr]
{remark "* [System Tests][tr]"}
</div>
<div class="system-description">
......@@ -16,13 +16,14 @@ ASDF is
* *A*nother *S*ystem *D*efinition *F*acility.
* A way to describe how your source files are organized: what depends on which and when.
* A way to describe how your source files are organized: what
depends on which and when.
* A defacto-standard in need of some tender loving care.
* 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.
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>
......@@ -39,35 +40,31 @@ Thought they may lag behind the version here, ASDF comes
bundled with most Lisps. To get the greatest and latest, you
can:
* download [asdf.lisp][],
{remark * download [asdf.lisp][],}
* download the [tarball][] to get all bells and whistles,
* pull the latest from our git repository
git FOO http://common-lisp.net/project/asdf
git clone http://common-lisp.net/project/asdf/asdf.git
* use [ASDF-install][] to update yourself
{remark * use [ASDF-install][] to update yourself }
### Contributing
We're still working out the details. For now, send email to
gwking@metabang.com or the project [mailing-list][asdf-devel]
with questions or patches.
<a id="news"></a>
### What is happening
### Contributing
* Sunday; May 3, 2009 - moving towards git and Common-Lisp.net
2. Please explain to us the working pattern for ASDF + git. E.g., I
occasionally submit a small patch or two to Carsten Dominik's org-mode,
and I am happy that he has clearly explained the git-usage pattern. For
that project, you pull from Carsten, branch, develop new code, create a
patch, submit to Carsten and, if all goes well, it goes into Carsten's
master repo. Is this a workable pattern for ASDF? If not, do you have
something different in mind? git is such a flexible tool that (at least
to me) saying we're going to move to git doesn't tell me how we're going
to work as a community.
</div>
{include footer.md}
{include resources/footer.md}
</div>
This diff is collapsed.
<div id="footer" class="footer">
<div id="footer">
<a class="nav" href="http://validator.w3.org/check/referer" title="xhtml1.1"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/xhtml.gif" width="80" height="15" title="valid xhtml button" alt="valid xhtml" /></a>
<a class="nav" href="http://common-lisp.net/project/cl-markdown/" title="Mark with CL-Markdown"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/cl-markdown.png" width="80" height="15" title="Made with CL-Markdown" alt="CL-Markdown" /></a>
<a class="nav" href="http://www.catb.org/hacker-emblem/" title="hacker"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/hacker.png" width="80" height="15" title="hacker emblem" alt="hacker 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>
### Copyright (c) 2001-2008 Daniel Barlow and contributors
### Copyright (c) 2009 Gary King and contributors (gwking@metabang.com)
<span class="copyright">Copyright (c) 2009 Gary King and contributors (gwking@metabang.com)</span>
<span class="copyright">Copyright (c) 2001-2008 Daniel Barlow and contributors</span>
ASDF has an [MIT style][mit-license] license
<div id="timestamp">Last updated {today} at {now}</div>
</div>
......@@ -6,8 +6,13 @@
{set-property style-sheet "style.css"}
[user-guide]: user-guide.html
[tutorial]: user-guide.html
[manual]: manual.html
[Overview]: overview.html
[FAQ]: faq.html
[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.lisp]: http://common-lisp.net/project/asdf
\ No newline at end of file
[asdf.lisp]: http://common-lisp.net/project/asdf
[tarball]: http://common-lisp.net/project/asdf/asdf.tar.gz
......@@ -6,8 +6,8 @@ body {
font-size: medium; background-color: #3aa244; color:#ffffff;
border: solid #417b39 4px;
padding: 1mm 1mm 1mm 1em;
} .footer { font-size: small; font-style: italic; background-color: #346632; color:#ffffff; border-top: 2px solid;
border-bottom: 2px solid;
} #footer { font-size: small; font-style: italic; background-color: #346632; border-top: 2px solid;
border-bottom: 2px solid;
border-color: #417b39;
padding-top: 2mm;
padding-bottom: 2mm;
......@@ -16,15 +16,16 @@ body {
height: 04mm;
}
.footer-text {
color: #000000;
padding-top: 3em;
padding-bottom: 2em;
padding-right: 1em;
text-align: right;
#footer #timestamp {
float: right;
}
#footer .copyright {
display: block;
} .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;
}
padding-top: 0.1em;
margin-top: 0.1em;
} #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;
}
.system-links {
width: 14%;
......
......@@ -2,228 +2,62 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>currentDocument</key>
<string>source/index.md</string>
<key>documents</key>
<array>
<dict>
<key>filename</key>
<string>source/glossary.md</string>
<key>lastUsed</key>
<date>2007-11-23T20:08:59Z</date>
<string>source/manual.md</string>
<key>selected</key>
<true/>
</dict>
<dict>
<key>filename</key>
<string>source/index.md</string>
<key>lastUsed</key>
<date>2009-02-06T18:32:24Z</date>
<string>source/glossary.md</string>
<key>selected</key>
<true/>
</dict>
<dict>
<key>filename</key>
<string>source/notes.text</string>
<string>source/user-guide.css</string>
<key>selected</key>
<true/>
</dict>
<dict>
<key>expanded</key>
<key>filename</key>
<string>source/user-guide.md</string>
<key>selected</key>
<true/>
<key>name</key>
<string>resources</string>
<key>regexFolderFilter</key>
<string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
<key>sourceDirectory</key>
<string>source/resources</string>
</dict>
<dict>
<key>filename</key>
<string>source/style.css</string>
<key>selected</key>
<true/>
</dict>
<dict>
<key>filename</key>
<string>source/user-guide.css</string>
<key>lastUsed</key>
<date>2008-09-28T22:25:08Z</date>
<string>source/index.md</string>
<key>selected</key>
<true/>
</dict>
<dict>
<key>filename</key>
<string>source/user-guide.md</string>
<key>lastUsed</key>
<date>2008-10-26T00:45:19Z</date>
<key>name</key>
<string>resources</string>
<key>regexFolderFilter</key>
<string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
<key>selected</key>
<true/>
<key>sourceDirectory</key>
<string>source/resources</string>
</dict>
</array>
<key>fileHierarchyDrawerWidth</key>
<integer>200</integer>
<integer>183</integer>
<key>metaData</key>
<dict>
<key>source/glossary.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>19</integer>
<key>line</key>
<integer>0</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>source/index.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>52</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>19</integer>
</dict>
<key>source/resources/footer.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>30</integer>
<key>line</key>
<integer>8</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>source/resources/header.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>3</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>source/resources/navigation.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>1</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>source/resources/shared-header.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>14</integer>
<key>line</key>
<integer>11</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>source/resources/ug-footer.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>9</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>source/resources/ug-header.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>6</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>source/user-guide.css</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>0</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>10</integer>
</dict>
<key>source/user-guide.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>423</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>389</integer>
</dict>
</dict>
<key>openDocuments</key>
<array>
<string>source/user-guide.css</string>
<string>source/index.md</string>
<string>source/user-guide.md</string>
<string>source/resources/shared-header.md</string>
<string>source/resources/header.md</string>
<string>source/resources/navigation.md</string>
<string>source/resources/ug-header.md</string>
<string>source/resources/ug-footer.md</string>
<string>source/resources/footer.md</string>
<string>source/glossary.md</string>
</array>
<dict/>
<key>showFileHierarchyDrawer</key>
<false/>
<key>showFileHierarchyPanel</key>
<true/>
<key>treeState</key>
<dict>
<key>resources</key>
<dict>
<key>isExpanded</key>
<true/>
<key>subItems</key>
<dict/>
</dict>
</dict>
<key>windowFrame</key>
<string>{{91, 88}, {917, 790}}</string>
<string>{{593, 218}, {578, 578}}</string>
</dict>
</plist>
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