aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/README.txt
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-07-12 16:44:23 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-07-12 16:44:23 +0000
commitace05a68306dfa7e354188d5ef50ddf287aa5d77 (patch)
treecb2751db24f884cda052b537aed1367521f392e3 /docbook/README.txt
parent5a73ccd786ae7a013746820fa81a403486613e67 (diff)
From Gerhard Gappmeier: Here is some information for Gentoo users who want to contribute some documentation to wireshark:
svn path=/trunk/; revision=18722
Diffstat (limited to 'docbook/README.txt')
-rw-r--r--docbook/README.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/docbook/README.txt b/docbook/README.txt
index 1c64bf668a..23c2630123 100644
--- a/docbook/README.txt
+++ b/docbook/README.txt
@@ -90,7 +90,26 @@ jimi: N/A - build yourself - see above
Packages for Gentoo
-------------------
-TODO
+Like with all packages do...
+Check dependencies: emerge -p <package>
+Install it: emerge <package>
+
+Tool/File Package Opt./Mand. Comments
+--------- ------- ---------- --------
+xsltproc: libxslt M XSLT processer. A very fast processor writtin in C.
+xmllint: libxml2 O Xml Validator. You probably want to install that.
+fop: fop O Only needed to generate PDFs. Has a lot of JAVA dependencies.
+docbook.xsl: docbook-xsl-stylesheets M Necessary docbook catalogs are built automatically by portage in /etc/xml and /etc/sgml
+chunk.xsl: docbook-xsl-stylesheets M using "/usr/bin/build-docbook-catalog".
+htmlhelp.xsl: docbook-xsl-stylesheets M So docbook runs out of the box on Gentoo.
+docbookx.dtd: docbook-xml-dtd M
+jimi: sun-jimi O Jimi is a class library for managing images. Used by fop.
+Quanta+ quanta or kdewebdev O Nice HTML/XML/SGML and Docbook editor with Syntaxhighlighting, Autocompletion, etc.
+
+Tip: The actual DTD version of Gentoo is 4.4, but wireshark docs still use 4.2.
+ To be able to generate the docs, change the version in the second line of developer-guide.xml
+ or install an older version of the DTD.
+ See into the Gentoo handbook howto unmask old versions.
Packages for Fedora Core
------------------------