File: revflag.xml

package info (click to toggle)
docbook-website 2.5.0.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,512 kB
  • sloc: xml: 1,341; lisp: 412; java: 77; makefile: 39; javascript: 8; sh: 2
file content (25 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (6)
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
<!DOCTYPE webpage SYSTEM "../schema/dtd/website.dtd">
<webpage id="revflag">
<config param="rcsdate" value="$Date: 2003/01/16 15:05:46 $"/>
<head>
<title>Revision Flags</title>
<summary>Revision Flags</summary>
</head>
<para>You can now use the <literal>revisionflag</literal> attribute on
<literal>tocentry</literal> in
the <filename>layout.xml</filename> file to mark pages as "added" or
"changed".</para>

<informaltable>
<tgroup cols="2">
<tbody>
<row>
  <entry role="left">Testing something</entry>
  <entry role="right">unrelated to revisionflag.</entry>
</row>
</tbody>
</tgroup>
</informaltable>

</webpage>