diff options
author | plegall <plg@piwigo.org> | 2012-06-04 12:33:27 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-06-04 12:33:27 +0000 |
commit | ae4b8c7e41197b72fc4d6c0323e439d2e195e025 (patch) | |
tree | cc0dcef54a7b9b54bc7ed16150dc78f66067e55a /language/hr_HR/help | |
parent | 566f37e45c6f4a89aaea48ada133a5412b44bde4 (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/hr_HR/help')
-rw-r--r-- | language/hr_HR/help/site_manager.html | 51 | ||||
-rw-r--r-- | language/hr_HR/help/thumbnail.html | 27 |
2 files changed, 0 insertions, 78 deletions
diff --git a/language/hr_HR/help/site_manager.html b/language/hr_HR/help/site_manager.html deleted file mode 100644 index cd333d43a..000000000 --- a/language/hr_HR/help/site_manager.html +++ /dev/null @@ -1,51 +0,0 @@ -<h2>Remote sites</h2> - -<p>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.</p> - -<ol> - - <li>edit file <span class="filename">tools/create_listing_file.php</span>, - by modifying parameters section such as - <code>$conf['prefix_thumbnail']</code> or - <code>$conf['use_exif']</code>.</li> - - <li>place file <span class="filename">tools/create_listing_file.php</span> - modified on your distant website, in the same directory than your category - directories (as the directory <span class="filename">galleries</span> of - this website) by ftp. For the example, let's say that you can access <span - class="filename">http://example.com/galleries/create_listing_file.php</span>.</li> - - <li>go to <span class="pwgScreen">administration panel, Categories, Site - manager</span>. Ask to 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 distant request to - generate a distant file listing</li> - - <li><strong>synchronize</strong> : reads the distant <span - class="filename">listing.xml</span> file and synchronizes with - database informations.</li> - - <li><strong>clean</strong> : removes distant <span - class="filename">listing.xml</span> file.</li> - - <li><strong>delete</strong> : deletes the site (and all related - categories and elements) in the database.</li> - - </ol> - </li> -</ol> - -<!-- <p>You can do all this by hand by generating yourself the <span -class="filename">listing.xml</span> file, moving it from your distant server -to you local Piwigo root directory and opening the remote site -management screen : Piwigo will propose you to use the found -listing.xml file.</p>--> - diff --git a/language/hr_HR/help/thumbnail.html b/language/hr_HR/help/thumbnail.html deleted file mode 100644 index 7791ba9d0..000000000 --- a/language/hr_HR/help/thumbnail.html +++ /dev/null @@ -1,27 +0,0 @@ -<h2>Izrada poveznih sličica</h2> - -<p>Ovdje možete obaviti izradu nedostajućih poveznih sličica.</p> - -<dl> - - <dt>GD inačica</dt> - - <dd>GD je sustavna biblioteka za upravljanje obradom slika PHP-a. Odaberite inačicu - postavljenu na vašem poslužitelju. Ako krivo odaberete, dobiti ćete poruku greške, - vratite se jedan korak unatrag sa vašim web preglednikom i odaberite neku drugu inačicu. - Ako ni jedna inačica ne radi, znači da vaš poslužitelj ne podržava GD.</dd> - - <dt>Širina i visina</dt> - - <dd>Najveće vrijednosti koje povezna sličica može imati. Razmjerni odnos se održava.</dd> - - <dt>Broj sličica za izradu</dt> - - <dd>Nemojte pokušavati izradu prevelikog broja sličica u isto vrijeme. Zaista, izrada koristi mnogo CPU snage. Ako ste postavili vašu Piwigo galeriju na besplatnom poslužitelju, preveliko CPU opterećenje može ponekad dovesti do brisanja vašeg web mjesta.</dd> - - <dt>Oblik zapisa</dt> - - <dd>Samo je JPEG oblik zapisa podržan u izradi sličica. Povezne sličice - mogu biti izrađene samo za slike oblika PNG i JPEG.</dd> - -</dl> |