From 510953175566bbe17474e570d29e5437e2003ed2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 28 Oct 2001 18:51:57 +0000 Subject: [PATCH] fixing a broken link, Daniel --- doc/bugs.html | 4 +--- doc/contribs.html | 2 +- doc/downloads.html | 3 +-- doc/index.html | 2 +- doc/xml.html | 18 +++++++----------- doc/xmlio.html | 1 + 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/doc/bugs.html b/doc/bugs.html index 7bd5f88c..447e318d 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -76,9 +76,7 @@ point of fixing them in a timely fashion. The best way to report a bug is to use the Gnome bug tracking database (make sure to use the "libxml" module name). I look at reports there regularly and it's good to have a reminder when a bug is -still open. Check the instructions on -reporting bugs and be sure to specify that the bug is for the package -libxml.

+still open. Be sure to specify that the bug is for the package libxml.

There is also a mailing-list xml@gnome.org for libxml, with an on-line archive (old). To subscribe to this list, please visit the associated Web page and follow the instructions. Do not send code, I won't debug it diff --git a/doc/contribs.html b/doc/contribs.html index 31fd4d9e..174d8366 100644 --- a/doc/contribs.html +++ b/doc/contribs.html @@ -78,7 +78,7 @@ A:link, A:visited, A:active { text-decoration: underline }

  • John Fleck helps maintaining the documentation and man pages.
  • Ari Johnson - provides a C++ wrapper for libxml:
    + provides a C++ wrapper for libxml:
    Website: http://lusis.org/~ari/xml++/
    Download: http://lusis.org/~ari/xml++/libxml++.tar.gz
  • diff --git a/doc/downloads.html b/doc/downloads.html index c110c677..b5bf2856 100644 --- a/doc/downloads.html +++ b/doc/downloads.html @@ -89,8 +89,7 @@ Pennington provides S

    Contributions:

    I do accept external contributions, especially if compiling on another platform, get in touch with me to upload the package, wrappers for various -languages have been provided, and can be found in the -contrib section +languages have been provided, and can be found in the contrib section

    Libxml is also available from CVS:

    Daniel Veillard

    diff --git a/doc/xml.html b/doc/xml.html index 4cc6872b..d4befa98 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -78,7 +78,7 @@ other specification but don't claim to implement them:

    providing an implementation of XSLT 1.0 and extensions on top of libxml2
  • the gdome2 page - : a standard DOM2 implementation based on libxml2
  • + : a standard DOM2 implementation based on libxml2

    Introduction

    @@ -429,10 +429,7 @@ point of fixing them in a timely fashion. The best way to report a bug is to use the Gnome bug tracking database (make sure to use the "libxml" module name). I look at reports there regularly and it's good to have a reminder when a bug is -still open. Check the instructions on -reporting bugs and be sure to specify that the bug is for the package -libxml.

    +still open. Be sure to specify that the bug is for the package libxml.

    There is also a mailing-list xml@gnome.org for libxml, with an Solaris binaries.

    I do accept external contributions, especially if compiling on another platform, get in touch with me to upload the package, wrappers for various -languages have been provided, and can be found in the -contrib section

    +languages have been provided, and can be found in the contrib section

    Libxml is also available from CVS:

    - diff --git a/doc/xmlio.html b/doc/xmlio.html index 22c5231b..54d8c1ff 100644 --- a/doc/xmlio.html +++ b/doc/xmlio.html @@ -213,6 +213,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) { + }
  • And then use it to save the document: