1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

fixing a broken link, Daniel

This commit is contained in:
Daniel Veillard
2001-10-28 18:51:57 +00:00
parent fd32de6207
commit 5109531755
6 changed files with 12 additions and 18 deletions

View File

@ -76,9 +76,7 @@ point of fixing them in a timely fashion. The best way to report a bug is to
use the <a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml">Gnome
bug tracking database</a> (make sure to use the &quot;libxml&quot; module name). I look
at reports there regularly and it's good to have a reminder when a bug is
still open. Check the <a href="http://bugzilla.gnome.org/bugwritinghelp.html">instructions on
reporting bugs</a> and be sure to specify that the bug is for the package
libxml.</p>
still open. Be sure to specify that the bug is for the package libxml.</p>
<p>There is also a mailing-list <a href="mailto:xml@gnome.org">xml@gnome.org</a> for libxml, with an <a href="http://mail.gnome.org/archives/xml/">on-line archive</a> (<a href="http://xmlsoft.org/messages">old</a>). To subscribe to this list,
please visit the <a href="http://mail.gnome.org/mailman/listinfo/xml">associated Web</a> page and
follow the instructions. <strong>Do not send code, I won't debug it</strong>

View File

@ -89,8 +89,7 @@ Pennington</a> provides <a href="http://pages.eidosnet.co.uk/~garypen/libxml/">S
<p><a name="Contribs">Contributions:</a></p>
<p>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
<a href="contribs.html">contrib section</a>
languages have been provided, and can be found in the <a href="contribs.html">contrib section</a>
</p>
<p>Libxml is also available from CVS:</p>
<ul>

View File

@ -429,10 +429,7 @@ point of fixing them in a timely fashion. The best way to report a bug is to
use the <a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml">Gnome
bug tracking database</a> (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 <a
href="http://bugzilla.gnome.org/bugwritinghelp.html">instructions on
reporting bugs</a> and be sure to specify that the bug is for the package
libxml.</p>
still open. Be sure to specify that the bug is for the package libxml.</p>
<p>There is also a mailing-list <a
href="mailto:xml@gnome.org">xml@gnome.org</a> for libxml, with an <a
@ -531,8 +528,8 @@ href="http://pages.eidosnet.co.uk/~garypen/libxml/">Solaris binaries</a>.</p>
<p>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
<a href="contribs.html">contrib section</a></p>
languages have been provided, and can be found in the <a
href="contribs.html">contrib section</a></p>
<p>Libxml is also available from CVS:</p>
<ul>
@ -2126,6 +2123,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>
</li>
<li>And then use it to save the document:
@ -3219,8 +3217,7 @@ Gnome CVS base under gnome-xml/example</p>
Website: <a
href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
Download: <a
href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
</li>
href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></li>
<li><a href="mailto:izlatkovic@daenet.de">Igor Zlatkovic</a>
is now the maintainer of the Windows port, <a
href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
@ -3250,6 +3247,5 @@ Gnome CVS base under gnome-xml/example</p>
</ul>
<p></p>
</body>
</html>

View File

@ -213,6 +213,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>
</li>
<li>And then use it to save the document: