From ae4b8c7e41197b72fc4d6c0323e439d2e195e025 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 4 Jun 2012 12:33:27 +0000 Subject: clean help files: no longer need thumbnail.html and site_manager.html git-svn-id: http://piwigo.org/svn/trunk@15524 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/help/site_manager.html | 17 ----------------- language/en_UK/help/thumbnail.html | 23 ----------------------- 2 files changed, 40 deletions(-) delete mode 100644 language/en_UK/help/site_manager.html delete mode 100644 language/en_UK/help/thumbnail.html (limited to 'language/en_UK') diff --git a/language/en_UK/help/site_manager.html b/language/en_UK/help/site_manager.html deleted file mode 100644 index 2794eedf4..000000000 --- a/language/en_UK/help/site_manager.html +++ /dev/null @@ -1,17 +0,0 @@ -

Remote sites

- -

Piwigo offers the possibility to use several servers to store the photos which will fill your gallery. It can be useful if your gallery is installed on a server with limited space and you have a huge number of images to display.

- -
    -
  1. Edit the file tools/create_listing_file_local.inc.php, by modifying the parameters section such as $conf['prefix_thumbnail'] or $conf['use_exif'].
  2. -
  3. Using FTP, place the files tools/create_listing_file.php and tools/create_listing_file_local.inc.php (modified) on your remote website, in the same directory as your album directories (as the directory galleries of this website). For example, let's say that you can access http://example.com/galleries/create_listing_file.php.
  4. -
  5. Go to Administration » Tools » Site manager. 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 remote request to generate a remote file listing
    2. -
    3. Synchronise: reads the remote listing.xml file and synchronises with database information
    4. -
    5. Clean:removes remote listing.xml file
    6. -
    7. Delete: deletes the site (and all related albums and photos) in the databas
    8. -
    -
  8. -
diff --git a/language/en_UK/help/thumbnail.html b/language/en_UK/help/thumbnail.html deleted file mode 100644 index 76d1eab0f..000000000 --- a/language/en_UK/help/thumbnail.html +++ /dev/null @@ -1,23 +0,0 @@ -

Thumbnails Creation

- -

This page let you create missing thumbnails. It is advised not to use this functionality if your gallery is hosted on a shared server. To regenerate thumbnails use the Batch Manager.

- -
- -
GD version
- -
GD is the image manipulation library for PHP. Choose the version installed on your server. You will be warned by an error message should you choose the wrong one; just come back to the previous page with your browser and choose another version. If no version works, then your server does not support GD. PHP will need to be compiled with GD image library functions for this to work.
- -
Width and height
- -
Maximum thumbnail dimensions. Original aspect ratio is preserved. Default values can be modified using configuration settings tn_width and tn_height (see include/config_default.inc.php file).
- -
Number of thumbnails to create
- -
Do not try to process too many photos at once. The thumbnail creation process does use a lot of CPU. If your Piwigo gallery is hosted by a free provider, too high a load on the CPU might lead to the withdrawal of your website.
- -
File format
- -
Thumbnails are created in JPEG file format. They can be created from PNG and JPEG photos only.
- -
\ No newline at end of file -- cgit v1.2.3