/usr/share/help/ja/gnome-help/net-proxy.page is in gnome-user-guide 3.14.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="net-proxy" xml:lang="ja">
<info>
<link type="guide" xref="net-general"/>
<revision pkgversion="3.7.1" version="0.2" date="2012-11-16" status="outdated"/>
<revision pkgversion="3.10" date="2013-11-01" status="review"/>
<credit type="author">
<name>Phil Bull</name>
<email its:translate="no">philbull@gmail.com</email>
</credit>
<credit type="author">
<name>Baptiste Mille-Mathias</name>
<email its:translate="no">baptistem@gnome.org</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email its:translate="no">mdhillca@gmail.com</email>
</credit>
<credit type="editor">
<name>Ekaterina Gerasimova</name>
<email its:translate="no">kittykat3756@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>A proxy is an intermediary for web traffic, it can be used for accessing web services anonymously, for control or security purposes.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>松澤 二郎</mal:name>
<mal:email>jmatsuzawa@gnome.org</mal:email>
<mal:years>2011, 2012, 2013, 2014</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>赤星 柔充</mal:name>
<mal:email>yasumichi@vinelinux.org</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Kentaro KAZUHAMA</mal:name>
<mal:email>kazken3@gmail.com</mal:email>
<mal:years>2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Shushi Kurose</mal:name>
<mal:email>md81bird@hitaki.net</mal:email>
<mal:years>2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Noriko Mizumoto</mal:name>
<mal:email>noriko@fedoraproject.org</mal:email>
<mal:years>2013, 2014</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>坂本 貴史</mal:name>
<mal:email>o-takashi@sakamocchi.jp</mal:email>
<mal:years>2013, 2014</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>日本GNOMEユーザー会</mal:name>
<mal:email>http://www.gnome.gr.jp/</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
</info>
<title>プロキシ設定の定義</title>
<section id="what">
<title>プロキシとは</title>
<p>閲覧する web サイトにフィルターをかけるのが <em>web プロキシ</em>です。web ブラウザーからの要求を受け web ページとそのエレメントを読み込み、ポリシーによってユーザーに渡すかが決定されます。ユーザーが閲覧する web サイトを管理、ログインしないユーザーによるインターネットアクセスを阻止、web サイトでのセキュリティチェックを行う目的でビジネスや公衆無線 LAN アクセスポイントなどでよく使用されています。</p>
</section>
<section id="change">
<title>プロキシのメソッドを変更</title>
<steps>
<item>
<p><gui xref="shell-terminology">アクティビティ</gui>画面を開き、<gui>Network</gui> と入力します。</p>
</item>
<item>
<p><gui>ネットワーク</gui>を選択して設定パネルを開きます。</p>
</item>
<item>
<p>Select <gui>Network proxy</gui> from the list on the left.</p>
</item>
<item>
<p>Choose which proxy method you want to use from:</p>
<terms>
<item>
<title>なし</title>
<p>The applications will use a direct connection to fetch the content
from the web.</p>
</item>
<item>
<title>手動</title>
<p>プロキシ設定している各プロトコルに対して、プロキシのアドレスとプロトコルのポートを定義します。プロトコルとは、<gui>HTTP</gui>、<gui>HTTPS</gui>、<gui>FTP</gui>、<gui>SOCKS</gui>になります。</p>
</item>
<item>
<title>自動</title>
<p>A URL pointing to a resource, which contains the appropriate
configuration for your system.</p>
</item>
</terms>
</item>
</steps>
<p>Applications that use the network connection will use your specified proxy
settings.</p>
</section>
</page>
|