File: example-tr.sgml

package info (click to toggle)
linuxdoc-tools 0.9.86-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,312 kB
  • sloc: ansic: 16,247; perl: 3,769; sh: 1,134; makefile: 813; lex: 566; lisp: 309
file content (56 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download | duplicates (7)
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
<!doctype linuxdoctr system>

<!--
  Here's an SGML example file for the tr variant, containing only
  what is different in it. If you look for a real example file, look at file
  example.sgml in this directory.
-->

<article>

<!-- Title information -->

<title>Quick Example for Linuxdoctr DTD SGML source</title>
<author>
<name>Joe Author First <tt/&lt;joe@author@first/&gt;</name>
<and>
<name>Joe Author Second <tt/&lt;joe@author@second/&gt;</name>
</author>
<date>2009/03/18</date>
<trans>
Translated by Joe Test Translator <tt/&lt;joe@test@translator/&gt;
</trans>
<tdate>
2009/04/10
</tdate>
<abstract>
This document is a minimal example of the differences introduced for the
Linuxdoctr DTD SGML. This contains only what is different in it. If you look for
a real example file, look at file example.sgml in this directory.
</abstract>

<!-- Table of contents -->
<toc>

<!-- Begin the document -->

<sect>
 <heading>Introduction</heading>

 <p>
 This document is a minimal example of the differences introduced for the
 Linuxdoctr DTD SGML. This contains only what is different in it. If you look for
 a real example file, look at file example.sgml in this directory.

 <sect1>Tags introduced by the Linuxdoctr DTD
 <p>
 <descrip>
 <tag/trans/ Translator name
 <tag/tdate/ Translation date
 </descrip>
 Both must be placed after <tt/&lt;author/&gt; and <tt/&lt;date/&gt; tags
 </sect1>

</sect>

</article>