aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/help
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-06-04 12:33:27 +0000
committerplegall <plg@piwigo.org>2012-06-04 12:33:27 +0000
commitae4b8c7e41197b72fc4d6c0323e439d2e195e025 (patch)
treecc0dcef54a7b9b54bc7ed16150dc78f66067e55a /language/en_UK/help
parent566f37e45c6f4a89aaea48ada133a5412b44bde4 (diff)
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
Diffstat (limited to 'language/en_UK/help')
-rw-r--r--language/en_UK/help/site_manager.html17
-rw-r--r--language/en_UK/help/thumbnail.html23
2 files changed, 0 insertions, 40 deletions
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 @@
-<h2>Remote sites</h2>
-
-<p>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.</p>
-
-<ol>
- <li>Edit the file <span class="filename">tools/create_listing_file_local.inc.php</span>, by modifying the parameters section such as <code>$conf['prefix_thumbnail']</code> or <code>$conf['use_exif']</code>.</li>
- <li>Using FTP, place the files <span class="filename">tools/create_listing_file.php</span> and <span class="filename">tools/create_listing_file_local.inc.php</span> (modified) on your remote website, in the same directory as your album directories (as the directory <span class="filename">galleries</span> of this website). For example, let's say that you can access <span class="filename">http://example.com/galleries/create_listing_file.php</span>.</li>
- <li>Go to Administration &raquo; Tools &raquo; Site manager. Create a new site, for example <span class="filename">http://example.com/galleries</span>.</li>
- <li>A new remote site is registered. You can perform 4 actions:
- <ol>
- <li><strong>Generate listing:</strong> launches a remote request to generate a remote file listing</li>
- <li><strong>Synchronise:</strong> reads the remote <span class="filename">listing.xml</span> file and synchronises with database information</li>
- <li><strong>Clean:</strong>removes remote <span class="filename">listing.xml</span> file</li>
- <li><strong>Delete:</strong> deletes the site (and all related albums and photos) in the databas</li>
- </ol>
- </li>
-</ol>
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 @@
-<h2>Thumbnails Creation</h2>
-
-<p>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.</p>
-
-<dl>
-
- <dt>GD version</dt>
-
- <dd>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.</dd>
-
- <dt>Width and height</dt>
-
- <dd>Maximum thumbnail dimensions. Original aspect ratio is preserved. Default values can be modified using configuration settings <code>tn_width</code> and <code>tn_height</code> (see <span class="filename">include/config_default.inc.php</span> file).</dd>
-
- <dt>Number of thumbnails to create</dt>
-
- <dd>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.</dd>
-
- <dt>File format</dt>
-
- <dd>Thumbnails are created in JPEG file format. They can be created from PNG and JPEG photos only.</dd>
-
-</dl> \ No newline at end of file