source: trunk/language/el_GR/help/photos_add_ftp.html @ 15535

Last change on this file since 15535 was 15535, checked in by TranslationTeam, 12 years ago

[trunk_help] Update el_GR, thanks to : bas_alba

  • Property svn:executable set to *
File size: 2.8 KB
RevLine 
[15535]1<fieldset>
2  <legend>Γρήγορη Εκκίνηση</legend>
3
4<ol>
5  <li>Δημιουργήστε έναν κατάλογο στον υπολογιστή σας.</li> 
6
7  <li>Αντιγράψτε μερικές φωτογραφίες μέσα σε αυτόν τον κατάλογο, κι αλλάξετε το μέγεθός τους για προβολή σε ιστοσελίδες. <em>Προειδοποίηση</em>: το όνομα των αρχείων και καταλόγων πρέπει να περιέχει μόνο γράμματα, αριθμούς, "-", "_" ή ".". Όχι κενά διαστήματα, ούτε τονιζόμενους χαρακτήρες.</li>
8
9  <li>With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.</li>
10
11  <li>Logon your gallery and go to <span class="pwgScreen">Administration</span> and click on the big Synchronization button.</li>
12</ol>
13
14<p>Congratulations! You have successfully created the first album of your photo gallery.</p>
15</fieldset>
16
17<fieldset>
18  <legend>Directories and files organization</legend>
19
20<ul>
21
22  <li>
23
24    <p>Album directories are in the Piwigo directory
25    "galleries". Here follows the directory tree of a very small gallery (but
26    using many features):</p>
27
28    <pre>
29galleries
30|-- wedding
31|   |-- celebration
32|   |   |-- arrival
33|   |   |   |-- paul-alone.jpg
34|   |   |   +-- sarah-alone.jpg
35|   |   +-- departure
36|   |       +-- paul-and-sarah.jpg
37|   +-- party
38|       |-- dancers001.jpg
39|       |-- dancers002.jpg
40|       +-- dancers003.jpg
41+-- honeymoon
42    |-- hotel.png
43    |-- video-from-plane.avi
44    +-- pwg_representative
45        +-- video-from-plane.jpg
46</pre>
47
48  </li>
49
50  <li>Except for "pwg_representative" (see explanations below), each directory under "galleries" produces a album. There is no limit on deepness.</li>
51
52  <li>Basically, an element is represented by a file. A file can be a
53  Piwigo element if its extension is among <code>file_ext</code>
54  configuration parameter possibilities (see <span
55  class="filename">include/config_default.inc.php</span> file). A file can
56  be a picture if its extension is among <code>picture_ext</code>
57  configuration parameter possibilities.</li>
58
59  <li>No photo elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename
60  extension. Optionally, you can associate a thumbnail and a representative
61  file (see video.avi in the example above).</li>
62
63  <li><em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, nor accentuated characters.</li>
64
65  <li>Once photos are correctly placed in the
66  directories, go to: <span class="pwgScreen">Administration &raquo; Tools &raquo;
67  Synchronize</span></li>
68
69</ul>
70</fieldset>
Note: See TracBrowser for help on using the repository browser.