From 77fd1f51a3c5f5a52f72ef8a299fe368228e2285 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 May 2008 21:05:41 +0000 Subject: git-svn-id: http://piwigo.org/svn/trunk@2357 68402e56-0260-453c-a942-63ccdbb3a9ee --- BSF/language/en_UK/help/site_manager.html | 51 +++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 BSF/language/en_UK/help/site_manager.html (limited to 'BSF/language/en_UK/help/site_manager.html') diff --git a/BSF/language/en_UK/help/site_manager.html b/BSF/language/en_UK/help/site_manager.html new file mode 100644 index 000000000..cd333d43a --- /dev/null +++ b/BSF/language/en_UK/help/site_manager.html @@ -0,0 +1,51 @@ +

Remote sites

+ +

Piwigo offers the possibility to use several servers to store the +images which will compose your gallery. It can be useful if your gallery is +installed on one limited space and that you have a big quantity of images to +be shown.

+ +
    + +
  1. edit file tools/create_listing_file.php, + by modifying parameters section such as + $conf['prefix_thumbnail'] or + $conf['use_exif'].
  2. + +
  3. place file tools/create_listing_file.php + modified on your distant website, in the same directory than your category + directories (as the directory galleries of + this website) by ftp. For the example, let's say that you can access http://example.com/galleries/create_listing_file.php.
  4. + +
  5. go to administration panel, Categories, Site + manager. Ask to create a new site, for example http://example.com/galleries.
  6. + +
  7. a new remote site is registered. You can perform 4 actions : + +
      + +
    1. generate listing : launches a distant request to + generate a distant file listing
    2. + +
    3. synchronize : reads the distant listing.xml file and synchronizes with + database informations.
    4. + +
    5. clean : removes distant listing.xml file.
    6. + +
    7. delete : deletes the site (and all related + categories and elements) in the database.
    8. + +
    +
  8. +
+ + + -- cgit v1.2.3