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
|
<?yelp-tmpl-desc Description of how to accomplish a user task?>
<page xmlns="http://projectmallard.org/1.0/"
type="topic" style="task"
id="@ID@">
<info>
<revision version="0.1" date="@DATE@" status="stub"/>
<credit type="author copyright">
<name>@NAME@</name>
<email>@EMAIL@</email>
<years>@YEAR@</years>
</credit>
<desc></desc>
</info>
<title>@TITLE@</title>
<comment>
<cite date="@DATE@" href="mailto:@EMAIL@">@NAME@</cite>
<p>This assumes the reader knows how to.... By the end of this page,
the reader will be able to....</p>
</comment>
<p>Short introductory text...</p>
<steps>
<item><p>First step...</p></item>
<item><p>Second step...</p></item>
<item><p>Third step...</p></item>
</steps>
</page>
|