~ubuntu-branches/ubuntu/quantal/gnome-user-docs/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-23 14:38:11 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120223143811-wyn109rglrbx3mnr
Tags: 3.3.1-0ubuntu1
* New upstream release.
* debian/watch: Watch for unstable releases

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="ja">
 
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
  
 
20
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
21
      <mal:name>松澤 二郎</mal:name>
 
22
      <mal:email>jmatsuzawa@src.gnome.org</mal:email>
 
23
      <mal:years>2011, 2012</mal:years>
 
24
    </mal:credit>
 
25
  
 
26
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
27
      <mal:name>赤星 柔充</mal:name>
 
28
      <mal:email>yasumichi@vinelinux.org</mal:email>
 
29
      <mal:years>2011, 2012</mal:years>
 
30
    </mal:credit>
 
31
  
 
32
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
33
      <mal:name>日本GNOMEユーザー会</mal:name>
 
34
      <mal:email>http://www.gnome.gr.jp/</mal:email>
 
35
      <mal:years>2011, 2012</mal:years>
 
36
    </mal:credit>
 
37
  </info>
 
38
 
 
39
  <title>Define proxy settings</title>
 
40
 
 
41
 <section id="what">
 
42
  <title>What is a proxy?</title>
 
43
 
 
44
  <p>A <em>web proxy</em> filters websites that you look at, it receipts requests
 
45
  from your web browser to fetches the web pages and their elements, and following
 
46
  a policy will decide to pass them you back. They are commonly used in businesses
 
47
  and at public wireless hotspots to control what websites you can look at, 
 
48
  prevent you from accessing the internet without logging-in, or to do security 
 
49
  checks on websites.</p>
 
50
 </section>
 
51
 
 
52
 <section id="change">
 
53
  <title>Change proxy method</title>
 
54
  
 
55
  <comment>
 
56
    <cite>Baptiste Mille-Mathias</cite>
 
57
    <p>We should develop the proxy methods, and how they work.</p>
 
58
   </comment>
 
59
  
 
60
  <steps>
 
61
    <item>
 
62
    <p>トップバーにあるユーザー名をクリックし、<gui>システム設定</gui>を選択します。</p>
 
63
   </item>
 
64
   <item>
 
65
    <p>Open <gui>Network</gui> and choose <gui>Network Proxy</gui> from the list on the left side of the window.</p>
 
66
   </item>
 
67
   <item>
 
68
    <p>Choose which proxy method you want to use among the following methods.</p>
 
69
    <terms>
 
70
     <item>
 
71
      <title>None</title>
 
72
      <p>The applications will use a direct connection to fetch the content on the web.</p>
 
73
     </item>
 
74
     <item>
 
75
      <title>Manual</title>
 
76
      <p>For each proxied protocol, define the address of a proxy and port for the protocols. 
 
77
      The protocols are <gui>HTTP</gui>, <gui>HTTPS</gui>, <gui>FTP</gui> and <gui>SOCKS</gui>.</p>
 
78
     </item>
 
79
     <item>
 
80
      <title>Automatic</title>
 
81
      <p>An url points to a resource, which contains the appropriate configuration for your system.</p>
 
82
     </item>
 
83
    </terms>
 
84
   </item>
 
85
  </steps>
 
86
  <p>The proxy settings will be applied to applications that use network connection to use the choosen configuration.</p>
 
87
 
 
88
 </section>
 
89
 
 
90
</page>