• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

assembly/H29-Jan-2014-25,19323,511

common/H26-Dec-2015-84,78180,448

doc/H03-May-2022-1,127957

docsrc/H03-May-2022-36,78830,270

eclipse/H15-Aug-2014-729593

epub/H10-Aug-2014-2,2421,865

epub3/H01-Aug-2015-8,3656,827

extensions/H03-May-2022-428290

fo/H26-Dec-2015-54,23945,586

highlighting/H04-Sep-2013-4,1933,433

html/H26-Dec-2015-48,37040,389

htmlhelp/H15-Aug-2014-2,3031,939

images/H03-May-2022-

javahelp/H15-Aug-2014-1,2101,000

lib/H03-May-2022-563507

manpages/H26-Dec-2015-17,59914,134

params/H15-Oct-2015-28,92324,742

profiling/H11-Dec-2015-522456

roundtrip/H03-May-2022-8,1907,552

slides/H04-Sep-2013-41,16236,506

template/H26-Dec-2015-1,9991,659

tests/H04-Sep-2013-667584

tools/H15-Aug-2014-1,085738

webhelp/H26-Dec-2015-9,7758,524

website/H26-Dec-2015-4,3663,648

xhtml/H26-Dec-2015-34,71328,362

xhtml-1_1/H26-Dec-2015-33,39027,320

xhtml5/H07-Jul-2015-2,4371,814

AUTHORSH A D04-Sep-2013143 53

BUGSH A D04-Sep-2013578 2212

COPYINGH A D22-Sep-20142 KiB4942

INSTALLH A D04-Sep-20133.3 KiB8963

MakefileH A D24-Feb-20144.1 KiB9463

NEWSH A D26-Dec-201532.3 KiB1,245705

NEWS.xmlH A D26-Dec-201560.1 KiB1,0511,019

READMEH A D04-Sep-20137.3 KiB176132

RELEASE-NOTES.xmlH A D26-Dec-2015734.6 KiB14,10613,577

REVISIONH A D26-Dec-20156 21

TODOH A D04-Sep-2013679 2414

VERSIONH A D26-Dec-20154.4 KiB11691

VERSION.xslH A D26-Dec-20154.4 KiB11691

build.xmlH A D15-Aug-20141.9 KiB6038

catalog.xmlH A D16-Feb-2014627 97

logH A D20-Nov-20150

README

1----------------------------------------------------------------------
2              README file for the DocBook XSL Stylesheets
3----------------------------------------------------------------------
4$Id: README 9695 2012-12-18 05:01:54Z bobstayton $
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
45schema/DTD, use one of the following stylesheets:
46
47  fo/docbook.xsl              - for XSL-FO
48
49  html/docbook.xsl            - for HTML (as a single file)
50  html/chunk.xsl              - for HTML (chunked into multiple files)
51  html/onechunk.xsl           - for HTML (chunked output in single file)
52
53  xhtml/*.xsl                 - for XHTML versions of the above
54
55  xhtml-1_1/*.xsl             - for XHTML 1.1 versions of the above
56
57  xhtml5/*.xsl                 - for XHTML5 versions of the above
58
59  epub/docbook.xsl            - for .epub version 2 and earlier
60  epub3/docbook.xsl           - for .epub version 3 and later
61
62  htmlhelp/htmlhelp.xsl       - for HTML Help
63  javahelp/javahelp.xsl       - for JavaHelp
64  eclipse/eclipse.xsl         - for Eclipse Help
65
66  manpages/docbook.xsl        - for groff/nroff man pages
67
68  */profile-*                 - single-pass-profiling versions of all above
69
70  roundtrip/*.xsl             - for DocBook to WordML, etc., to DocBook
71
72  assembly/assemble.xsl       - converts an assembly into a DocBook document
73  assembly/topic-maker-chunk.xsl
74                              - converts a DocBook document into an assembly
75                                with topic files.
76
77  webhelp/build.xml           - Ant script to generate webhelp output.
78  webhelp/Makefile            - Makefile to generate webhelp output.
79
80To transform documents created with the DocBook Slides schema/DTD,
81use one of the following stylesheets:
82
83  slides/xhtml/*.xsl          - for XHTML slides of various kinds
84  slides/fo/plain.xsl         - for XSL-FO slides
85
86To transform documents created with the DocBook Website
87schema/DTD, use one of the following stylesheets:
88
89  website/website.xsl         - for non-tabular, non-chunked output
90  website/tabular.xsl         - for tabular, non-chunked output
91  website/chunk-*             - for chunked output
92
93To generate a titlepage customization layer from a titlepage spec:
94
95  template/titlepage.xsl
96
97For fo titlepage customizations, set the stylesheet parameter named 'ns'
98to 'http://www.w3.org/1999/XSL/Format' when using this stylesheet.
99For xhtml titlepage customizations, set the stylesheet parameter named 'ns'
100to 'http://www.w3.org/1999/xhtml' when using this stylesheet.
101
102For details about creating titlepage spec files and generating and
103using titlepage customization layers, see "DocBook XSL: The
104Complete Guide" <http://www.sagehill.net/docbookxsl/>
105
106----------------------------------------------------------------------
107Manifest
108----------------------------------------------------------------------
109AUTHORS       contact information
110BUGS          about known problems
111COPYING       copyright information
112INSTALL       installation instructions
113README        this file
114RELEASE.*     per-release cumulative summaries of user-visible changes
115TODO          about planned features not yet implemented
116VERSION       release metadata, including the current version
117              number (note that the VERSION file is an XSL stylesheet)
118NEWS          changes since the last public release (for a cumulative list of
119              changes, see the ChangeHistory.xml file)
120
121assembly/     for making and processing DocBook assemblies.
122common/       code used among several output formats (HTML, FO, manpages,...)
123docsrc/       documentation sources
124eclipse/      for producing Eclipse Help
125epub/         for producing .epub version 2.
126epub3/        for producing .epub version 3 and beyond.
127extensions/   DocBook XSL Java extensions
128fo/           for producing XSL-FO
129highlighting  files used for adding source-code syntax highlighting in output
130html/         for producing HTML
131htmlhelp/     for producing HTML Help
132images/       images used in callouts and graphical admonitions
133javahelp/     for producing Java Help
134lib/          utility stylesheets with schema-independent functions
135manpages/     for producing groff/troff man pages
136profiling/    for profiling (omitting/including conditional text)
137roundtrip/    for "round trip" conversion among DocBook and
138              various word-processor formats (WordML, etc.)
139slides/       for producing slides output (from Slides source)
140template/     templates for building stylesheet customization layers
141tools/        assorted supplementary tools
142webhelp/      templates and scripts for generating webhelp output
143website/      for producing website output (from Website source)
144xhtml/        for producing XHTML
145xhtml-1_1/    for producing (stricter) XHTML 1.1
146xhtml5/       for producing XHTML5
147
148----------------------------------------------------------------------
149Changes
150----------------------------------------------------------------------
151See the NEWS file for changes made since the previous release.
152
153See the RELEASE-NOTES.html or RELEASE-NOTES.txt or RELEASE-NOTES.pdf
154files for per-release cumulative summaries of significant
155user-visible changes.
156
157For online access to a hyperlinked view of all changes made over
158the entire history of the codebase, see the following:
159
160  http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/xsl/?view=log
161
162WARNING: That above change history is a very long list and may
163take a long time to load/download.
164
165You can also create an XML-formatted "ChangeHistory.xml" copy of
166the complete change history for the codebase by running the
167following commands:
168
169  svn checkout https://docbook.svn.sf.net/svnroot/docbook/trunk/xsl
170  svn log --xml --verbose xsl > ChangeHistory.xml
171
172----------------------------------------------------------------------
173Copyright information
174----------------------------------------------------------------------
175See the accompanying file named COPYING.
176