diff options
Diffstat (limited to 'updater/bzip2-1.0.3/README.XML.STUFF')
-rw-r--r-- | updater/bzip2-1.0.3/README.XML.STUFF | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/updater/bzip2-1.0.3/README.XML.STUFF b/updater/bzip2-1.0.3/README.XML.STUFF index 0ff209f..1a5b4c5 100644 --- a/updater/bzip2-1.0.3/README.XML.STUFF +++ b/updater/bzip2-1.0.3/README.XML.STUFF @@ -1,3 +1,17 @@ + ---------------------------------------------------------------- + This file is part of bzip2/libbzip2, a program and library for + lossless, block-sorting data compression. + + bzip2/libbzip2 version 1.0.5 of 10 December 2007 + Copyright (C) 1996-2007 Julian Seward <jseward@bzip.org> + + Please read the WARNING, DISCLAIMER and PATENTS sections in the + README file. + + This program is released under the terms of the license contained + in the file LICENSE. + ---------------------------------------------------------------- + The script xmlproc.sh takes an xml file as input, and processes it to create .pdf, .html or .ps output. It uses format.pl, a perl script to format <pre> blocks nicely, @@ -9,16 +23,16 @@ version, year, etc. Usage: - xmlproc.sh -v manual.xml + ./xmlproc.sh -v manual.xml Validates an xml file to ensure no dtd-compliance errors - xmlproc.sh -html manual.xml + ./xmlproc.sh -html manual.xml Output: manual.html - xmlproc.sh -pdf manual.xml + ./xmlproc.sh -pdf manual.xml Output: manual.pdf - xmlproc.sh -ps manual.xml + ./xmlproc.sh -ps manual.xml Output: manual.ps |