MEP template

Shaun McCance <shaunm at gnome.org>
Fri Nov 1 18:02:33 EDT 2013

Hi folks,

I've attached a simple tmpl file for MEPs you can use with yelp-new.

--
Shaun

-------------- next part --------------
<?yelp-tmpl-desc Mallard Enhancement Proposal?>
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="mep"
      version="1.0"
      id="@ID@">

<info>
  <link type="guide" xref="index" group="TARGET"/>

  <credit type="author copyright">
    <name>@NAME@</name>
    <email>@EMAIL@</email>
    <years>@YEAR@</years>
  </credit>

  <include href="../cc-by-sa-3-0.xml" xmlns="http://www.w3.org/2001/XInclude">
    <fallback/>
  </include>

  <revision date="@DATE@" docversion="TARGET" status="incomplete"/>

  <title type="text">@TITLE@</title>
  <title type="link">MEP-XXXX: @TITLE@</title>

  <desc>Describe the intended functionality in one sentence.</desc>
</info>

<title>MEP-XXXX</title>
<subtitle>@TITLE@</subtitle>

<p style="lead">This page outlines...</p>

<links type="section"/>


<section id="background">
  <title>Background</title>
</section>


<section id="proposal">
  <title>Proposal</title>
</section>


<!--
<section id="addendums">
  <title>Addendums</title>
</section>
-->


<section id="examples">
  <title>Examples</title>
</section>


<section id="accessibility">
  <title>Accessibility</title>
</section>


<section id="internationalization">
  <title>Internationalization</title>
</section>


<section id="alternatives">
  <title>Alternatives</title>
</section>


<section id="compatibility">
  <title>Compatibility and Fallback</title>
</section>


<section id="comparison">
  <title>Comparison to Other Formats</title>
</section>

</page>