NameDateSize

..24-Nov-20129

.CatalogManager.properties.exampleH A D24-Nov-20122.3 KiB

.cshrc.inclH A D24-Nov-20121.4 KiB

.emacs.elH A D24-Nov-2012204

.profile.inclH A D24-Nov-20121.5 KiB

.urilistH A D24-Nov-201254

AUTHORSH A D24-Nov-2012142

BUGSH A D24-Nov-2012223

catalog.xmlH A D24-Nov-2012607

ChangeHistory.xml.zipH A D24-Nov-2012203.4 KiB

ChangeLog.xmlH A D24-Nov-20124.1 KiB

common/H24-Nov-201278

COPYINGH A D24-Nov-20121.7 KiB

eclipse/H24-Nov-20123

extensions/H24-Nov-201214

fo/H24-Nov-201255

html/H24-Nov-201261

htmlhelp/H24-Nov-20126

images/H24-Nov-201240

INSTALLH A D24-Nov-20123.3 KiB

install.shH A D24-Nov-201226.5 KiB

javahelp/H24-Nov-20124

lib/H24-Nov-20125

LOGH A D24-Nov-20121.1 KiB

manpages/H24-Nov-201222

NEWSH A D24-Nov-20122.3 KiB

NEWS.htmlH A D24-Nov-20129.4 KiB

NEWS.xmlH A D24-Nov-20125.5 KiB

params/H24-Nov-2012522

profiling/H24-Nov-20126

READMEH A D24-Nov-20125 KiB

RELEASE-NOTES.htmlH A D24-Nov-2012243.9 KiB

RELEASE-NOTES.pdfH A D24-Nov-2012317.8 KiB

RELEASE-NOTES.txtH A D24-Nov-2012120.1 KiB

RELEASE-NOTES.xmlH A D24-Nov-2012181.3 KiB

slides/H24-Nov-201213

template/H24-Nov-20126

test.shH A D24-Nov-201272

TODOH A D24-Nov-2012238

tools/H24-Nov-20123

uninstall.shH A D24-Nov-2012173

VERSIONH A D24-Nov-20123.1 KiB

website/H24-Nov-201221

wordml/H24-Nov-201222

xhtml/H24-Nov-201258

README

1----------------------------------------------------------------------
2              README file for the DocBook XSL Stylesheets
3----------------------------------------------------------------------
4$Id: README,v 1.8 2005/06/28 10:35:48 xmldoc Exp $
5
6These are XSL stylesheets for transforming DocBook XML document
7instances into various output formats.
8
9This README file provides only very minimal documentation on using
10the stylesheets. For more complete information, see Bob Stayton's
11book "DocBook XSL: The Complete Guide", available online at:
12
13  http://www.sagehill.net/docbookxsl/
14
15----------------------------------------------------------------------
16Installation
17----------------------------------------------------------------------
18See the INSTALL file for information about installing this release.
19
20----------------------------------------------------------------------
21How to use the stylesheets
22----------------------------------------------------------------------
23The base canonical URI for these stylesheets is:
24
25  http://docbook.sourceforge.net/release/xsl/current/
26
27You call any of the stylesheets in this distribution by doing one
28of the following:
29
30  - Use the base canonical URI in combination with one of the
31    pathnames below. For example, for "chunked" HTML, output:
32
33    http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
34
35    If your system has a working XML Catalog or SGML Catalog setup
36    (most Linux systems do), then that URI will automatically be
37    resolved and replaced with a local pathname on your system.
38
39  - Use a "real" local system base path in combination with one of
40    the pathnames below. For example, for "chunked" HTML, output:
41
42    /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl
43
44To transform documents created with the standard DocBook schema/DTD
45(or DocBook NG schema/DTD, use one of the following stylesheets:
46
47  fo/docbook.xsl          - for XSL-FO
48  fo/profile-docbook.xsl  - for XSL-FO (single-pass profiled)
49
50  html/docbook.xsl        - for HTML (as a single file)
51  html/chunk.xsl          - for HTML (chunked into multiple files)
52  html/onechunk.xsl       - for HTML (chunked output in single file)
53  html/profile-*          - for HTML (single-pass profiled versions)
54
55  xhtml/*.xsl             - for XHTML versions of the above
56
57  htmlhelp/htmlhelp.xsl   - for HTML Help
58  javahelp/javahelp.xsl   - for JavaHelp
59  eclipse/eclipse.xsl     - for Eclipse Help
60
61  manpages/docbook.xsl    - for groff/nroff man pages
62
63To transform documents created with the DocBook Slides schema/DTD,
64use one of the following stylesheets:
65
66  slides/html/*.xsl       - for HTML slides of various kinds
67  slides/xhtml/*.xsl      - for XHTML slides of various kinds
68  slides/fo/plain.xsl     - for XSL-FO slides
69  slides/htmlhelp/...     - for HTML Help slides
70
71To transform documents created with the DocBook Website
72schema/DTD, use one of the following stylesheets:
73
74  website/website.xsl     - for non-tabular, non-chunked output
75  website/tabular.xsl     - for tabular, non-chunked output
76  website/chunk-*         - for chunked output
77
78----------------------------------------------------------------------
79Manifest
80----------------------------------------------------------------------
81AUTHORS     contact information
82BUGS        about known problems
83COPYING     copyright information
84INSTALL     installation instructions
85README      this file
86RELEASE.*   per-release cumulative summaries of user-visible changes
87TODO        about planned features not yet implemented
88VERSION     the current version number (note that this is an XSL stylesheet,
89            included by both fo/docbook.xsl and html/docbook.xsl)
90NEWS        changes since the last public release (for cumulative lists of
91            changes, see the ChangeLog files in each subdirectory)
92
93common/     contains code common to both the HTML and FO stylesheets
94doc/        documentation
95docsrc/     documentation sources
96eclipse/    stylesheet that produces Eclipse Help
97extensions/ Java extensions
98fo/         stylesheets that produce XSL FO
99html/       stylesheets that produce HTML
100htmlhelp/   stylesheets that produce HTML Help
101images/     images
102javahelp/   stylesheets that produce Java Help
103lib/        contains schema-independent functions
104manpages/   stylesheets for producing groff/nroff man pages
105profiling/  stylesheets for profiling (omitting/including conditional text)
106slides/     stylesheets for producing slides (from DocBook Slides source)
107template/   contains templates for building stylesheet customization layers
108website/    stylesheets for producing a website (from DocBook Website source)
109xhtml/      stylesheets that produce XHTML
110
111----------------------------------------------------------------------
112Changes
113----------------------------------------------------------------------
114See the ChangeLog in each subdirectory for cumulative lists of all changes.
115
116See the NEWS file for changes made since the previous release.
117
118See the RELEASE-NOTES.html or RELEASE-NOTES.txt or RELEASE-NOTES.pdf files
119for per-release cumulative summaries of significant user-visible changes.
120