[seahorse/mallard-help: 446/473] Change help layout: SSH section



commit 91c9b84ad5a51267dd74f5cdb9295a48d2a907ad
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Tue Aug 20 22:57:36 2013 +0530

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

 help/C/ssh-connect-remote.page  |    2 +-
 help/C/ssh-create-vs-setup.page |    2 +-
 help/C/ssh-create.page          |    2 +-
 help/C/ssh-landing.page         |   31 +++++++++++++++++++++++++++++++
 4 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/help/C/ssh-connect-remote.page b/help/C/ssh-connect-remote.page
index 9d5c30a..b3f9738 100644
--- a/help/C/ssh-connect-remote.page
+++ b/help/C/ssh-connect-remote.page
@@ -3,7 +3,7 @@
       type="topic" style="task"
       id="ssh-connect-remote">
   <info>
-    <link type="guide" xref="index#ssh-keys"/>
+    <link type="guide" xref="ssh-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
 
diff --git a/help/C/ssh-create-vs-setup.page b/help/C/ssh-create-vs-setup.page
index 17539a1..dee396f 100644
--- a/help/C/ssh-create-vs-setup.page
+++ b/help/C/ssh-create-vs-setup.page
@@ -4,7 +4,7 @@
       id="ssh-create-vs-setup">
 
   <info>
-    <link type="guide" xref="index#ssh-keys"/>
+    <link type="guide" xref="ssh-landing#index"/>
 
     <revision version="0.1" date="2011-10-23" status="stub"/>
 
diff --git a/help/C/ssh-create.page b/help/C/ssh-create.page
index 2d2eb97..451a474 100644
--- a/help/C/ssh-create.page
+++ b/help/C/ssh-create.page
@@ -5,7 +5,7 @@
       id="ssh-create">
 
   <info>
-    <link type="guide" xref="index#ssh-keys"/>
+    <link type="guide" xref="ssh-landing#index"/>
 
     <revision version="0.8" date="2013-08-12" status="incomplete"/>
 
diff --git a/help/C/ssh-landing.page b/help/C/ssh-landing.page
new file mode 100644
index 0000000..33b2309
--- /dev/null
+++ b/help/C/ssh-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="ssh-landing">
+
+  <info>
+    <link type="guide" xref="index#ssh-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>Jim Campbell</name>
+      <email its:translate="no">jwcampbell gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <desc>An <em>SSH key</em>, helps you create a secure connection over an
+    unsecured network.  <em>SSH keys</em> are most often used in situations
+    where data security is very important. For example, a system administrator
+    would use an <em>SSH key </em> when connecting to a remote server to
+    perform system updates. A software developer would use an <em>SSH key</em>
+    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]