Difference between revisions of "DocBook Utils"
(→Dependencies) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://sources-redhat.mirrors.redwire.net/docbook-tools/new-trials/SOURCES/docbook-utils- | + | | http://sources-redhat.mirrors.redwire.net/docbook-tools/new-trials/SOURCES/docbook-utils-{{DocBook Utils-Version}}.tar.gz |
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils- | + | | ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-{{DocBook Utils-Version}}.tar.gz |
|} | |} | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|The DocBook Utils package is a collection of utility scripts used to convert and analyze SGML documents in general, and DocBook files in particular. The scripts are used to convert from DocBook or other SGML formats into “classical” file formats like HTML, man, info, RTF and many more. There's also a utility to compare two SGML files and only display the differences in markup. This is useful for comparing documents prepared for different languages.}} | ||
== Dependencies == | == Dependencies == | ||
Line 20: | Line 22: | ||
=== Optional (Runtime Dependencies) === | === Optional (Runtime Dependencies) === | ||
* [[JadeTeX]] | * [[JadeTeX]] | ||
− | * [[ | + | * [[Perl Module_SGMLS|SGMLS]] |
* [[Lynx]] or [[Links]] or [[w3m]] | * [[Lynx]] or [[Links]] or [[w3m]] | ||
Line 43: | Line 45: | ||
'''''The jw script uses the which command to locate required utilities. You must install [[Which]] before attempting to use any of the DocBook-utils programs.''''' | '''''The jw script uses the which command to locate required utilities. You must install [[Which]] before attempting to use any of the DocBook-utils programs.''''' | ||
+ | |||
+ | [[Category:DocBook SGML]] |
Latest revision as of 15:01, 19 March 2009
Contents
Introduction to DocBook Utils
The DocBook Utils package is a collection of utility scripts used to convert and analyze SGML documents in general, and DocBook files in particular. The scripts are used to convert from DocBook or other SGML formats into “classical” file formats like HTML, man, info, RTF and many more. There's also a utility to compare two SGML files and only display the differences in markup. This is useful for comparing documents prepared for different languages.
Project Homepage: Unknown
Dependencies
Required
Optional (Runtime Dependencies)
Non-Multilib or Multilib
Compile the package:
sed -i 's:/html::' doc/HTML/Makefile.in && ./configure --prefix=/usr && make
Install the package
make install
Many packages use an alternate name for the DocBook-utils scripts. If you wish to create these alternate names, use the following command:
for doctype in html ps dvi man pdf rtf tex texi txt do ln -s docbook2$doctype /usr/bin/db2$doctype done
The jw script uses the which command to locate required utilities. You must install Which before attempting to use any of the DocBook-utils programs.