From 4b8b616fb7982fb12e926e14cfab8cbcb9f07e25 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 16 Sep 2003 11:40:42 +0000 Subject: [PATCH] Adding link to the IRC channel, Daniel --- doc/bugs.html | 7 ++++++- doc/xslt.html | 5 +++++ doc/xsltproc.html | 5 +---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/bugs.html b/doc/bugs.html index c245ca72..e1bb0bc9 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -28,7 +28,12 @@ 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 "libxslt" module name). I look at reports there regularly and it's good to have a reminder when a bug -is still open. Be sure to specify that the bug is for the package libxslt.

There is also a mailing-list xslt@gnome.org for libxslt, with an on-line archive. To subscribe +is still open. Be sure to specify that the bug is for the package libxslt.

For small problems you can try to get help on IRC, the #xml channel on +irc.gnome.org (port 6667) usually have a few person subscribed which may +help (but there is no garantee and if a real issue is raised it should go +on the mailing-list for archival). + +

There is also a mailing-list xslt@gnome.org for libxslt, with an on-line archive. To subscribe to this list, please visit the associated Web page and follow the instructions.

Alternatively, you can just send the bug to the xslt@gnome.org list, if it's really libxslt related I will approve it.. Please do not send me mail directly especially diff --git a/doc/xslt.html b/doc/xslt.html index db2f98cd..6f2760b3 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -104,6 +104,11 @@ bug tracking database (make sure to use the "libxslt" module name). I look at reports there regularly and it's good to have a reminder when a bug is still open. Be sure to specify that the bug is for the package libxslt.

+

For small problems you can try to get help on IRC, the #xml channel on +irc.gnome.org (port 6667) usually have a few person subscribed which may +help (but there is no garantee and if a real issue is raised it should go +on the mailing-list for archival). +

There is also a mailing-list xslt@gnome.org for libxslt, with an on-line archive. To subscribe diff --git a/doc/xsltproc.html b/doc/xsltproc.html index 531065ab..fd34a3b4 100644 --- a/doc/xsltproc.html +++ b/doc/xsltproc.html @@ -1,4 +1,4 @@ -xsltproc

Name

xsltproc — command line xslt processor

Synopsis

xsltproc [[-V] | [-v] | [-o file] | [--timing] | [--repeat] | [--debug] | [--novalid] | [--noout] | [--maxdepth val] | [--html] | [--docbook] | [--param name value] | [--stringparam name value] | [--nonet] | [--catalogs] | [--xinclude] | [--profile] | [--dumpextensions] | [--nowrite] | [--nomkdir] | [--writesubtree]] [stylesheet] [file1] [file2] [....]

Introduction

+xsltproc

Name

xsltproc — command line xslt processor

Synopsis

xsltproc [[-V] | [-v] | [-o file] | [--timing] | [--repeat] | [--debug] | [--novalid] | [--noout] | [--maxdepth val] | [--html] | [--param name value] | [--stringparam name value] | [--nonet] | [--catalogs] | [--xinclude] | [--profile] | [--dumpextensions] | [--nowrite] | [--nomkdir] | [--writesubtree]] [stylesheet] [file1] [file2] [....]

Introduction

xsltproc is a command line tool for applying XSLT stylesheets to XML documents. It is part of libxslt, the XSLT C @@ -48,9 +48,6 @@

--html
The input document is an HTML file. -
- --docbook
The input document is DocBook - SGML.
--param name value
Pass a parameter of name name and value