Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc English language configuration file.
3
#
4
 
5
[attributes]
6
# Captions, used by (X)HTML backends.
7
# Captions on RHS are displayed in outputs.
8
ifdef::basebackend-html[]
9
 
10
caution-caption=Caution
11
important-caption=Important
12
note-caption=Note
13
tip-caption=Tip
14
warning-caption=Warning
15
figure-caption=Figure
16
table-caption=Table
17
example-caption=Example
18
toc-title=Table of Contents
19
appendix-caption=Appendix
20
# Man page NAME section title.
21
manname-title=NAME
22
 
23
[footer-text]
24
Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
25
Last updated
26
template::[footer-date]
27
 
28
endif::basebackend-html[]
29
 
30
 
31
[specialsections]
32
# DocBook special sections.
33
# The regular expression on LHS is matched against source titles.
34
ifdef::basebackend-docbook[]
35
 
36
ifdef::doctype-article[]
37
^Abstract$=abstract
38
endif::doctype-article[]
39
 
40
ifdef::doctype-book[]
41
^Colophon$=colophon
42
^Dedication$=dedication
43
^Preface$=preface
44
endif::doctype-book[]
45
 
46
^Index$=index
47
^(Bibliography|References)$=bibliography
48
^Glossary$=glossary
49
^Appendix [A-Z][:.](?P<title>.*)$=appendix
50
 
51
endif::basebackend-docbook[]
52
 
53
ifdef::doctype-manpage[]
54
(?i)^SYNOPSIS$=synopsis
55
endif::doctype-manpage[]