[bijiben] help: Review create (note) page



commit 29516e17b1c7a0286578533183400c3e4a5fe071
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sat May 4 10:32:21 2013 +0100

    help: Review create (note) page
    
    Add revision information. Expand on the description. Change style of the
    title to use singular. Use capitalisation that is consistent with other
    help. Use preferred indentation.

 help/C/bjb-create.page |   24 ------------------------
 help/C/create.page     |   43 +++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am       |    2 +-
 3 files changed, 44 insertions(+), 25 deletions(-)
---
diff --git a/help/C/create.page b/help/C/create.page
new file mode 100644
index 0000000..9adb879
--- /dev/null
+++ b/help/C/create.page
@@ -0,0 +1,43 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="2column task"
+      id="create">
+
+  <info>
+    <link type="guide" xref="index#create"/>
+    <revision pkgversion="3.8" date="2013-04-29" status="review"/>
+
+    <credit type="author">
+      <name>Pierre-Yves Luyten</name>
+      <years>2012</years>
+    </credit>
+    <credit type="editor">
+      <name>Ekaterina Gerasimova</name>
+      <email its:translate="no">kittykat3756 gmail com</email>
+      <years>2013</years>
+    </credit>
+
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Create a new note from scratch, using some text from another application or from another 
note.</desc>
+  </info>
+
+  <title>Create a note</title>
+
+  <p>You can create a new note in three different ways:</p>
+  <list>
+    <item>
+      <p>Press <gui style="button">New</gui> button to create a blank note.</p>
+    </item>
+    <item>
+      <p>Drag and drop text to the <em>notes view</em> to create a note
+      containing this text.</p>
+    </item>
+    <item>
+      <p>Open a note, select some text and click on the link icon to create a
+      note containing this text.</p>
+    </item>
+  </list>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 6ec73ba..1d7e495 100755
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,7 +7,7 @@ HELP_LINGUAS =
 
 HELP_FILES = \
        bjb-colours.page \
-       bjb-create.page \
+       create.page \
        bjb-delete.page \
        bjb-editor.page \
        bjb-find.page \


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