From c9fa505afef12b792bfc5addd027823efde34875 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Sun, 21 Oct 2007 16:10:34 +0200 Subject: [PATCH] more documentation --- README | 25 +++++++++++++++++++++++++ doc/examples.xml | 4 ++-- doc/index.xml | 7 ++++--- doc/index.xsl | 14 ++------------ 4 files changed, 33 insertions(+), 17 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e348dfe --- /dev/null +++ b/README @@ -0,0 +1,25 @@ + +Closure HTML + + An HTML parser written in Common Lisp. + + Closure HTML was written by Gilbert Baumann as part of the Closure + web browser. It was first converted into a stand-alone installation by + Ignas Mikalajunas, and finally reassembled and documented for + integration with Closure XML and use with the Closure browser by David + Lichteblau under its current name. + + It available under an MIT-style license. + + Please send bug reports to closure-devel@common-lisp.net + (http://common-lisp.net/cgi-bin/mailman/listinfo/closure-devel) + + +Documentation + + Please refer to http://common-lisp.net/project/closure/closure-html/ + for details. + + The documentation is also available in the doc/ subdirectory of this + source distribution, run `make' in that directory to build HTML + from the XML sources (requires xsltproc). diff --git a/doc/examples.xml b/doc/examples.xml index a225966..9086eaa 100644 --- a/doc/examples.xml +++ b/doc/examples.xml @@ -1,4 +1,4 @@ - +

Simple examples using Closure HTML.

@@ -30,7 +30,7 @@

- Note that the filename here must be passed as a pathname (written + Note that the filename must be passed as a pathname (written using #p), not just a string, because a string would be interpreted as a literal HTML document as in the first example above. diff --git a/doc/index.xml b/doc/index.xml index 7129293..ea59010 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -8,8 +8,9 @@ by Gilbert Baumann as part of the Closure web browser. It was first converted into a stand-alone installation by Ignas Mikalajūnas, and - finally reassembled for integration with Closure XML and use with - the Closure browser by David Lichteblau under its current name. + finally reassembled and documented for integration with Closure XML + and use with the Closure browser by David Lichteblau under its + current name.

It available under an MIT-style license. @@ -43,7 +44,7 @@

History

2007-10-28

    -
  • Closure HTML released.
  • +
  • Closure HTML released as a stand-alone project.

2005-03-13

diff --git a/doc/index.xsl b/doc/index.xsl index a80e5d1..002a179 100644 --- a/doc/index.xsl +++ b/doc/index.xsl @@ -141,21 +141,11 @@
  • - Simple Examples + Examples
     
  • - Manual - -
  • -
  • - API documentation + API documentation
  • -- 2.11.4.GIT