source: branches/2.0/language/ja_JP/help/site_manager.html @ 3265

Last change on this file since 3265 was 3265, checked in by ddtddt, 15 years ago

Add ja_PA pack thanks to Mits

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1<h2>リモートサイト</h2>
2
3<p>Piwigoでは、イメージを保存して、あなたのギャラリーを構成するため、
4複数のサーバを使用することができます。 これは、ギャラリーがインストールされているサーバのディスクスペースが限られていて、
5あなたが大量のイメージを表示したい場合、有用です。</p>
6
7<ol>
8
9  <li><code>$conf['prefix_thumbnail']</code> または <code>$conf['use_exif']</code></li>のようなパラメータセクションを変更することで、
10  ファイル<span class="filename">tools/create_listing_file.php</span>を編集してください。
11
12  <li>修正済みファイル<span class="filename">tools/create_listing_file.php</span>
13  あなたのカテゴリのディレクトリ (このウェブサイトのディレクトリ<span class="filename">galleries</span> )と
14  同じ遠隔サーバのディレクトリにFTPでアップロードしてください。
15  例えば、あなたが<span class="filename">http://example.com/galleries/create_listing_file.php</span>にアクセスできるようにします。</li>
16
17  <li><span class="pwgScreen">管理パネル > カテゴリ > サイトマネージャ</span>」に移動してください。
18  例えば、<span class="filename">http://example.com/galleries</span>のようなサイトを作成してください。</li>
19
20  <li>新しいリモートサイトが作成されます。あなたは、次の4つの処理を実行できます :
21
22    <ol>
23
24      <li><strong>一覧の作成</strong> : 遠隔ファイル一覧を作成するリクエストを送信できます。</li>
25
26      <li><strong>同期化</strong> : 遠隔サイトの<span class="filename">listing.xml</span>ファイルを読んで、
27      データベース情報と同期化できます。</li>
28
29      <li><strong>クリーン</strong> : 遠隔サイトの<span class="filename">listing.xml</span>ファイルを削除できます。</li>
30
31      <li><strong>削除</strong> : データベース内のサイト (および、すべての関連カテゴリおよびエレメント) をデータベースから削除できます。</li>
32
33    </ol>
34  </li>
35</ol>
36
37<!-- <p>You can do all this by hand by generating yourself the <span
38class="filename">listing.xml</span> file, moving it from your distant server
39to you local Piwigo root directory and opening the remote site
40management screen : Piwigo will propose you to use the found
41listing.xml file.</p>-->
Note: See TracBrowser for help on using the repository browser.