source: trunk/Distribution/XSL/manpages/param.xweb

Last change on this file was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 5.1 KB
Line 
1<!DOCTYPE book [
2<!ENTITY % param.ent SYSTEM "param.ent">
3%param.ent;
4]>
5<book xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
6 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
7
8 <bookinfo>
9 <title>Manpages Parameter Reference</title>
10 <releaseinfo role="meta">
11 $Id: param.xweb,v 1.15 2005/07/13 03:57:50 xmldoc Exp $
12 </releaseinfo>
13 <author>
14 <orgname>The DocBook Project</orgname>
15 </author>
16 <copyright>
17 <year>2005</year>
18 <holder>The DocBook Project</holder>
19 </copyright>
20 </bookinfo>
21
22 <preface id="preface">
23 <title>Introduction</title>
24
25 <para>This is reference documentation for all user-configurable
26 parameters in the DocBook XSL "manpages" stylesheets (for
27 generating groff/nroff output).</para>
28
29 </preface>
30
31 <reference id="general">
32 <title>Hyphenation, justification, and breaking</title>
33&man.hyphenate;
34&man.hyphenate.urls;
35&man.hyphenate.filenames;
36&man.hyphenate.computer.inlines;
37&man.justify;
38&man.break.after.slash;
39 </reference>
40 <reference id="links">
41 <title>Link handling</title>
42&man.links.are.numbered;
43&man.links.are.underlined;
44&man.links.list.enabled;
45&man.links.list.heading;
46 </reference>
47 <reference id="charmap">
48 <title>Character/string substitution</title>
49&man.charmap.enabled;
50&man.charmap.uri;
51&man.charmap.use.subset;
52&man.charmap.subset.profile;
53&man.string.subst.map;
54 </reference>
55 <reference id="refmeta">
56 <title>Refentry metadata gathering</title>
57&refentry.date.profile;
58&refentry.date.profile.enabled;
59&refentry.manual.profile;
60&refentry.manual.profile.enabled;
61&refentry.source.name.suppress;
62&refentry.source.name.profile;
63&refentry.source.name.profile.enabled;
64&refentry.version.suppress;
65&refentry.version.profile;
66&refentry.version.profile.enabled;
67&refentry.manual.fallback.profile;
68&refentry.source.fallback.profile;
69 </reference>
70 <reference id="th">
71 <title>Page header/footer</title>
72&man.th.extra1.suppress;
73&man.th.extra2.suppress;
74&man.th.extra3.suppress;
75&man.th.title.max.length;
76&man.th.extra2.max.length;
77&man.th.extra3.max.length;
78 </reference>
79 <reference id="other">
80 <title>Other</title>
81&man.output.quietly;
82&man.output.encoding;
83&man.subheading.divider.enabled;
84&man.subheading.divider;
85 </reference>
86 <appendix id="stylesheet">
87 <title>The Stylesheet</title>
88
89 <para>The <filename>param.xsl</filename> stylesheet is just a
90 wrapper around all of these parameters.</para>
91
92 <src:fragment id='top' mundane-result-prefixes='xsl'>
93<xsl:stylesheet xmlns='http://www.w3.org/1999/XSL/Transform'
94 exclude-result-prefixes='src'
95 version='1.0'>
96
97<!-- This file is generated from param.xweb; do not edit this file! -->
98
99<!-- ********************************************************************
100 $Id: param.xweb,v 1.15 2005/07/13 03:57:50 xmldoc Exp $
101 ********************************************************************
102
103 This file is part of the XSL DocBook Stylesheet distribution.
104 See ../README or http://nwalsh.com/docbook/xsl/ for copyright
105 and other information.
106
107 ******************************************************************** -->
108
109<src:fragref linkend="man.break.after.slash.frag"/>
110<src:fragref linkend="man.hyphenate.frag"/>
111<src:fragref linkend="man.hyphenate.urls.frag"/>
112<src:fragref linkend="man.hyphenate.filenames.frag"/>
113<src:fragref linkend="man.hyphenate.computer.inlines.frag"/>
114<src:fragref linkend="man.justify.frag"/>
115<src:fragref linkend="man.output.quietly.frag"/>
116<src:fragref linkend="man.output.encoding.frag"/>
117<src:fragref linkend="man.string.subst.map.frag"/>
118<src:fragref linkend="man.links.are.numbered.frag"/>
119<src:fragref linkend="man.links.are.underlined.frag"/>
120<src:fragref linkend="man.links.list.enabled.frag"/>
121<src:fragref linkend="man.links.list.heading.frag"/>
122<src:fragref linkend="man.charmap.enabled.frag"/>
123<src:fragref linkend="man.charmap.uri.frag"/>
124<src:fragref linkend="man.charmap.use.subset.frag"/>
125<src:fragref linkend="man.charmap.subset.profile.frag"/>
126<src:fragref linkend="man.subheading.divider.frag"/>
127<src:fragref linkend="man.subheading.divider.enabled.frag"/>
128<src:fragref linkend="refentry.date.profile.enabled.frag"/>
129<src:fragref linkend="refentry.manual.profile.enabled.frag"/>
130<src:fragref linkend="refentry.source.name.profile.enabled.frag"/>
131<src:fragref linkend="refentry.version.profile.enabled.frag"/>
132<src:fragref linkend="refentry.source.name.suppress.frag"/>
133<src:fragref linkend="refentry.version.suppress.frag"/>
134<src:fragref linkend="refentry.date.profile.frag"/>
135<src:fragref linkend="refentry.manual.fallback.profile.frag"/>
136<src:fragref linkend="refentry.manual.profile.frag"/>
137<src:fragref linkend="refentry.source.fallback.profile.frag"/>
138<src:fragref linkend="refentry.source.name.profile.frag"/>
139<src:fragref linkend="refentry.version.profile.frag"/>
140<src:fragref linkend="man.th.title.max.length.frag"/>
141<src:fragref linkend="man.th.extra2.max.length.frag"/>
142<src:fragref linkend="man.th.extra3.max.length.frag"/>
143<src:fragref linkend="man.th.extra1.suppress.frag"/>
144<src:fragref linkend="man.th.extra2.suppress.frag"/>
145<src:fragref linkend="man.th.extra3.suppress.frag"/>
146</xsl:stylesheet>
147 </src:fragment>
148
149 </appendix>
150</book>
Note: See TracBrowser for help on using the repository browser.