-
Notifications
You must be signed in to change notification settings - Fork 2
/
ebook.properties
466 lines (371 loc) · 17.5 KB
/
ebook.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
# ============================================================================ #
#
# GENERATED PROPERTIES FILE FOR USE WITH THE DITA COMMAND
#
# Lines in this file that start with a # are comments.
#
# To set a build parameter, remove the commenting # at the start of the line
# and specify the value for the parameter after the = sign, for example,
#
# args.filter = my-filter.ditaval
#
# Use the dita command with the -propertyfile option to use the build parameters
# specified in a properties file, for example:
#
# dita -i my.ditamap -f html5 -propertyfile my.properties
#
# Build parameters in this file are grouped by transformation type.
# Supported parameter values are listed in brackets [] after each description,
# with an asterisk (*) indicating the default value where appropriate.
#
# ============================================================================ #
# ============================================================================ #
# COMMON
# ============================================================================ #
args.draft = no
# Specifies whether the content of <draft-comment> and
# <required-cleanup> elements is included in the output.
# [ no ]*
# [ yes ]
# args.figurelink.style = NUMBER
# Specifies how cross references to figures are styled in
# output.
# [ NUMBER ]
# [ NUMTITLE ]
# [ TITLE ]
# args.filter =
# Specifies a filter file to be used to include, exclude, or
# flag content.
# args.gen.task.lbl = YES
# Specifies whether to generate headings for sections within
# task topics.
# [ NO ]
# [ YES ]
# args.grammar.cache = yes
# Specifies whether the grammar-caching feature of the XML
# parser is used.
# [ no ]
# [ yes ]*
# args.input.dir =
# Specifies the base directory for your documentation project.
# args.output.base =
# Specifies the name of the output file without file
# extension.
# args.rellinks = none
# Specifies which links to include in the output.
# [ all ] - All links are included.
# [ nofamily ] - Parent, child, next, and previous links are
# not included.
# [ none ] - No links are included.
# [ noparent ] - Parent links are not included.
# args.tablelink.style = NUMBER
# Specifies how cross references to tables are styled.
# [ NUMBER ]
# [ NUMTITLE ]
# [ TITLE ]
# clean.temp = yes
# Specifies whether the DITA-OT deletes the files in the
# temporary directory after it finishes a build.
# [ no ]
# [ yes ]*
# conserve-memory = false
# Conserve memory at the expense of processing speed
# [ false ]*
# [ true ]
# default.language =
# Specifies the default language for source documents.
# dita.dir =
# Specifies where the DITA-OT is installed.
# dita.temp.dir =
# Specifies the location of the temporary directory.
# filter-stage = early
# Specifies whether filtering is done before all other
# processing, or after key and conref processing.
# [ early ]*
# [ late ]
# force-unique = false
# Generate copy-to attributes to duplicate topicref elements.
# [ false ]*
# [ true ]
# generate-debug-attributes = true
# Specifies whether the @xtrf and @xtrc debugging attributes
# are generated in the temporary files.
# [ false ] - Disables generation of debugging attributes
# [ true ]* - Enables generation of debugging attributes
# generate.copy.outer = 1
# Specifies whether to generate output files for content that
# is not located in or beneath the directory containing the
# DITA map file.
# [ 1 ]* - Do not generate output for content that is located
# outside the DITA map directory.
# [ 3 ] - Shift the output directory so that it contains all
# output for the publication.
onlytopic.in.map = false
# Specifies whether files that are linked to, or referenced
# with a @conref attribute, generate output.
# [ false ]*
# [ true ]
# outer.control = warn
# Specifies how the DITA-OT handles content files that are not
# located in or below the directory containing the master DITA
# map.
# [ fail ] - Fail quickly if files are going to be generated
# or copied outside of the directory.
# [ quiet ] - Quietly finish without generating warnings or
# errors.
# [ warn ]* - Complete the operation if files will be
# generated or copied outside of the directory, but log a
# warning.
# output.dir =
# Specifies the name and location of the output directory.
# processing-mode = lax
# Specifies how the DITA-OT handles errors and error recovery.
# [ lax ]* - When an error is encountered, the DITA-OT
# attempts to recover from it
# [ skip ] - When an error is encountered, the DITA-OT
# continues processing but does not attempt error recovery
# [ strict ] - When an error is encountered, the DITA-OT stops
# processing
# remove-broken-links = false
# Remove broken related links.
# [ false ]*
# [ true ]
# root-chunk-override =
# Override for map chunk attribute value.
# validate = true
# Specifies whether the DITA-OT validates the content.
# [ false ]
# [ true ]*
# ============================================================================ #
# ECLIPSE HELP
# ============================================================================ #
# args.eclipse.provider = DITA
# Specifies the name of the person or organization that
# provides the Eclipse help. Default value: DITA.
# args.eclipse.symbolic.name = org.sample.help.doc
# Specifies the symbolic name (aka plugin ID) in the output
# for an Eclipse Help project. Default value:
# org.sample.help.doc.
# args.eclipse.version = 0.0.0
# Specifies the version number to include in the output.
# Default value: 0.0.0.
# args.eclipsehelp.country =
# Specifies the region for the language that is specified by
# the args.
# args.eclipsehelp.jar.name =
# Specifies that the output should be zipped and returned
# using this name.
# args.eclipsehelp.language =
# Specifies the base language for translated content, such as
# en for English.
# ============================================================================ #
# HTML-BASED OUTPUT
# ============================================================================ #
# args.artlbl = no
# Specifies whether to generate a label for each image; the
# label will contain the image file name.
# [ no ]*
# [ yes ]
args.copycss = yes
# Specifies whether to copy the custom .css file to the output
# directory.
# [ no ]*
# [ yes ]
args.css = oje.css
# Specifies the name of a custom .css file.
args.csspath = .
# Specifies the location of a copied .css file relative to the
# output directory.
# args.cssroot =
# Specifies the directory that contains the custom .css file.
# args.dita.locale =
# Specifies the language locale file to use for sorting index
# entries.
# args.ftr =
# Specifies an XML file that contains content for a running
# footer.
# args.gen.default.meta = no
# Specifies whether to generate extra metadata that targets
# parental control scanners, meta elements with
# name="security" and name="Robots".
# [ no ]*
# [ yes ]
# args.hdf =
# Specifies an XML file that contains content to be placed in
# the document head.
# args.hdr =
# Specifies an XML file that contains content for a running
# header.
# args.hide.parent.link = no
# Specifies whether to hide links to parent topics in the HTML
# or XHTML output.
# [ no ]*
# [ yes ]
# args.indexshow = no
# Specifies whether the content of <indexterm> elements are
# rendered in the output.
# [ no ]*
# [ yes ]
# args.outext = html
# Specifies the file extension for HTML or XHTML output.
# Default value: html.
# args.xhtml.classattr = yes
# Specifies whether to include the DITA class ancestry inside
# the XHTML elements.
# [ no ]
# [ yes ]*
# args.xsl =
# Specifies a custom XSL file to be used instead of the
# default XSL transformation.
# ============================================================================ #
# HTML5
# ============================================================================ #
# args.artlbl = no
# Specifies whether to generate a label for each image; the
# label will contain the image file name.
# [ no ]*
# [ yes ]
args.copycss = yes
# Specifies whether to copy the custom .css file to the output
# directory.
# [ no ]*
# [ yes ]
args.css = oje.css
# Specifies the name of a custom .css file.
# args.csspath =
# Specifies the location of a copied .css file relative to the
# output directory.
args.cssroot = Users/larry/Projects/DITAdiet
# Specifies the directory that contains the custom .css file.
# args.dita.locale =
# Specifies the language locale file to use for sorting index
# entries.
args.ftr =
# Specifies an XML file that contains content for a running
# footer.
# args.gen.default.meta = no
# Specifies whether to generate extra metadata that targets
# parental control scanners, meta elements with
# name="security" and name="Robots".
# [ no ]*
# [ yes ]
# args.hdf =
# Specifies an XML file that contains content to be placed in
# the document head.
args.hdr =
# Specifies an XML file that contains content for a running
# header.
# args.hide.parent.link = no
# Specifies whether to hide links to parent topics in the
# HTML5 output.
# [ no ]*
# [ yes ]
# args.html5.classattr = yes
# Specifies whether to include the DITA class ancestry inside
# the HTML5 elements.
# [ no ]
# [ yes ]*
# args.html5.contenttarget = contentwin
# Specifies the value of the @target attribute on the <base>
# element in the TOC file. Default value: contentwin.
# args.html5.toc = index
# Specifies the base name of the TOC file. Default value:
# index.
# args.html5.toc.class =
# Specifies the value of the @class attribute on the <body>
# element in the TOC file.
# args.html5.toc.xsl =
# Specifies a custom XSL file to be used for TOC generation.
# args.indexshow = no
# Specifies whether the content of <indexterm> elements are
# rendered in the output.
# [ no ]*
# [ yes ]
# args.outext = html
# Specifies the file extension for HTML5 output. Default
# value: html.
# args.xsl =
# Specifies a custom XSL file to be used instead of the
# default XSL transformation.
nav-toc = partial
# Specifies whether to generate a navigation TOC in topic
# pages.
# [ full ] - Full TOC
# [ none ]* - No TOC
# [ partial ] - Partial TOC that shows the current topic
# ============================================================================ #
# MICROSOFT COMPILED HTML HELP
# ============================================================================ #
# args.htmlhelp.includefile =
# Specifies the name of a file that you want included in the
# HTML Help.
# ============================================================================ #
# PDF
# ============================================================================ #
# args.artlbl = no
# Specifies whether to generate a label for each image; the
# label will contain the image file name.
# [ no ]*
# [ yes ]
args.bookmap-order = discard
# Specifies if the frontmatter and backmatter content order is
# retained in bookmap.
# [ discard ]*
# [ retain ]
args.bookmark.style = EXPANDED
# Specifies whether PDF bookmarks are by default expanded or
# collapsed.
# [ COLLAPSE ]
# [ EXPANDED ]
args.chapter.layout = BASIC
# Specifies whether chapter level TOCs are generated.
# [ BASIC ]
# [ MINITOC ]*
# args.fo.userconfig =
# Specifies the user configuration file for FOP.
# args.xsl.pdf =
# Specifies an XSL file that is used to override the default
# XSL transformation.
# axf.cmd =
# Specifies the path to the Antenna House Formatter
# executable.
# axf.opt =
# Specifies the user configuration file for Antenna House
# Formatter.
# custom.xep.config =
# Specifies the user configuration file for RenderX.
# customization.dir =
# Specifies the customization directory.
# maxJavaMemory =
# Specifies the amount of memory allocated to the RenderX
# process.
# org.dita.pdf2.i18n.enabled = true
# Enables I18N font processing.
# [ false ] - Disables I18N processing
# [ true ]* - Enables I18N processing
# outputFile.base =
# Specifies the base file name of the generated PDF file.
# pdf.formatter = fop
# Specifies the XSL processor.
# [ ah ] - Antenna House Formatter
# [ fop ]* - Apache FOP
# [ xep ] - RenderX XEP Engine
# publish.required.cleanup = yes
# Specifies whether draft-comment and required-cleanup
# elements are included in the output.
# [ no ]
# [ yes ]
# ============================================================================ #
# XHTML
# ============================================================================ #
# args.xhtml.contenttarget = contentwin
# Specifies the value of the @target attribute on the <base>
# element in the TOC file. Default value: contentwin.
# args.xhtml.toc = index
# Specifies the base name of the TOC file. Default value:
# index.
# args.xhtml.toc.class =
# Specifies the value of the @class attribute on the <body>
# element in the TOC file.
# args.xhtml.toc.xsl =
# Specifies a custom XSL file to be used for TOC generation.