diff options
author | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2014-11-26 22:33:44 +0000 |
---|---|---|
committer | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2014-11-26 22:33:44 +0000 |
commit | 34cc4b0162752735c08461e970b3b6bbd560b50b (patch) | |
tree | 3acf047fb066e05a68eb04ef8655aefd2dd31e03 | |
parent | eced17dbf2d704ab015783f9a29e53a4b3162150 (diff) | |
download | epiphany-34cc4b0162752735c08461e970b3b6bbd560b50b.tar.gz |
help: add link to gnome-help for proxy, bug 604194
-rw-r--r-- | help/C/proxy.page | 28 | ||||
-rw-r--r-- | help/Makefile.am | 3 |
2 files changed, 30 insertions, 1 deletions
diff --git a/help/C/proxy.page b/help/C/proxy.page new file mode 100644 index 000000000..eebdf1688 --- /dev/null +++ b/help/C/proxy.page @@ -0,0 +1,28 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" style="task" + id="proxy"> + + <info> + <link type="guide" xref="index#privacy"/> + <link type="guide" xref="pref"/> + <revision pkgversion="3.15" date="2014-11-26" status="review"/> + + <credit type="author copyright"> + <name>Ekaterina Gerasimova</name> + <email its:translate="no">kittykat3756@gmail.com</email> + <years>2014</years> + </credit> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> + + <desc>Anonymize your web browsing by using a web proxy.</desc> + </info> + + <title>Use a proxy</title> + + <p>You can use a proxy server for browsing the web. To use a web proxy when + browsing, you need to <link href="help:gnome-help#net-proxy">set it up in the + GNOME <gui>Network</gui> settings panel</link>.</p> + +</page> diff --git a/help/Makefile.am b/help/Makefile.am index 1477a062d..5c0088b5b 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -29,7 +29,8 @@ HELP_FILES = \ pref-do-not-track.page \ pref-font.page \ pref-passwords.page \ - prob-restore-closed-page.page + prob-restore-closed-page.page \ + proxy.page HELP_MEDIA = \ media/epiphany-3-12.png \ |