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>
|