File: aft-dbarticle.dat

package info (click to toggle)
aft 2%3A5.097-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 548 kB
  • ctags: 89
  • sloc: perl: 1,253; sh: 439; makefile: 105
file content (119 lines) | stat: -rwxr-xr-x 3,091 bytes parent folder | download | duplicates (9)
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
# NOT DONE YET!!!  DocBook 3.1  (Article) AFT 5.0 rules
# All fields must be seperated by tabs!!
#
# This file will be documented one day...
#

# Identification of rule file
ID  DocBookArticle	

# Everything between Preamble{ and }Preamble is printed before any other
# element markup. 
#
Preamble{
<!doctype article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<article>
<artheader>
	<author>%author%</author>
</artheader>
}Preamble


# Everything between Postamble{ and }Postamble is printed last after all other
# element markup. This string can take one argument: the AFT version string.
#
Postamble{
</article>
}Postamble

preFilter	\014	 
preFilter	\&	\&amp;
preFilter	\"	\&quot;
preFilter	\>	\&gt;
preFilter	\<	\&lt;
preFilter	\\\\	<br>


# Handle hyperlinks...
#
URL	<ulink url="%target%">%text%</ulink>
InternalReference	<link linkend="%target%">%text%</link>
Target	<anchor id="%target%">%text%

Title	<title id="AFT-top">%title%</title>
Author	<author>%author%</author>
TOC	

Image-left	<inlinegraphic fileref="%image%" format="gif" align=left></inlinegraphic>
Image-right	<inlinegraphic fileref="%image%" format="gif" align=right></inlinegraphic>
Image-center	<inlinegraphic fileref="%image%" format="gif" align=center></inlinegraphic>
Image	<inlinegraphic fileref="%image%" format="gif"></inlinegraphic>

*	<sec1 id="%section%"><title>%section%</title>
*	<sec2 id="%section%"><title>%section%</title>
*	<sec3 id="%section%"><title>%section%</title>
*	<sec4 id="%section%"><title>%section%</title>
EndSect1	</sec1>
EndSect2	</sec2>
EndSect3	</sec3>
EndSect4	</sec4>

NoteRef			<superscript>%ref%</superscript>
Superscript		<superscript>%stuff%</supscript>
Subscript		<subscript>%stuff%</subscript>
Center			%center%
StartParagraph		<para>
EndParagraph		</para>
HorizontalLine		

StartTable		<table><tgroup cols="%columns%">
TableCaption	<title>%caption%</title>
TableHeader		<entry>%stuff%</entry>
TableElement		<entry>%stuff%</entry>
TableRowStart		<row>
TableRowEnd		</row>
EndTable		</table>

StartBulletList		<itemizedlist mark=opencircle>
BulletListElement	<listitem>
EndBulletListElement	</listitem>
EndBulletList		</itemizedlist>

StartNamedList		<variablelist>
NamedListElement	<varlistentry><term>%name%</term><listitem>
EndNamedListElement	</listitem></varlistentry>
EndNamedList		</variablelist>

StartNumberedList	<orderedlist>
NumberedListElement	<listitem>
EndNumberedListElement	</listitem>
EndNumberedList		</orderedlist>

StartQuote	<blockquote>
EndQuote	</blockquote>

PreFilterVerbatim?		Yes
FullFilterFilteredVerbatim?		Yes
StartBlockedVerbatim	<programlisting><![CDATA[
EndBlockedVerbatim	]]></programlisting>	
StartFilteredVerbatim	<programlisting>
EndFilteredVerbatim	</programlisting>
StartVerbatim	<literallayout>
EndVerbatim	</literallayout>

StartTeletype		<computeroutput>
EndTeletype		</computeroutput>

StartSmall		<small>
EndSmall		</small>

StartEmphasis	<emphasis>
EndEmphasis	</emphasis>

StartStrong	<emphasis role=bold>
EndStrong	</emphasis>

CommentLine	<comment> %line% </comment>
StrikeLine	<comment> Striken: %line% </comment>

NBSPACE		&nbsp