From dcbd8af7234745183aab7942edd73f967b68fde6 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Sun, 24 Jan 2010 22:47:38 -0500 Subject: [PATCH] Trivial documentation update: fix include statements and trailing whitespace (thanks to dherring). --- website/source/contributors.md | 8 ++++---- website/source/copyright.md | 8 +++----- website/source/glossary.md | 8 ++++---- website/source/resources/header.md | 2 +- website/source/resources/shared-header.md | 12 ++++++------ website/source/resources/ug-header.md | 4 ++-- 6 files changed, 20 insertions(+), 22 deletions(-) diff --git a/website/source/contributors.md b/website/source/contributors.md index f9827607..e3fb4d35 100644 --- a/website/source/contributors.md +++ b/website/source/contributors.md @@ -1,14 +1,14 @@ -{include resources/header.md} +{include "resources/header.md"} <div class="contents"> ### Contributors * crhodes - Christophe Rhodes <csr21@cantab.net> -* dan_b - Daniel Barlow +* dan_b - Daniel Barlow * demoss - Nikodemus Siivola <nikodemus@random-state.net> * gwking - Gary King <gwking@metabang.com> -* kevinrosenberg - Kevin Rosenberg +* kevinrosenberg - Kevin Rosenberg * nhabedi - Edi Weitz * pvaneynd - Peter Van Eynde * rjain - Rahul Jain @@ -19,7 +19,7 @@ </div> </div> -{include resources/footer.md} +{include "resources/footer.md"} </div> diff --git a/website/source/copyright.md b/website/source/copyright.md index 02118518..22decf5b 100644 --- a/website/source/copyright.md +++ b/website/source/copyright.md @@ -1,10 +1,10 @@ -{include resources/header.md} +{include "resources/header.md"} <div class="contents"> ### 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 contributors @@ -34,7 +34,5 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </div> </div> -{include resources/footer.md} +{include "resources/footer.md"} </div> - - diff --git a/website/source/glossary.md b/website/source/glossary.md index 1b10b8d1..2e94f8e1 100644 --- a/website/source/glossary.md +++ b/website/source/glossary.md @@ -1,11 +1,11 @@ -{include resources/header.md} +{include "resources/header.md"} ## Glossary {glossary} - [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]> 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 the environment after the test. Fixtures can be shared by many test-cases. -{include resources/footer.md} +{include "resources/footer.md"} diff --git a/website/source/resources/header.md b/website/source/resources/header.md index 059da795..0d410954 100644 --- a/website/source/resources/header.md +++ b/website/source/resources/header.md @@ -1,4 +1,4 @@ -{include shared-header.md} +{include "shared-header.md"} <div class="header"> <span class="logo"> diff --git a/website/source/resources/shared-header.md b/website/source/resources/shared-header.md index 7e35df5a..230dadd5 100644 --- a/website/source/resources/shared-header.md +++ b/website/source/resources/shared-header.md @@ -1,4 +1,4 @@ -{include shared-links.md} +{include "shared-links.md"} {set-property html yes} {set-property author "the ASDF group"} @@ -17,19 +17,19 @@ [tests]: test-results.html [git-browse]: http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=summary [git-resources]: git.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-home]: http://common-lisp.net/project/asdf/ [asdf.lisp]: http://common-lisp.net/project/asdf/asdf.lisp [tarball]: http://common-lisp.net/project/asdf/asdf.tar.gz - + [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-standard-output]: http://www.lispworks.com/documentation/HyperSpec/Body/v_debug_.htm#STstandard-outputST - - + + [tinaa-project]: http://common-lisp.net/project/tinaa/ [albert-project]: http://www.cliki.net/Albert/ \ No newline at end of file diff --git a/website/source/resources/ug-header.md b/website/source/resources/ug-header.md index 8b8b98dd..667d2bf6 100644 --- a/website/source/resources/ug-header.md +++ b/website/source/resources/ug-header.md @@ -1,6 +1,6 @@ -{include shared-header.md} +{include "shared-header.md"} -{set-property style-sheets +{set-property style-sheets "user-guide.css" "http://common-lisp.net/project/cl-containers/shared/style-200.css"} -- GitLab