diff --git a/doc/Makefile.am b/doc/Makefile.am index 844eeaae..8284b71c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,7 @@ clean-am: clean-generic mostlyclean-am conky.1: command_options.xml config_settings.xml docs.xml variables.xml ${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml ${db2x_manxml_cmd} docs.mxml - ${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html + ${xsltproc_cmd} ${srcdir}/docbook.xsl ${srcdir}/docs.xml > docs.html man ./conky.1 | col -b > README mv README ${top_srcdir} xsltproc ${srcdir}/variables.xsl ${srcdir}/variables.xml > variables.html diff --git a/doc/conky.1 b/doc/conky.1 index 28c6e4f7..dedd73b0 100644 --- a/doc/conky.1 +++ b/doc/conky.1 @@ -1,5 +1,5 @@ .\" -*- coding: us-ascii -*- -.TH conky 1 2005-11-1 +.TH conky 1 2005-11-16 .SH NAME conky \- A system monitor for X originally based on the torsmo code, but more kickass. It just keeps on given'er. Yeah. .SH SYNOPSIS @@ -696,7 +696,7 @@ The connection index provides you with access to each connection in the port mon Examples: -${tcp_portmon 6881 6889 count} - +${tcp_portmon 6881 6999 count} - displays the number of connections in the bittorrent port range ${tcp_portmon 22 22 rip 0} - diff --git a/doc/docbook.xsl b/doc/docbook.xsl deleted file mode 100644 index 4e6e347a..00000000 --- a/doc/docbook.xsl +++ /dev/null @@ -1,487 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No template matches - - - in - - - . - - - - < - - > - - </ - - > - - - - - - - - - white - black - #0000FF - #840084 - #0000FF - - - - - - - - - - <xsl:copy-of select="$title"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Stripping NS from DocBook 5/NG document. - - - - Processing stripped document. - - - - - - - - - ID ' - - ' not found in document. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/docs.xml b/doc/docs.xml index 13c3c8d7..2b0974b4 100644 --- a/doc/docs.xml +++ b/doc/docs.xml @@ -16,7 +16,7 @@ Brenden Matthews - 2005-11-1 + 2005-11-16