diff options
Diffstat (limited to 'template-document.xml')
-rw-r--r-- | template-document.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/template-document.xml b/template-document.xml new file mode 100644 index 0000000..bd0a614 --- /dev/null +++ b/template-document.xml @@ -0,0 +1,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> |