[bijiben] help: split help on deleting notes, needs work



commit 0bcb4ab2f33b5c4012cd3f4bb4df42e567c19045
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Fri Nov 28 21:44:38 2014 +0000

    help: split help on deleting notes, needs work
    
    The pages don't explain how to get to the Trash view, need to add that
    before they are suitable for final review.

 help/C/{view-trash.page => delete-permanent.page} |   24 +++--------
 help/C/delete-restore.page                        |   45 +++++++++++++++++++++
 help/Makefile.am                                  |    3 +-
 3 files changed, 53 insertions(+), 19 deletions(-)
---
diff --git a/help/C/view-trash.page b/help/C/delete-permanent.page
similarity index 66%
rename from help/C/view-trash.page
rename to help/C/delete-permanent.page
index 64f67b2..0a21395 100644
--- a/help/C/view-trash.page
+++ b/help/C/delete-permanent.page
@@ -1,11 +1,11 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
       type="guide" style="2column task"
-      id="view-trash">
+      id="delete-permanent">
 
   <info>
     <link type="guide" xref="index#delete"/>
-    <revision pkgversion="3.12" date="2014-08-15" status="review"/>
+    <revision pkgversion="3.12" date="2014-11-28" status="review"/>
 
     <credit type="author">
       <name>Shobha Tyagi</name>
@@ -15,26 +15,14 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>View Trash to delete or restore notes.</desc>
+    <desc>Permanently delete notes from the <gui>Trash</gui> view.</desc>
   </info>
 
-  <title>Access trashed notes</title>
+  <title>Empty the Trash</title>
 
-  <p>You can view, restore or delete notes in the <gui>Trash</gui>.</p>
+  <p>You can permanently delete notes from the <gui>Trash</gui>.</p>
 
-  <steps>
-    <title>To restore trashed notes:</title>
-    <item>
-      <p>In the <gui>Trash</gui> view click <gui>Selection mode</gui>
-      button.</p>
-    </item>
-    <item>
-      <p>Select all the notes that you want to restore.</p>
-    </item>
-    <item>
-      <p>Click on <gui style="button">Restore</gui> button.</p>
-    </item>
-  </steps>
+  <!--Where is the Trash view? Explain how to get there.-->
 
   <steps>
     <title>To permanently delete all the notes in Trash:</title>
diff --git a/help/C/delete-restore.page b/help/C/delete-restore.page
new file mode 100644
index 0000000..ff56cfe
--- /dev/null
+++ b/help/C/delete-restore.page
@@ -0,0 +1,45 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="2column task"
+      id="delete-restore">
+
+  <info>
+    <link type="guide" xref="index#delete"/>
+    <revision pkgversion="3.12" date="2014-11-28" status="review"/>
+
+    <credit type="author">
+      <name>Shobha Tyagi</name>
+      <email its:translate="no">tyagishobha gmail com</email>
+      <years>2014</years>
+    </credit>
+    <credit type="editor">
+      <name>Ekaterina Gerasimova</name>
+      <email its:translate="no">kittykat3756 gmail com</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Restore a deleted note.</desc>
+  </info>
+
+  <title>Restore notes</title>
+
+  <p>If you think that you have accidentally deleted a note, you can view and
+  restore it from <gui>Trash</gui></p>
+
+  <steps>
+    <title>To restore trashed notes:</title>
+    <item><!--What is the trash view? Explain how to get there.-->
+      <p>In the <gui>Trash</gui> view, click <gui>Selection mode</gui>
+      button.</p>
+    </item>
+    <item>
+      <p>Select all the notes that you want to restore.</p>
+    </item>
+    <item>
+      <p>Click on <gui style="button">Restore</gui> button.</p>
+    </item>
+  </steps>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index abec753..86db3ff 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -8,6 +8,8 @@ HELP_FILES = \
        create.page \
        cut-copy-paste.page \
        delete.page \
+       delete-permanent.page \
+       delete-restore.page \
        format-list.page \
        format-text.page \
        index.page \
@@ -17,7 +19,6 @@ HELP_FILES = \
        rename.page \
        search.page \
        share.page \
-       view-trash.page \
        legal.xml
 
 HELP_MEDIA = \


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