summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJoachim Noreiko <jnoreiko@yahoo.com>2007-01-18 11:41:52 +0000
committerJoachim Noreiko <joachimn@src.gnome.org>2007-01-18 11:41:52 +0000
commit8c4cf4bcd5f378e3c2ef2ab6487cb14f0ca4bbfd (patch)
tree1a64d2670bb34630571c3d45f66344e982e68696 /data
parent49a0b1408fa9e49f9fb59e6548589f95ec082388 (diff)
downloadgnome-doc-utils-8c4cf4bcd5f378e3c2ef2ab6487cb14f0ca4bbfd.tar.gz
- Adding <abstract role="description">, #397174
2007-01-18 Joachim Noreiko <jnoreiko@yahoo.com> * data/templates/gnome-app-template.xml: * data/templates/gnome-applet-template.xml: - Adding <abstract role="description">, #397174 svn path=/trunk/; revision=862
Diffstat (limited to 'data')
-rw-r--r--data/templates/gnome-app-template.xml5
-rw-r--r--data/templates/gnome-applet-template.xml5
2 files changed, 8 insertions, 2 deletions
diff --git a/data/templates/gnome-app-template.xml b/data/templates/gnome-app-template.xml
index 4fc0cde..5701016 100644
--- a/data/templates/gnome-app-template.xml
+++ b/data/templates/gnome-app-template.xml
@@ -37,7 +37,10 @@
<!-- =============Document Header ============================= -->
<article id="index" lang="en">
<articleinfo>
- <title>&app; Manual</title>
+ <title>&app; Manual</title>
+ <abstract role="description">
+ <para>&app; is ... <!-- insert brief description -->.</para>
+ </abstract>
<copyright>
<year>2006</year>
diff --git a/data/templates/gnome-applet-template.xml b/data/templates/gnome-applet-template.xml
index 7ba4c22..d6ab963 100644
--- a/data/templates/gnome-applet-template.xml
+++ b/data/templates/gnome-applet-template.xml
@@ -41,7 +41,10 @@
<articleinfo>
<title>&applet; Applet Manual</title>
-
+ <abstract role="description">
+ <para>&applet; is ... <!-- insert brief description -->.</para>
+ </abstract>
+
<copyright>
<year>2006</year>
<holder>GNOME Documentation Project</holder>