diff options
author | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
commit | c639ad1e7e3ec747cac37e230fd8380da98c508b (patch) | |
tree | 19ee9852a167074fa76e4e1692adff9ecf24684a /language/hr_HR/help/site_manager.html | |
parent | eafa796d88193b7e8e33d72ae866b0ae9df79e87 (diff) |
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
Diffstat (limited to 'language/hr_HR/help/site_manager.html')
-rw-r--r-- | language/hr_HR/help/site_manager.html | 51 |
1 files changed, 51 insertions, 0 deletions
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 @@ +<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>--> + |