[Syslog-summary-commits] SF.net SVN: syslog-summary: [4] trunk
Brought to you by:
dpaleino
|
From: <dpa...@us...> - 2008-04-26 16:15:54
|
Revision: 4
http://syslog-summary.svn.sourceforge.net/syslog-summary/?rev=4&view=rev
Author: dpaleino
Date: 2008-04-26 09:15:14 -0700 (Sat, 26 Apr 2008)
Log Message:
-----------
Added AUTHORS, NEWS, README.
Removed useless comments from the docbook source of the manpage.
Modified Paths:
--------------
trunk/syslog-summary.1.xml
Added Paths:
-----------
trunk/AUTHORS
trunk/NEWS
trunk/README
Added: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS (rev 0)
+++ trunk/AUTHORS 2008-04-26 16:15:14 UTC (rev 4)
@@ -0,0 +1 @@
+David Paleino <d.p...@gm...>
Added: trunk/NEWS
===================================================================
Added: trunk/README
===================================================================
--- trunk/README (rev 0)
+++ trunk/README 2008-04-26 16:15:14 UTC (rev 4)
@@ -0,0 +1 @@
+Still to be written, sorry :(
Modified: trunk/syslog-summary.1.xml
===================================================================
--- trunk/syslog-summary.1.xml 2008-04-26 15:48:51 UTC (rev 3)
+++ trunk/syslog-summary.1.xml 2008-04-26 16:15:14 UTC (rev 4)
@@ -3,61 +3,12 @@
href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!--
-
-`xsltproc -''-nonet \
- -''-param man.charmap.use.subset "0" \
- -''-param make.year.ranges "1" \
- -''-param make.single.year.ranges "1" \
- /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
- manpage.xml'
-
-A manual page <package>.<section> will be generated. You may view the
-manual page with: nroff -man <package>.<section> | less'. A typical entry
-in a Makefile or Makefile.am is:
-
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0"
-
-manpage.1: manpage.xml
- $(XP) $(DB2MAN) $<
-
-The xsltproc binary is found in the xsltproc package. The XSL files are in
-docbook-xsl. A description of the parameters you can use can be found in the
-docbook-xsl-doc-* packages. Please remember that if you create the nroff
-version in one of the debian/rules file targets (such as build), you will need
-to include xsltproc and docbook-xsl in your Build-Depends control field.
-Alternatively use the xmlto command/package. That will also automatically
-pull in xsltproc and docbook-xsl.
-
-Notes for using docbook2x: docbook2x-man does not automatically create the
-AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as
-<refsect1> ... </refsect1>.
-
-To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections
-read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be
-found in the docbook-xsl-doc-html package.
-
-Validation can be done using: `xmllint -''-noout -''-valid manpage.xml`
-
-General documentation about man-pages and man-page-formatting:
-man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
-
--->
-
- <!-- Fill in your name for FIRSTNAME and SURNAME. -->
<!ENTITY dhfirstname "David">
<!ENTITY dhsurname "Paleino">
<!-- dhusername could also be set to "&firstname; &surname;". -->
<!ENTITY dhusername "David Paleino">
<!ENTITY dhemail "d.p...@gm...">
- <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
- allowed: see man(7), man(1) and
- http://www.tldp.org/HOWTO/Man-Page/q2.html. -->
<!ENTITY dhsection "1">
- <!-- TITLE should be something like "User commands" or similar (see
- http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
<!ENTITY dhtitle "Syslog-Summary User Manual">
<!ENTITY dhucpackage "SYSLOG-SUMMARY">
<!ENTITY dhpackage "syslog-summary">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|