[file-roller] Added help pages for 'Troubleshhoting' section



commit 6339f232950d749049de5da75faae23fa37d4971
Author: Marta Bogdanowicz <majus85 gmail com>
Date:   Tue Jan 3 15:27:47 2012 +0100

    Added help pages for 'Troubleshhoting' section
    
    Added two pages for 'Troubleshooting' section. Edited index.page
    and Makefile.am

 help/C/index.page                        |   10 ++------
 help/C/troubleshooting-archive-open.page |   32 ++++++++++++++++++++++++++++++
 help/C/troubleshooting-password.page     |   25 +++++++++++++++++++++++
 help/Makefile.am                         |    4 ++-
 4 files changed, 63 insertions(+), 8 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index fd2236b..dcea1c2 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -12,12 +12,8 @@
     <title>Advanced options</title>
   </section>
 
-<!--  <section id="troubleshooting" style="2column">-->
-<!--    <title>Troubleshooting</title>-->
-<!--  </section>-->
-
-<!--  <section id="tools" style="2column">-->
-<!--    <title>Other tools</title>-->
-<!--  </section>-->
+  <section id="troubleshooting" style="2column">
+    <title>Troubleshooting</title>
+  </section>
 
 </page>
diff --git a/help/C/troubleshooting-archive-open.page b/help/C/troubleshooting-archive-open.page
new file mode 100644
index 0000000..e981f5e
--- /dev/null
+++ b/help/C/troubleshooting-archive-open.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="troubleshooting-archive-open">
+
+  <info>
+    <link type="guide" xref="index#troubleshooting"/>
+    <link type="seealso" xref="archive-open"/>
+    <link type="seealso" xref="supported-formats"/>
+    <desc>I cannot open an archive.</desc>
+    <credit type="author">
+      <name>Marta Bogdanowicz</name>
+      <email>majus85 gmail com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>Problem opening an archive</title>
+
+  <p>If you cannot open an existing archive with <app>File Roller</app>, check
+  the format of your file. Some types of archive may require additional plugins,
+  the installation process for these varies between different distributions.</p>
+
+    <note>
+      <p>If <app>File Roller</app> cannot open a recently used archive, it may
+      be that the location of this archive file has changed. See the help page
+      about <link xref="archive-open">opening an archive</link> for further
+      information.</p>
+    </note>
+
+</page>
diff --git a/help/C/troubleshooting-password.page b/help/C/troubleshooting-password.page
new file mode 100644
index 0000000..afa80d0
--- /dev/null
+++ b/help/C/troubleshooting-password.page
@@ -0,0 +1,25 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="troubleshooting-password">
+
+  <info>
+    <link type="guide" xref="index#troubleshooting"/>
+    <link type="seealso" xref="password-protection"/>
+    <desc>I have set a password, but it does not protect the whole archive.</desc>
+    <credit type="author">
+      <name>Marta Bogdanowicz</name>
+      <email>majus85 gmail com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>Problem setting a password</title>
+
+  <p><app>File Roller</app> does not ensure password protection for an existing
+  archive. While working with such an archive, you can only set a password for
+  newly added files. To do this, follow instructions on
+  <link xref="password-protection">Password protection</link> page.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 585b1cc..03bdc38 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -22,7 +22,9 @@ DOC_PAGES = \
 	keyboard-shortcuts.page \
 	password-protection.page \
 	supported-formats.page \
-	test-integrity.page
+	test-integrity.page \
+	troubleshooting-archive-open.page \
+	troubleshooting-password.page
 
 DOC_LINGUAS = bg ca cs da de el en_GB es eu fi fr it ja oc nl ru sl sv te vi uk zh_CN zh_HK zh_TW
 



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