[easytag] Split file selection help off to a separate page



commit 887344f32e9c0697bdb6861385b5ae12ce7ca515
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sun Oct 6 21:05:09 2013 +0100

    Split file selection help off to a separate page

 help/C/file-rename.page |    8 ++------
 help/C/file-select.page |   29 +++++++++++++++++++++++++++++
 help/Makefile.am        |    1 +
 3 files changed, 32 insertions(+), 6 deletions(-)
---
diff --git a/help/C/file-rename.page b/help/C/file-rename.page
index e8f39b7..923198a 100644
--- a/help/C/file-rename.page
+++ b/help/C/file-rename.page
@@ -23,12 +23,8 @@
 
   <steps>
     <item>
-      <!-- TODO: split off the selection instructions -->
-      <p>Select the files that you wish to rename in the file view. To select
-      multiple files, you can either hold down <key>Ctrl</key> while you click
-      on the files that you wish to select or you can select a file then hold
-      down <key>Shift</key> and click another file to select all the files
-      between the two, including the first and last file.</p>
+      <p><link xref="file-select">Select the files</link> that you wish to
+      rename in the file view.</p>
     </item>
     <item>
       <p>Select <guiseq><gui style="menu">Scanner</gui>
diff --git a/help/C/file-select.page b/help/C/file-select.page
new file mode 100644
index 0000000..48fd357
--- /dev/null
+++ b/help/C/file-select.page
@@ -0,0 +1,29 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="guide"
+      id="file-select">
+
+  <info>
+    <link type="guide" style="2column" xref="index#main"/>
+    <revision pkgversion="2.1.9" date="2013-10-06" status="draft" />
+
+    <credit type="author">
+      <name>Ekaterina Gerasimova</name>
+      <email its:translate="no">kittykat3756 gmail com</email>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Choose files in the file list</desc>
+  </info>
+
+  <title>Select files</title>
+
+  <p><app>EasyTAG</app> has several features which operate on the files that
+  are currently selected in the file list. To select multiple files, you can
+  either hold down <key>Ctrl</key> while you click on the files that you wish
+  to select or you can select a file then hold down <key>Shift</key> and click
+  another file to select all the files between the two, including the first and
+  last file.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index b817e2a..dc03975 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -4,6 +4,7 @@ HELP_ID = easytag
 
 HELP_FILES = \
        file-rename.page \
+       file-select.page \
        format-specifier.page \
        image-delete.page \
        image-export.page \


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