[seahorse/wip/userdocs: 120/210] Fix validation errors in landing pages.



commit c586e21b7b85dba8902e5085c9118776c58d0754
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Sun Aug 25 03:03:26 2013 +0530

    Fix validation errors in landing pages.
    
    Added <title type="link"></title> instead of having pages with sections
    and no main title, so as to display contents of the <desc> in the main
    index.page.

 help/C/passwords.page   |    1 +
 help/C/pgp-landing.page |    4 ++--
 help/C/ssh-landing.page |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/help/C/passwords.page b/help/C/passwords.page
index 75fea38..cf07419 100644
--- a/help/C/passwords.page
+++ b/help/C/passwords.page
@@ -5,6 +5,7 @@
 
   <info>
     <link type="guide" xref="index#passwords" group="#first"/>
+
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" date="2013-08-20" status="draft"/>
 
diff --git a/help/C/pgp-landing.page b/help/C/pgp-landing.page
index 110ff83..f226fd0 100644
--- a/help/C/pgp-landing.page
+++ b/help/C/pgp-landing.page
@@ -8,6 +8,8 @@
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" date="2013-08-20" status="draft"/>
 
+    <title type='link'></title>
+
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <credit type="author copyright">
@@ -24,8 +26,6 @@
     messages.</desc>
   </info>
 
-  <section id="index">
     <title>Create and manage PGP key</title>
-  </section>
 
 </page>
diff --git a/help/C/ssh-landing.page b/help/C/ssh-landing.page
index 33b2309..2616692 100644
--- a/help/C/ssh-landing.page
+++ b/help/C/ssh-landing.page
@@ -8,6 +8,8 @@
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" date="2013-08-20" status="draft"/>
 
+    <title type='link'></title>
+
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <credit type="author copyright">
@@ -24,8 +26,6 @@
     to submit updated software code to a remote software repository.</desc>
   </info>
 
-  <section id="index">
     <title>Create and manage SSH Keys</title>
-  </section>
 
 </page>


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