[seahorse/mallard-help: 445/473] Change help layout: PGP section



commit be3d34386cad04ce40fb1a428bec3457de0e8c9a
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Tue Aug 20 21:59:17 2013 +0530

    Change help layout: PGP section
    
    Add an introductory paragraph about PGP keys in the index page by
    linking it with the pgp-landing.page.
    pgp-landing.page has the actual index for the remaining pgp-* pages.

 help/C/index.page                 |    2 +-
 help/C/key-servers-add.page       |    2 +-
 help/C/pgp-advanced-options.page  |    2 +-
 help/C/pgp-create.page            |    2 +-
 help/C/pgp-expiration-change.page |    2 +-
 help/C/pgp-expired.page           |    2 +-
 help/C/pgp-landing.page           |   31 +++++++++++++++++++++++++++++++
 help/C/pgp-photoid.page           |    2 +-
 help/C/pgp-publish.page           |    2 +-
 help/C/pgp-retrieve-remote.page   |    3 +--
 help/C/pgp-sync.page              |    2 +-
 help/C/pgp-userid.page            |    2 +-
 12 files changed, 42 insertions(+), 12 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index 43602e6..bbdfa6b 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -35,7 +35,7 @@
     <title>Stored passwords and password keyrings</title>
   </section>
 
-  <section id="pgp-keys" style="2column">
+  <section id="pgp-keys">
     <title>PGP keys</title>
   </section>
 
diff --git a/help/C/key-servers-add.page b/help/C/key-servers-add.page
index 4035851..2af045c 100644
--- a/help/C/key-servers-add.page
+++ b/help/C/key-servers-add.page
@@ -4,7 +4,7 @@
       id="key-servers-add">
 
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="about-key-servers"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" date="2013-08-18" status="draft"/>
diff --git a/help/C/pgp-advanced-options.page b/help/C/pgp-advanced-options.page
index 9efe191..3f519a0 100644
--- a/help/C/pgp-advanced-options.page
+++ b/help/C/pgp-advanced-options.page
@@ -4,7 +4,7 @@
       id="pgp-advanced-options">
 
   <info>
-    <link type="guide" xref="index#pgp-keys" group="second"/>
+    <link type="guide" xref="pgp-landing#index" group="second"/>
 
     <revision pkgversion="3.9" version="0.1" date="2013-07-18" status="review"/>
 
diff --git a/help/C/pgp-create.page b/help/C/pgp-create.page
index 5607fa4..746323a 100644
--- a/help/C/pgp-create.page
+++ b/help/C/pgp-create.page
@@ -4,7 +4,7 @@
       id="pgp-create">
 
   <info>
-    <link type="guide" xref="index#pgp-keys" group="#first"/>
+    <link type="guide" xref="pgp-landing#index" group="#first"/>
 
     <revision version="0.5" date="2013-02-16" status="draft"/>
 
diff --git a/help/C/pgp-expiration-change.page b/help/C/pgp-expiration-change.page
index ec47d2b..d34a4dd 100644
--- a/help/C/pgp-expiration-change.page
+++ b/help/C/pgp-expiration-change.page
@@ -4,7 +4,7 @@
       id="pgp-expiration-change">
 
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="pgp-landing#index"/>
 
     <revision pkgversion="3.9" version="0.1" date="2013-07-22" status="review"/>
 
diff --git a/help/C/pgp-expired.page b/help/C/pgp-expired.page
index 2225671..f12d626 100644
--- a/help/C/pgp-expired.page
+++ b/help/C/pgp-expired.page
@@ -4,7 +4,7 @@
       id="pgp-expired">
 
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="pgp-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" version="0.1" date="2013-07-03" status="review"/>
diff --git a/help/C/pgp-landing.page b/help/C/pgp-landing.page
new file mode 100644
index 0000000..110ff83
--- /dev/null
+++ b/help/C/pgp-landing.page
@@ -0,0 +1,31 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="task"
+      id="pgp-landing">
+
+  <info>
+    <link type="guide" xref="index#pgp-keys" group="#first"/>
+    <revision version="0.1" date="2011-10-23" status="stub"/>
+    <revision pkgversion="3.9" date="2013-08-20" status="draft"/>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <credit type="author copyright">
+      <name>Aruna Sankaranarayanan</name>
+      <email its:translate="no">aruna evam gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <desc>A PGP key is a public encryption key. A PGP key can be used to sign
+    and encrypt emails and files. When you create a PGP key, a keypair having a
+    public key and a private key is generated. You can share the public key
+    with anyone who wishes to send you encrypted messages or files, but the
+    private key must be known only to you and used to decrypt received
+    messages.</desc>
+  </info>
+
+  <section id="index">
+    <title>Create and manage PGP key</title>
+  </section>
+
+</page>
diff --git a/help/C/pgp-photoid.page b/help/C/pgp-photoid.page
index 351b8dc..330b928 100644
--- a/help/C/pgp-photoid.page
+++ b/help/C/pgp-photoid.page
@@ -4,7 +4,7 @@
       id="pgp-photoid">
 
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="pgp-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" version="0.1" date="2013-06-24" status="review"/>
diff --git a/help/C/pgp-publish.page b/help/C/pgp-publish.page
index 252136b..01a0b76 100644
--- a/help/C/pgp-publish.page
+++ b/help/C/pgp-publish.page
@@ -4,7 +4,7 @@
       id="pgp-publish">
 
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="pgp-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" version="0.1" date="2013-06-18" status="draft"/>
diff --git a/help/C/pgp-retrieve-remote.page b/help/C/pgp-retrieve-remote.page
index f9e2053..f338733 100644
--- a/help/C/pgp-retrieve-remote.page
+++ b/help/C/pgp-retrieve-remote.page
@@ -1,11 +1,10 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
-
       id="pgp-retrieve-remote">
 
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="pgp-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" version="0.1" date="2013-06-18" status="review"/>
diff --git a/help/C/pgp-sync.page b/help/C/pgp-sync.page
index 600d763..d947bd5 100644
--- a/help/C/pgp-sync.page
+++ b/help/C/pgp-sync.page
@@ -4,7 +4,7 @@
       id="pgp-sync">
 
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="pgp-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" version="0.1" date="2013-07-03" status="review"/>
diff --git a/help/C/pgp-userid.page b/help/C/pgp-userid.page
index 0024e50..7d455ca 100644
--- a/help/C/pgp-userid.page
+++ b/help/C/pgp-userid.page
@@ -3,7 +3,7 @@
       type="guide" style="task"
       id="pgp-userid">
   <info>
-    <link type="guide" xref="index#pgp-keys"/>
+    <link type="guide" xref="pgp-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" version="0.1" date="2013-06-27" status="review"/>


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