/etc/asciidoc/data/lang-it-test.txt is in asciidoc 8.6.9-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | // Test for lang-it.conf language file.
:lang: it
Languages Test
==============
:revnumber: v1.0
:revdate: 2003-12-21
ifdef::doctype-article[]
Abstract
--------
Abstract special section.
endif::doctype-article[]
ifdef::doctype-book[]
Dedica
------
Dedication special section.
Prefazione
----------
Preface special section.
Colofone
--------
Colophon special section.
endif::doctype-book[]
The First Section
-----------------
Admonishments
~~~~~~~~~~~~~
Do not translate in the source file -- they are translated to the
output file
NOTE: Lorum ipsum.
TIP: Lorum ipsum.
WARNING: Lorum ipsum.
CAUTION: Lorum ipsum.
IMPORTANT: Lorum ipsum.
.Tiger
image::../../images/tiger.png[Tiger image]
Followed by an example table:
.Table
[width="60%",options="header"]
|==============================================
| Option | Description
| -a 'USER GROUP' | Add 'USER' to 'GROUP'.
| -R 'GROUP' | Disables access to 'GROUP'.
|==============================================
And now for something completely different: ((monkeys)), lions and
tigers.
Appendice A: Example Appendix
-----------------------------
Appendix special section.
Bibliografia
------------
Bibliography special section.
[bibliography]
- [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
Programming'. Addison-Wesley. ISBN 0-13-142901-9.
- [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
ISBN 1-56592-580-7.
Glossario
---------
Glossary special section.
[glossary]
A glossary term::
The corresponding (indented) definition.
A second glossary term::
The corresponding (indented) definition.
ifdef::basebackend-docbook[]
Index
-----
////////////////////////////////////////////////////////////////
Index special section.
The index is normally left completely empty, it's contents being
generated automatically by the DocBook toolchain.
////////////////////////////////////////////////////////////////
endif::basebackend-docbook[]
|