[seahorse/wip/userdocs: 127/420] New introduction page.



commit 7ed07f050002ac312340b299e36382dbbe7bc577
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Mon Aug 12 21:54:45 2013 +0530

    New introduction page.
    
    Renamed introduction.page->glossary.page
    Moved the welcome message from index.page to introduction.page

 help/C/glossary.page     |   68 ++++++++++++++++++++++++++++++++++++++++++++++
 help/C/introduction.page |   62 +++++++++++++++---------------------------
 2 files changed, 90 insertions(+), 40 deletions(-)
---
diff --git a/help/C/glossary.page b/help/C/glossary.page
new file mode 100644
index 0000000..4062d3a
--- /dev/null
+++ b/help/C/glossary.page
@@ -0,0 +1,68 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="glossary">
+
+  <info>
+    <link type="guide" xref="index"/>
+
+    <revision pkgversion="3.8" date="2013-02-26" status="stub"/>
+    <revision pkgversion="3.9" version="0.1" date="2013-06-13" status="review"/>
+
+    <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 glossary of the basic terms used in this help.</desc>
+  </info>
+
+  <title>Introduction</title>
+
+  <p><app>Passwords and Keys</app> helps you to generate and manage tokens that
+  can be used to protect your files and communication. Some basic terms you
+  will encounter while reading this help are:</p>
+
+  <terms>
+    <item>
+      <title>Encryption</title>
+       <p>Encryption is the process of making your important files and data
+       unreadable to anyone but the intended recipient. When you encrypt your
+       data, it becomes a scrambled sequence of numbers and letters.
+       Encryption is done by someone who is sending a protected file, or
+       sending a message in a protected conversation.</p>
+    </item>
+    <item>
+      <title>Algorithm</title>
+        <p>An algorithm is a sequence of steps used to encrypt or decrypt
+       your data.</p>
+    </item>
+    <item>
+      <title>Decryption</title>
+       <p>Decryption is the process of retrieving the original text from the
+       encrypted message or file. It is done by the receiver of the protected
+       file or communication. Encrypted messages cannot be understood without
+       decrypting them first.</p>
+    </item>
+    <item>
+      <title>Plaintext</title>
+        <p>Any data or file that is not encrypted, and therefore understood by
+       anyone who can access it, is called plaintext.</p>
+    </item>
+    <item>
+      <title>Key</title>
+       <p>A key is used to encrypt and decrypt files and communication. A key
+       may also be used to login to a remote computer. Some types of keys are
+       <link xref="what-is-pgp-key">PGP keys</link> and
+       <link xref="what-is-ssh-key">SSH keys</link>.</p>
+    </item>
+    <item>
+      <title>Keyring</title>
+        <p>A keyring is a collection of passwords or keys.</p>
+    </item>
+  </terms>
+
+</page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
index e6c8273..a0ab3bd 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -4,10 +4,10 @@
       id="introduction">
 
   <info>
-    <link type="guide" xref="index"/>
+    <link type="guide" xref="index" group="#first"/>
 
-    <revision pkgversion="3.8" date="2013-02-26" status="stub"/>
-    <revision pkgversion="3.9" version="0.1" date="2013-06-13" status="review"/>
+    <revision version="0.1" date="2011-10-23" status="stub"/>
+    <revision pkgversion="3.9" version="0.1" date="2013-06-24" status="review"/>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
@@ -17,52 +17,34 @@
       <years>2013</years>
     </credit>
 
-    <desc>A glossary of the basic terms used in this help.</desc>
+    <desc><app>Passwords and Keys</app> helps you to create and manage PGP and
+    SSH keys. You can also use it to store passwords that are hard to
+    remember.</desc>
   </info>
 
-  <title>Introduction</title>
 
-  <p><app>Passwords and Keys</app> helps you to generate and manage tokens that
-  can be used to protect your files and communication. Some basic terms you
-  will encounter while reading this help are:</p>
+  <title>Why should I use <app>Passwords and keys</app></title>
 
-  <terms>
-    <item>
-      <title>Encryption</title>
-       <p>Encryption is the process of making your important files and data
-       unreadable to anyone but the intended recipient. When you encrypt your
-       data, it becomes a scrambled sequence of numbers and letters.
-       Encryption is done by someone who is sending a protected file, or
-       sending a message in a protected conversation.</p>
-    </item>
-    <item>
-      <title>Algorithm</title>
-        <p>An algorithm is a sequence of steps used to encrypt or decrypt
-       your data.</p>
-    </item>
-    <item>
-      <title>Decryption</title>
-       <p>Decryption is the process of retrieving the original text from the
-       encrypted message or file. It is done by the receiver of the protected
-       file or communication. Encrypted messages cannot be understood without
-       decrypting them first.</p>
-    </item>
+  <p>Welcome to the <app>Passwords and Keys</app> help guide.
+  <app>Passwords and Keys</app> creates and stores security tokens, helping to
+  keep your information secure on your computer, and secure when you send
+  information over a network.</p>
+
+  <p>Using <app>Passwords and Keys</app>, you can:</p>
+
+  <list>
     <item>
-      <title>Plaintext</title>
-        <p>Any data or file that is not encrypted, and therefore understood by
-       anyone who can access it, is called plaintext.</p>
+      <p><link xref="pgp-create">Create</link> and manage PGP keys.</p>
     </item>
     <item>
-      <title>Key</title>
-       <p>A key is used to encrypt and decrypt files and communication. A key
-       may also be used to login to a remote computer. Some types of keys are
-       <link xref="what-is-pgp-key">PGP keys</link> and
-       <link xref="what-is-ssh-key">SSH keys</link>.</p>
+      <p><link xref="ssh-create">Create</link> and manage SSH keys.</p>
     </item>
     <item>
-      <title>Keyring</title>
-        <p>A keyring is a collection of passwords or keys.</p>
+      <p><link xref="passwords-stored-new-create">Store</link> passwords that
+      are difficult to remember. You can also
+      <link xref="passwords-keyring-create">create keyrings</link> to group
+      related passwords.</p>
     </item>
-  </terms>
+  </list>
 
 </page>


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