From a34f8c67b07c861212346252b766cf6131b65885 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Oct 2007 21:39:15 +0000 Subject: Part of feature 32: fr_FR.iso-8859-1 and en_UK.iso-8859-1 contents become utf-8 encoded and the directory names lose encoding information as the only supported encoding becomes utf-8. git-svn-id: http://piwigo.org/svn/trunk@2130 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/help/site_manager.html | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 language/en_UK/help/site_manager.html (limited to 'language/en_UK/help/site_manager.html') diff --git a/language/en_UK/help/site_manager.html b/language/en_UK/help/site_manager.html new file mode 100644 index 000000000..1325a0ed2 --- /dev/null +++ b/language/en_UK/help/site_manager.html @@ -0,0 +1,51 @@ +

Remote sites

+ +

PhpWebGallery 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