diff options
author | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
commit | f10a33538e9bab6deb61779b3d8aae168824ef48 (patch) | |
tree | ecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /README.XML.STUFF | |
parent | 4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff) | |
download | bzip2-1.0.4.tar.gz bzip2-1.0.4.tar.bz2 bzip2-1.0.4.zip |
bzip2-1.0.4bzip2-1.0.4
Diffstat (limited to 'README.XML.STUFF')
-rw-r--r-- | README.XML.STUFF | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/README.XML.STUFF b/README.XML.STUFF index 0ff209f..93bf405 100644 --- a/README.XML.STUFF +++ b/README.XML.STUFF | |||
@@ -1,3 +1,17 @@ | |||
1 | ---------------------------------------------------------------- | ||
2 | This file is part of bzip2/libbzip2, a program and library for | ||
3 | lossless, block-sorting data compression. | ||
4 | |||
5 | bzip2/libbzip2 version 1.0.4 of 20 December 2006 | ||
6 | Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org> | ||
7 | |||
8 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | ||
9 | README file. | ||
10 | |||
11 | This program is released under the terms of the license contained | ||
12 | in the file LICENSE. | ||
13 | ---------------------------------------------------------------- | ||
14 | |||
1 | The script xmlproc.sh takes an xml file as input, | 15 | The script xmlproc.sh takes an xml file as input, |
2 | and processes it to create .pdf, .html or .ps output. | 16 | and processes it to create .pdf, .html or .ps output. |
3 | It uses format.pl, a perl script to format <pre> blocks nicely, | 17 | It uses format.pl, a perl script to format <pre> blocks nicely, |
@@ -9,16 +23,16 @@ version, year, etc. | |||
9 | 23 | ||
10 | Usage: | 24 | Usage: |
11 | 25 | ||
12 | xmlproc.sh -v manual.xml | 26 | ./xmlproc.sh -v manual.xml |
13 | Validates an xml file to ensure no dtd-compliance errors | 27 | Validates an xml file to ensure no dtd-compliance errors |
14 | 28 | ||
15 | xmlproc.sh -html manual.xml | 29 | ./xmlproc.sh -html manual.xml |
16 | Output: manual.html | 30 | Output: manual.html |
17 | 31 | ||
18 | xmlproc.sh -pdf manual.xml | 32 | ./xmlproc.sh -pdf manual.xml |
19 | Output: manual.pdf | 33 | Output: manual.pdf |
20 | 34 | ||
21 | xmlproc.sh -ps manual.xml | 35 | ./xmlproc.sh -ps manual.xml |
22 | Output: manual.ps | 36 | Output: manual.ps |
23 | 37 | ||
24 | 38 | ||