aboutsummaryrefslogtreecommitdiff
path: root/README.XML.STUFF
diff options
context:
space:
mode:
authorJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
committerJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
commitf10a33538e9bab6deb61779b3d8aae168824ef48 (patch)
treeecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /README.XML.STUFF
parent4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff)
downloadbzip2-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.STUFF22
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
1The script xmlproc.sh takes an xml file as input, 15The script xmlproc.sh takes an xml file as input,
2and processes it to create .pdf, .html or .ps output. 16and processes it to create .pdf, .html or .ps output.
3It uses format.pl, a perl script to format <pre> blocks nicely, 17It uses format.pl, a perl script to format <pre> blocks nicely,
@@ -9,16 +23,16 @@ version, year, etc.
9 23
10Usage: 24Usage:
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