[pan2] Tweak the help support



commit 14f1a6e009be07ea1074bb8a81016d7074c2ee56
Author: Petr Kovar <pknbe volny cz>
Date:   Wed Jan 26 22:27:47 2011 +0100

    Tweak the help support

 help/C/pan.xml   |    7 +++++--
 help/Makefile.am |    4 +++-
 help/pan.omf.in  |    5 +++--
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/help/C/pan.xml b/help/C/pan.xml
index 741b264..2c6ae77 100644
--- a/help/C/pan.xml
+++ b/help/C/pan.xml
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
   <!ENTITY legal SYSTEM "legal.xml">
   <!ENTITY appversion "1.0">
   <!ENTITY manrevision "0.1">
   <!ENTITY date "December 2006">
   <!ENTITY app "<application>Pan</application>">
+  <!ENTITY appname "Pan">
   <!-- Information about the entities
        The legal.xml file contains legal information, there is no need to edit the file. 
        Use the appversion entity to specify the version of the application.
@@ -36,6 +37,7 @@
 <!-- please do not change the id; for translations, change lang to -->
 <!-- appropriate code -->
   <articleinfo> 
+    <abstract role="description"><para>Manual for the Pan Newsreader.</para></abstract>
     <title><application>Pan</application> Manual v1.0</title>       
 
     <copyright> 
@@ -61,9 +63,10 @@
    <!-- This file  contains link to license for the documentation (GNU FDL), and 
         other legal stuff such as "NO WARRANTY" statement. Please do not change 
        any of this. -->
+    &legal;
 
     <authorgroup> 
-      <author> 
+      <author role="maintainer"> 
                <firstname>Douglas</firstname> 
                <surname>Bollinger</surname> 
                <affiliation> 
diff --git a/help/Makefile.am b/help/Makefile.am
index d8130b0..2b72b2f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,8 +1,10 @@
 include $(top_srcdir)/gnome-doc-utils.make
+
 dist-hook: doc-dist-hook
+
 DOC_MODULE = pan
 DOC_ENTITIES = legal.xml
 DOC_INCLUDES =
-DOC_FIGURES = figures/pan_window.png
+DOC_FIGURES = pan_window.png
 DOC_LINGUAS =
 
diff --git a/help/pan.omf.in b/help/pan.omf.in
index 1105a25..90702d0 100644
--- a/help/pan.omf.in
+++ b/help/pan.omf.in
@@ -1,10 +1,11 @@
 <?xml version="1.0" standalone="no"?>
 <omf>
   <resource>
-    <subject category="GNOME|Internet"/>
+    <subject category="Internet"/>
     <type>manual</type>
+    <identifier url="pan.xml"/>
     <relation seriesid="0f3b9550-d2ae-d04e-9240-0e0958ed87d8b0"/>
-    <rights type="GNU FDL" license.version="1.1" holder="Douglas Bollinger"/>
+    <rights type="GNU FDL" license.version="1.1" license="http://www.gnu.org/licenses/fdl.html"; 
holder="Douglas Bollinger"/>
   </resource>
 </omf>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]