summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-26 09:39:37 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-26 09:39:37 +0000
commitf3d58b45dd028fd44e8b3e6af332985961d0af5f (patch)
tree463895b411948d660f8d79389ede35211f7ce635 /doc/index.html
parent87f6c78258db59b0c55e714f7c26601b85f02cd1 (diff)
downloadlibxslt-f3d58b45dd028fd44e8b3e6af332985961d0af5f.tar.gz
libxslt-f3d58b45dd028fd44e8b3e6af332985961d0af5f.tar.bz2
libxslt-f3d58b45dd028fd44e8b3e6af332985961d0af5f.zip
applied Igor patches for Win32 changed the site stylesheet a bit Daniel
* win32/dsp/libxslt.def libxslt/xslt.h: applied Igor patches for Win32 * doc/*.html doc/site.xsl: changed the site stylesheet a bit Daniel
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html22
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/index.html b/doc/index.html
index 963fb414..4d021cf6 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -8,6 +8,7 @@ BODY {font-size: 10pt; font-family: Verdana,Arial,Helvetica; margin-top: 5pt; ma
H1 {font-size: 16pt; font-family: Verdana,Arial,Helvetica}
H2 {font-size: 14pt; font-family: Verdana,Arial,Helvetica}
H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
+A:link, A:visited, A:active { text-decoration: underline }
--></style>
<title>The XSLT C library for Gnome</title>
</head>
@@ -36,7 +37,9 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
<li><a href="xsltproc2.html">The xsltproc tool</a></li>
<li><a href="API.html">The programming API</a></li>
<li><a href="contribs.html">Contributions</a></li>
-<li><a href="xslt.html">flat page</a></li>
+<li>
+<a href="xslt.html">flat page</a>, <a href="site.xsl">stylesheet</a>
+</li>
</ul></td></tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="3">
@@ -50,21 +53,16 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
<li><a href="ftp://xmlsoft.org/">FTP</a></li>
<li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li>
<li><a href="http://pages.eidosnet.co.uk/~garypen/libxml/">Solaris binaries</a></li>
+<li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxslt">Bug Tracker</a></li>
</ul></td></tr>
</table>
</td></tr></table></td>
<td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd">
-<p>
-<ul>
-<li><a href="intro.html">Introduction</a></li>
-<li><a href="docs.html">Documentation</a></li>
-<li><a href="bugs.html">Reporting bugs and getting help</a></li>
-<li><a href="help.html">how to help</a></li>
-<li><a href="downloads.html">Downloads</a></li>
-<li><a href="news.html">News</a></li>
-<li><a href="xsltproc2.html">The xsltproc command line tool</a></li>
-<li><a href="API.html">The programming API</a></li>
-</ul>
+<p>Libxslt is the XSLT C library developped for the Gnome project. XSLT itself
+is a an XML language to define transformation for XML. Libxslt is based
+on libxml2 the XML C library developped for the Gnome project.</p>
+<p>People can either embed the library in their application or use
+xsltproc the command line processing tool.</p>
<p>External documents:</p>
<ul>
<li>John Fleck wrote <a href="tutorial/libxslttutorial.html">a tutorial for