Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc German language configuration file.
3
# Originally written by Michael Wild
4
#
5
 
6
[attributes]
7
# Left and right single and double quote characters.
8
lsquo=‚
9
rsquo=‘
10
ldquo=„
11
rdquo=“
12
 
13
# Captions, used by (X)HTML backends.
14
# Captions on RHS are displayed in outputs.
15
ifdef::basebackend-html[]
16
 
17
caution-caption=Achtung
18
important-caption=Wichtig
19
note-caption=Anmerkung
20
tip-caption=Tipp
21
warning-caption=Warnung
22
figure-caption=Abbildung
23
table-caption=Tabelle
24
example-caption=Beispiel
25
toc-title=Inhaltsverzeichnis
26
appendix-caption=Anhang
27
# Man page NAME section title.
28
manname-title=NAME
29
 
30
[footer-text]
31
Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
32
Letzte Änderung
33
template::[footer-date]
34
 
35
endif::basebackend-html[]
36
 
37
 
38
[specialsections]
39
# DocBook special sections.
40
# The regular expression on LHS is matched against source titles.
41
ifdef::basebackend-docbook[]
42
 
43
ifdef::doctype-article[]
44
^Zusammenfassung$=abstract
45
endif::doctype-article[]
46
 
47
ifdef::doctype-book[]
48
^Kolophon$=colophon
49
^Widmung$=dedication
50
^Vorwort$=preface
51
endif::doctype-book[]
52
 
53
^Stichwortverzeichnis$=index
54
^Literaturverzeichnis$=bibliography
55
^Glossar$=glossary
56
^Anhang [A-Z][:.](?P<title>.*)$=appendix
57
 
58
endif::basebackend-docbook[]
59
 
60
ifdef::doctype-manpage[]
61
(?i)^ÜBERSICHT$=synopsis
62
endif::doctype-manpage[]