~ubuntu-branches/ubuntu/vivid/ubuntu-kylin-docs/vivid

« back to all changes in this revision

Viewing changes to ubuntu-kylin-help/C/net-proxy.page

  • Committer: Package Import Robot
  • Author(s): Lei Luo
  • Date: 2014-04-10 14:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20140410145812-9mfgq3xleqy0l89f
Tags: 14.04.3

* Add "Replaces" field in debian control file to automatically remove
  ubuntu-docs before installation.
* Merge ubuntu-docs changes.
* Update zh_CN tranlation.

Show diffs side-by-side

added added

removed removed

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