~ubuntu-branches/ubuntu/wily/gnome-user-docs/wily-proposed

« back to all changes in this revision

Viewing changes to gnome-help/el/net-proxy.page

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-01 06:44:41 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120401064441-kzqieiifcso1lnhe
Tags: 3.4.0-1
* New upstream release.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="net-proxy" xml:lang="el">
 
3
  <info>
 
4
    <link type="guide" xref="net-general"/>
 
5
 
 
6
    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Phil Bull</name>
 
10
      <email>philbull@gmail.com</email>
 
11
    </credit>
 
12
    <credit type="author">
 
13
      <name>Baptiste Mille-Mathias</name>
 
14
      <email>baptistem@gnome.org</email>
 
15
    </credit>
 
16
 
 
17
    <desc>A proxy filters websites that you look at, usually for control or security purposes.</desc>
 
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
19
  </info>
 
20
 
 
21
  <title>Define proxy settings</title>
 
22
 
 
23
 <section id="what">
 
24
  <title>What is a proxy?</title>
 
25
 
 
26
  <p>A <em>web proxy</em> filters websites that you look at, it receipts requests
 
27
  from your web browser to fetches the web pages and their elements, and following
 
28
  a policy will decide to pass them you back. They are commonly used in businesses
 
29
  and at public wireless hotspots to control what websites you can look at, 
 
30
  prevent you from accessing the internet without logging in, or to do security
 
31
  checks on websites.</p>
 
32
 </section>
 
33
 
 
34
 <section id="change">
 
35
  <title>Change proxy method</title>
 
36
  
 
37
  <comment>
 
38
    <cite>Baptiste Mille-Mathias</cite>
 
39
    <p>We should develop the proxy methods, and how they work.</p>
 
40
   </comment>
 
41
  
 
42
  <steps>
 
43
    <item>
 
44
    <p>Click your name on the top bar and select <gui>System Settings</gui>.</p>
 
45
   </item>
 
46
   <item>
 
47
    <p>Open <gui>Network</gui> and choose <gui>Network Proxy</gui> from the list on the left side of the window.</p>
 
48
   </item>
 
49
   <item>
 
50
    <p>Choose which proxy method you want to use among the following methods.</p>
 
51
    <terms>
 
52
     <item>
 
53
      <title>Κανένα</title>
 
54
      <p>The applications will use a direct connection to fetch the content on the web.</p>
 
55
     </item>
 
56
     <item>
 
57
      <title>Manual</title>
 
58
      <p>For each proxied protocol, define the address of a proxy and port for the protocols. 
 
59
      The protocols are <gui>HTTP</gui>, <gui>HTTPS</gui>, <gui>FTP</gui> and <gui>SOCKS</gui>.</p>
 
60
     </item>
 
61
     <item>
 
62
      <title>Automatic</title>
 
63
      <p>An url points to a resource, which contains the appropriate configuration for your system.</p>
 
64
     </item>
 
65
    </terms>
 
66
   </item>
 
67
  </steps>
 
68
  <p>The proxy settings will be applied to applications that use network connection to use the choosen configuration.</p>
 
69
 
 
70
 </section>
 
71
 
 
72
</page>