source: trunk/language/en_UK/help/site_manager.html @ 5379

Last change on this file since 5379 was 5379, checked in by tosca, 14 years ago

Another reviewed batch of EN/FR help language files.

Still some to do ...

  • Property svn:eol-style set to LF
File size: 1.9 KB
RevLine 
[1080]1<h2>Remote sites</h2>
[858]2
[2342]3<p>Piwigo offers the possibility to use several servers to store the
[858]4images which will compose your gallery. It can be useful if your gallery is
[5379]5installed on a limited space and you have a huge quantity of images to
6show.</p>
[858]7
8<ol>
9
10  <li>edit file <span class="filename">tools/create_listing_file.php</span>,
11  by modifying parameters section such as
12  <code>$conf['prefix_thumbnail']</code> or
13  <code>$conf['use_exif']</code>.</li>
14
[5379]15  <li>using ftp, place the modified file <span class="filename">tools/create_listing_file.php</span>
16  on your distant website, in the same directory as your category
[858]17  directories (as the directory <span class="filename">galleries</span> of
[5379]18  this website). For example, let's say that you can access <span
[858]19  class="filename">http://example.com/galleries/create_listing_file.php</span>.</li>
20
[1889]21  <li>go to <span class="pwgScreen">administration panel, Categories, Site
[1080]22  manager</span>. Ask to create a new site, for example <span
[858]23  class="filename">http://example.com/galleries</span>.</li>
24
25  <li>a new remote site is registered. You can perform 4 actions :
26
27    <ol>
28
29      <li><strong>generate listing</strong> : launches a distant request to
30      generate a distant file listing</li>
31
[1080]32      <li><strong>synchronize</strong> : reads the distant <span
[858]33      class="filename">listing.xml</span> file and synchronizes with
[5379]34      database information</li>
[858]35
36      <li><strong>clean</strong> : removes distant <span
[5379]37      class="filename">listing.xml</span> file</li>
[858]38
39      <li><strong>delete</strong> : deletes the site (and all related
[5379]40      categories and elements) in the database</li>
[858]41
42    </ol>
43  </li>
44</ol>
45
[1080]46<!-- <p>You can do all this by hand by generating yourself the <span
[858]47class="filename">listing.xml</span> file, moving it from your distant server
[2342]48to you local Piwigo root directory and opening the remote site
49management screen : Piwigo will propose you to use the found
[1080]50listing.xml file.</p>-->
[858]51
Note: See TracBrowser for help on using the repository browser.