diff options
author | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-07-01 01:40:38 +0800 |
---|---|---|
committer | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-07-01 01:40:38 +0800 |
commit | b0117d196fea36d7318b2927f5d287d3fccf68a9 (patch) | |
tree | b8e839e64caa78e628436fa32153d12cb3df4b21 /help/C | |
parent | ba20ad22a1225e2236a67dcc67ff993227a393d8 (diff) | |
download | gsoc2013-epiphany-b0117d196fea36d7318b2927f5d287d3fccf68a9.tar gsoc2013-epiphany-b0117d196fea36d7318b2927f5d287d3fccf68a9.tar.gz gsoc2013-epiphany-b0117d196fea36d7318b2927f5d287d3fccf68a9.tar.bz2 gsoc2013-epiphany-b0117d196fea36d7318b2927f5d287d3fccf68a9.tar.lz gsoc2013-epiphany-b0117d196fea36d7318b2927f5d287d3fccf68a9.tar.xz gsoc2013-epiphany-b0117d196fea36d7318b2927f5d287d3fccf68a9.tar.zst gsoc2013-epiphany-b0117d196fea36d7318b2927f5d287d3fccf68a9.zip |
Add help about browser history
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/history-delete.page | 51 | ||||
-rw-r--r-- | help/C/history.page | 23 |
2 files changed, 65 insertions, 9 deletions
diff --git a/help/C/history-delete.page b/help/C/history-delete.page new file mode 100644 index 000000000..4d6119339 --- /dev/null +++ b/help/C/history-delete.page @@ -0,0 +1,51 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" style="task" + id="history-delete"> + + <info> + <link type="guide" xref="index#start"/> + <revision pkgversion="3.10" date="2013-06-30" status="review"/> + + <credit type="author copyright"> + <name>Ekaterina Gerasimova</name> + <email its:translate="no">kittykat3756@gmail.com</email> + <years>2013</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>How do I delete one or more web pages from my browsing history?</desc> + </info> + + <title>Clear browsing history</title> + + <p>You may sometimes wish to delete your browsing history, for example to + remove items that you do not want to see in your search results. You can + delete one result, all results from one website or your whole history.</p> + + <steps> + <item> + <p>Open + <guiseq><gui style="menu">Web</gui><gui style="menuitem">History</gui></guiseq>.</p> + </item> + <item> + <p>Select the web pages that you wish to delete from your history.</p> + </item> + <item> + <p>Select + <guiseq><gui style="menu">Edit</gui><gui style="menuitem">Delete</gui></guiseq> + to permanently delete the selected items.</p> + </item> + </steps> + + <p>You can also delete all of your history by selecting + <guiseq><gui style="menu">Edit</gui><gui style="menuitem">Clear + History</gui></guiseq>.</p> + +</page> diff --git a/help/C/history.page b/help/C/history.page index 549c72e13..17bafa503 100644 --- a/help/C/history.page +++ b/help/C/history.page @@ -5,28 +5,33 @@ <info> <link type="guide" xref="index#start"/> - <revision pkgversion="3.9" version="0.1" date="2013-04-12" status="stub"/> + <link type="seealso" xref="history-delete"/> + <revision pkgversion="3.10" date="2013-06-30" status="review"/> <credit type="author copyright"> - <name></name> - <email its:translate="no"></email> - <years></years> + <name>Ekaterina Gerasimova</name> + <email its:translate="no">kittykat3756@gmail.com</email> + <years>2013</years> </credit> - <credit type="copyright editor"> +<!-- <credit type="copyright editor"> <name></name> <email its:translate="no"></email> <years></years> - </credit> + </credit>--> <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> - <desc></desc> + <desc>Why do I see a list of web pages when I start typing in the address bar?</desc> </info> <title>Browsing history</title> - <p></p> + <p>Your browsing history, the web pages that you have visited, is + automatically saved so that it is quicker for you to find pages that you have + already visited.</p> - <p></p> + <p>To <em>search your history</em>, start typing your search term into the + address bar, then click on the correct result once you see it. The page title + and URL will be searched, but the content will not be searched.</p> </page> |