summaryrefslogtreecommitdiff
path: root/template-document.xml
diff options
context:
space:
mode:
authorSven Herzberg <herzi@gnome-de.org>2006-04-23 22:44:38 +0000
committerSven Herzberg <herzi@src.gnome.org>2006-04-23 22:44:38 +0000
commit70d97c85c6a83c5014e085c565c0045e3ffea246 (patch)
tree78d6d2acd60ac1922b1828f3e35a816254907834 /template-document.xml
parent3c324f1bff2b42d4d716578fba9e481583bb069d (diff)
downloadgnome-doc-utils-70d97c85c6a83c5014e085c565c0045e3ffea246.tar.gz
install new files template-document.xml, template.make, added template
2006-04-24 Sven Herzberg <herzi@gnome-de.org> * Makefile.am: install new files * template-document.xml, * template.make, * template.omf.in: added template files (fixes bug 170483)
Diffstat (limited to 'template-document.xml')
-rw-r--r--template-document.xml41
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>