[seahorse/wip/userdocs: 114/218] help: initial commit of basic seahorse task stubs.



commit b45c7b845a7ee43734a3179ee791783896a52f39
Author: Jim Campbell <jwcampbell gmail com>
Date:   Fri Jun 17 14:11:33 2011 -0500

    help: initial commit of basic seahorse task stubs.
    
    Linking not yet established.

 create-pgp-key.page                    |   32 ++++++++++++++++++++++++++++++++
 create-ssh-key.page                    |   32 ++++++++++++++++++++++++++++++++
 email-digitally-sign.page              |   32 ++++++++++++++++++++++++++++++++
 email-encrypt.page                     |   32 ++++++++++++++++++++++++++++++++
 import-existing-keys.page              |   32 ++++++++++++++++++++++++++++++++
 index.page                             |   23 +++++++++++++++++++++++
 passwords-control-access.page          |   32 ++++++++++++++++++++++++++++++++
 passwords-update-keyring-password.page |   32 ++++++++++++++++++++++++++++++++
 passwords-view.page                    |   32 ++++++++++++++++++++++++++++++++
 ssh-login.page                         |   32 ++++++++++++++++++++++++++++++++
 10 files changed, 311 insertions(+), 0 deletions(-)
---
diff --git a/create-pgp-key.page b/create-pgp-key.page
new file mode 100644
index 0000000..c375ea2
--- /dev/null
+++ b/create-pgp-key.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="create-pgp-key">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Create a new PGP key</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/create-ssh-key.page b/create-ssh-key.page
new file mode 100644
index 0000000..695309a
--- /dev/null
+++ b/create-ssh-key.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="create-ssh-key">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Create a new SSH key</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/email-digitally-sign.page b/email-digitally-sign.page
new file mode 100644
index 0000000..75dd748
--- /dev/null
+++ b/email-digitally-sign.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="email-digitally-sign">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Use your encryption keys to digitally sign email</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/email-encrypt.page b/email-encrypt.page
new file mode 100644
index 0000000..88c3b63
--- /dev/null
+++ b/email-encrypt.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="email-encrypt">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Use your encryption keys to encrypt your email messages</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/import-existing-keys.page b/import-existing-keys.page
new file mode 100644
index 0000000..c616e23
--- /dev/null
+++ b/import-existing-keys.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="import-existing-keys">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Import an existing PGP or SSH key</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/index.page b/index.page
new file mode 100644
index 0000000..cebc402
--- /dev/null
+++ b/index.page
@@ -0,0 +1,23 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="index">
+  <info>
+    <title type="link">Seahorse Encryption Key Manager</title>
+    <title type="text">Seahorse Encryption Key Manager</title>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Seahorse Encryption Key Manager</desc>
+  </info>
+
+  <title>Seahorse Encryption Key Manager</title>
+
+  <p>Welcome to the <app>Seahorse</app> help guide.</p>
+
+
+</page>
diff --git a/passwords-control-access.page b/passwords-control-access.page
new file mode 100644
index 0000000..cce7bc8
--- /dev/null
+++ b/passwords-control-access.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="passwords-control-access">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Control which applications can store and access your passwords.</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/passwords-update-keyring-password.page b/passwords-update-keyring-password.page
new file mode 100644
index 0000000..2c0cfe1
--- /dev/null
+++ b/passwords-update-keyring-password.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="passwords-update-keyring-password">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Update the keyring password</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/passwords-view.page b/passwords-view.page
new file mode 100644
index 0000000..475010f
--- /dev/null
+++ b/passwords-view.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="passwords-view">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>View passwords that are stored by Seahorse</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/ssh-login.page b/ssh-login.page
new file mode 100644
index 0000000..438540e
--- /dev/null
+++ b/ssh-login.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="ssh-login">
+  <info>
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Use an SSH key to login to another computer without a password</title>
+
+  <comment>
+    <cite date="2011-06-17" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>


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