summaryrefslogtreecommitdiff
path: root/template-document.xml
blob: bd0a614e56dbb90bb2e0c88045aaa76c82c8623a (plain)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<article id="@DOCUMENT@">
  <articleinfo>
    <title>Document title</title>
    <authorgroup>
      <author>
	<firstname>My name</firstname> <surname>Last name</surname>
	<affiliation>
	  <address>
	    <email>@USERNAME@@@DOMAIN@</email>
	  </address>
	</affiliation>
      </author>
    </authorgroup>
    <copyright>
      <year>@YEAR@</year> <holder>My Full Name</holder>
    </copyright>
    <publisher>
      <publishername>GNOME Documentation Project</publishername>
    </publisher>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
    <revhistory>
      <revision>
        <revnumber>0.1</revnumber>
        <date>@DATE@</date>
      </revision>
    </revhistory>
  </articleinfo>

  <section id="intro">
    <title>Introduction.</title>
      <para>Foo.</para>
  </section>
 
   <section id="end">
      <title>The End.</title> 
      <para>Bar.</para>
   </section>

</article>