[epiphany] help: add a page about tabs, bug 705585



commit 4f9a7ef36c77cdfef7dc45b2e6359c70518d9b79
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Tue Dec 2 21:48:09 2014 +0000

    help: add a page about tabs, bug 705585
    
    Tabs are important, so better to have a separate page about them.

 help/C/browse-tab.page |   43 +++++++++++++++++++++++++++++++++++++++++++
 help/C/browse-web.page |   21 +++++++++++++--------
 help/Makefile.am       |    1 +
 3 files changed, 57 insertions(+), 8 deletions(-)
---
diff --git a/help/C/browse-tab.page b/help/C/browse-tab.page
new file mode 100644
index 0000000..992a1ed
--- /dev/null
+++ b/help/C/browse-tab.page
@@ -0,0 +1,43 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="browse-tab">
+
+  <info>
+    <link type="guide" xref="index#start" />
+    <link type="seealso" xref="browse-private" />
+    <link type="seealso" xref="browse-web" />
+    <revision pkgversion="3.14" date="2014-12-02" status="review"/>
+
+    <credit type="author copyright">
+      <name>Ekaterina Gerasimova</name>
+      <email its:translate="no">kittykat3756 gmail com</email>
+      <years>2014</years>
+    </credit>
+<!--    <credit type="copyright editor">
+      <name></name>
+      <email its:translate="no"></email>
+      <years></years>
+    </credit>-->
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Open another web page in a new tab in the same window.</desc>
+  </info>
+
+  <title>Open a new tab</title>
+
+  <include href="browse-web.page"
+           xpointer="xpointer(/*/*[ xml:id='tabs'])"
+           xmlns="http://www.w3.org/2001/XInclude"/>
+
+
+  <p xml:id="tabs-alt">You can also use the
+  <keyseq><key>Ctrl</key><key>T</key></keyseq> keyboard shortcut to open a new
+  tab or the new tab button in the top-left of the window.</p>
+
+  <include href="browse-web.page"
+           xpointer="xpointer(/*/*[ xml:id='tabs-link'])"
+           xmlns="http://www.w3.org/2001/XInclude"/>
+
+</page>
diff --git a/help/C/browse-web.page b/help/C/browse-web.page
index ef3637b..78a419b 100644
--- a/help/C/browse-web.page
+++ b/help/C/browse-web.page
@@ -8,11 +8,12 @@
     <link type="seealso" xref="browse-private" />
     <link type="seealso" xref="browse-local" />
     <revision pkgversion="3.9" date="2013-06-30" status="incomplete"/>
+    <revision pkgversion="3.15" date="2014-12-02" status="review"/>
 
     <credit type="author copyright">
       <name>Ekaterina Gerasimova</name>
       <email its:translate="no">kittykat3756 gmail com</email>
-      <years>2013</years>
+      <years>2013, 2014</years>
     </credit>
 <!--    <credit type="copyright editor">
       <name></name>
@@ -41,15 +42,19 @@
     </item>
   </steps>
 
-  <p>When you first start up <app>Web</app>, you will not be shown any tabs.
-  <em>Tabs</em> are used to view more than one web page in one window. To
-  <em>open a new tab</em>, select the menu at the top-right of the screen, then
-  <guiseq><!--<gui style="menu">**gear**</gui>--><gui style="menuitem">New Tab</gui></guiseq>.
-  Once the new tab is open, you can use it as you would normally use a new
+  <p xml:id="tabs"><em>Tabs</em> are used to view more than one web page in one
+  window. When you first start up <app>Web</app>, you will not be shown any
+  tabs. To <em>open a new tab</em>, press the menu button at the top-right of
+  the screen, then <guiseq><gui style="menuitem">New Tab</gui></guiseq>. Once
+  the new tab is open, you can use it as you would normally use a new
   window.</p>
 
-  <p>You can also <em>open a link in a new tab</em>. Right click on the link,
-  then select <gui style="menuitem">Open Link in New Tab</gui> or use the
+  <p xml:id="tabs-alt">You can also use the
+  <keyseq><key>Ctrl</key><key>T</key></keyseq> keyboard shortcut to open a new
+  tab or the new tab button in the top-left of the window.</p>
+
+  <p xml:id="tabs-link">To <em>open a link in a new tab</em>, right click on the
+  link, then select <gui style="menuitem">Open Link in New Tab</gui> or use the
   middle mouse button to click on the link.</p>
 
 </page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 5c0088b..ed080dd 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,6 +14,7 @@ HELP_FILES = \
        bookmark-topic.page \
        browse-local.page \
        browse-private.page \
+       browse-tab.page \
        browse-web.page \
        browse-webapps.page \
        cookies.xml \


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