Skip to content
Snippets Groups Projects
Commit dcbd8af7 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Trivial documentation update: fix include statements and trailing whitespace

(thanks to dherring).
parent 572711a7
No related branches found
No related tags found
No related merge requests found
{include resources/header.md} {include "resources/header.md"}
<div class="contents"> <div class="contents">
### Contributors ### Contributors
* crhodes - Christophe Rhodes <csr21@cantab.net> * crhodes - Christophe Rhodes <csr21@cantab.net>
* dan_b - Daniel Barlow * dan_b - Daniel Barlow
* demoss - Nikodemus Siivola <nikodemus@random-state.net> * demoss - Nikodemus Siivola <nikodemus@random-state.net>
* gwking - Gary King <gwking@metabang.com> * gwking - Gary King <gwking@metabang.com>
* kevinrosenberg - Kevin Rosenberg * kevinrosenberg - Kevin Rosenberg
* nhabedi - Edi Weitz * nhabedi - Edi Weitz
* pvaneynd - Peter Van Eynde * pvaneynd - Peter Van Eynde
* rjain - Rahul Jain * rjain - Rahul Jain
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
</div> </div>
{include resources/footer.md} {include "resources/footer.md"}
</div> </div>
{include resources/header.md} {include "resources/header.md"}
<div class="contents"> <div class="contents">
### Copyright ### Copyright
ASDF Copyright (C) 2001-2009 Daniel Barlow and contributors ASDF Copyright (C) 2001-2009 Daniel Barlow and contributors
This website Copyright (C) 2001-2009 Daniel Barlow and This website Copyright (C) 2001-2009 Daniel Barlow and
contributors contributors
...@@ -34,7 +34,5 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ...@@ -34,7 +34,5 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</div> </div>
</div> </div>
{include resources/footer.md} {include "resources/footer.md"}
</div> </div>
{include resources/header.md} {include "resources/header.md"}
## Glossary ## Glossary
{glossary} {glossary}
[fixture]> glossary The fixture is the environment in which a testcase runs. The [fixture]> glossary The fixture is the environment in which a testcase runs. The
fixture is the code that prepares the environment for the test and that resets fixture is the code that prepares the environment for the test and that resets
the environment after the test. Fixtures can be shared by many test-cases. the environment after the test. Fixtures can be shared by many test-cases.
{include resources/footer.md} {include "resources/footer.md"}
{include shared-header.md} {include "shared-header.md"}
<div class="header"> <div class="header">
<span class="logo"> <span class="logo">
......
{include shared-links.md} {include "shared-links.md"}
{set-property html yes} {set-property html yes}
{set-property author "the ASDF group"} {set-property author "the ASDF group"}
...@@ -17,19 +17,19 @@ ...@@ -17,19 +17,19 @@
[tests]: test-results.html [tests]: test-results.html
[git-browse]: http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=summary [git-browse]: http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=summary
[git-resources]: git.html [git-resources]: git.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-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
[kmp-large]: http://www.nhplace.com/kent/Papers/Large-Systems.html [kmp-large]: http://www.nhplace.com/kent/Papers/Large-Systems.html
[hs-require]: http://www.lispworks.com/documentation/HyperSpec/Body/f_provid.htm#require [hs-require]: http://www.lispworks.com/documentation/HyperSpec/Body/f_provid.htm#require
[hs-standard-output]: http://www.lispworks.com/documentation/HyperSpec/Body/v_debug_.htm#STstandard-outputST [hs-standard-output]: http://www.lispworks.com/documentation/HyperSpec/Body/v_debug_.htm#STstandard-outputST
[tinaa-project]: http://common-lisp.net/project/tinaa/ [tinaa-project]: http://common-lisp.net/project/tinaa/
[albert-project]: http://www.cliki.net/Albert/ [albert-project]: http://www.cliki.net/Albert/
\ No newline at end of file
{include shared-header.md} {include "shared-header.md"}
{set-property style-sheets {set-property style-sheets
"user-guide.css" "user-guide.css"
"http://common-lisp.net/project/cl-containers/shared/style-200.css"} "http://common-lisp.net/project/cl-containers/shared/style-200.css"}
......
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