1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

Improve documentation a bit

This commit is contained in:
Daniel Veillard 2011-03-23 08:12:26 +08:00
parent 28fdf8bb51
commit dde64081f9
3 changed files with 7 additions and 5 deletions

View File

@ -45,7 +45,7 @@ web: $(PAGES)
cp elfgcchack.h ../elfgcchack.h; \
fi ; rm -f elfgcchack.h ; fi );
$(PAGES): xml.html site.xsl
$(PAGES): xml.html $(srcdir)/site.xsl
-@(if [ -x $(XSLTPROC) ] ; then \
echo "Rebuilding the HTML Web pages from xml.html" ; \
$(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );

View File

@ -28,9 +28,10 @@ Windows binaries made by Igor Zlatovic are available in the <a href="http://xmls
<li>Docs, content of the web site, the list archive included <a href="ftp://xmlsoft.org/libxml2/libxml-docs.tar.gz">libxml-docs.tar.gz</a>.</li>
</ul><p><a name="Contribs" id="Contribs">Contributions:</a></p><p>I do accept external contributions, especially if compiling on another
platform, get in touch with the list to upload the package, wrappers for
various languages have been provided, and can be found in the <a href="python.html">bindings section</a></p><p>Libxml2 is also available from GIT:</p><ul><li><p>See <a href="http://git.gnome.org/cgit/libxml2/">libxml2 Git web</a>.
various languages have been provided, and can be found in the <a href="python.html">bindings section</a></p><p>Libxml2 is also available from GIT:</p><ul><li><p>See <a href="http://git.gnome.org/browse/libxml2/">libxml2 Git web</a>.
To checkout a local tree use:</p>
<pre>git clone git://git.gnome.org/libxml2</pre>
</li>
<li>The <strong>libxslt</strong> module is also present there</li>
<li>The <strong>libxslt</strong> module is also present
<a href="http://git.gnome.org/browse/libxslt/">there</a>.</li>
</ul><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>

View File

@ -694,11 +694,12 @@ href="python.html">bindings section</a></p>
<p>Libxml2 is also available from GIT:</p>
<ul>
<li><p>See <a href="http://git.gnome.org/cgit/libxml2/">libxml2 Git web</a>.
<li><p>See <a href="http://git.gnome.org/browse/libxml2/">libxml2 Git web</a>.
To checkout a local tree use:</p>
<pre>git clone git://git.gnome.org/libxml2</pre>
</li>
<li>The <strong>libxslt</strong> module is also present there</li>
<li>The <strong>libxslt</strong> module is also present
<a href="http://git.gnome.org/browse/libxslt/">there</a>.</li>
</ul>
<h2><a name="News">Releases</a></h2>