From c639ad1e7e3ec747cac37e230fd8380da98c508b Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Mar 2010 19:34:41 +0000 Subject: copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk, then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/hr_HR/help/site_manager.html | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 language/hr_HR/help/site_manager.html (limited to 'language/hr_HR/help/site_manager.html') diff --git a/language/hr_HR/help/site_manager.html b/language/hr_HR/help/site_manager.html new file mode 100644 index 000000000..cd333d43a --- /dev/null +++ b/language/hr_HR/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