From dd833309bf4887f3923ce6abd59ef156ad720cb2 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Tue, 1 May 2007 18:21:40 +0000 Subject: [PATCH] klacks:get-attribute; dribbling source fix; FAQ --- doc/cxml.css | 7 +- doc/html.xsl | 34 +++++-- doc/index.xml | 9 +- doc/quickstart.xml | 213 +++++++++++++++++++++++++++++++++++++--- klacks/klacks-impl.lisp | 7 ++ klacks/klacks.lisp | 2 +- klacks/package.lisp | 1 + klacks/tap-source.lisp | 7 +- 8 files changed, 258 insertions(+), 22 deletions(-) diff --git a/doc/cxml.css b/doc/cxml.css index 8c108a4..60edb72 100644 --- a/doc/cxml.css +++ b/doc/cxml.css @@ -63,10 +63,15 @@ body { background-repeat: no-repeat; } -h1,h2,h3 { +h1 { margin-left: -30px; } +h2,h3 { + margin-left: -30px; + margin-top: 2em; +} + pre { background-color: #eeeeee; border: solid 1px #d0d0d0; diff --git a/doc/html.xsl b/doc/html.xsl index b7b0639..82b68e1 100644 --- a/doc/html.xsl +++ b/doc/html.xsl @@ -4,11 +4,11 @@ doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/loose.dtd"/> - - - - - + + + + + @@ -38,7 +38,7 @@
  • @@ -85,4 +85,26 @@
    + + + + + + +

    + + + +

    +
    diff --git a/doc/index.xml b/doc/index.xml index 5526974..9203051 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -48,8 +48,15 @@ information).

    +

    See also

    +

    + Relax NG validation is available as a separate + project: cxml-rng. +

    + + -

    Recent Changes

    +

    Recent Changes

    rel-2007-xx-yy