1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<fieldset>
<legend>Kezdő lépések</legend>
<ol>
<li>Hozz létre egy könyvtárat a számítógépen.</li>
<li>Másolj be néhány képet a könyvtárba, a Weben engedélyezett méret figyelembe vételével. <em>Figyelem</em>: A fájl és mappa neve is csak betűket és számokat tartalmazhat az angol abc szerint, valamint a következő speciális karaktereket: "-", "_" vagy ".". Tilos szóközt (SPACE) valamint egyéb különleges karaktereket használni.</li>
<li>Másold fel FTP program segítségével a "galeries" mappába az így létrehozott mappádat.</li>
<li>Lépj be a galériába és menj az <span class="pwgScreen">Adminisztráció » Képek » Bélyegképek</span> oldalra, hogy létrehozd a hiányzó bélyegképeket.</li>
<li>Menj vissza az <span class="pwgScreen">Adminisztráció</span> menübe és kattints a szinkronizálás gombra.</li>
</ol>
Gratulálunk, ezzel létrehoztad az első kategória képtárat.
</fieldset>
<fieldset>
<legend>Könyvtárak és fájlok szervezése</legend>
<ul>
<li>
<p>A mappák és kategóriák listája a "galeries" könyvtárban
Itt következik a könyvtárfa egy kis galériáról,
(de számos funkcióval): </p>
<pre>
.
| - Admin
| - Doc
| - Galleries
| | - Kategorie-1
| | | - Kategorie-1.1
| | | | - Kategorie-1.1.1
| | | | | - Kategorie-1.1.1.1
| | | | | | - Pwg_high
| | | | | | + - Mariage.jpg
| | | | | | - Thumbnail
| | | | | | + - TN-mariage.jpg
| | | | | + - Mariage.jpg
| | | | + - Kategorie-1.1.1.2
| | | + - Kategorie-1.1.2
| | | - Kategorie-1.2
| | | | - Pookie.jpg
| | | + - Thumbnail
| | | + - TN-pookie.jpg
| | + - Kategorie-1.3
| + - Kategorie-2
| | - Porcinet.gif
| | - Pwg_representative
| | + - Video.jpg
| | - Thumbnail
| | + - TN-porcinet.jpg
| + - Video.avi
| - Include
| - Install
| - Language
| - Template
+ - Tool</pre>
</li>
<li>Minden új alkönyvtár a "galeries" könyvtárban létrehoz egy új kategóriát. A könyvtárak mélysége nincs korlátozva.
A fenti példában a Kategorie-1.1.1.1 könyvtár 4. mélység szintű.</li>
<li>Basically, an element is represented by a file. A file can be a
Piwigo element if its extenstion is among <code>file_ext</code>
configuration parameter possibilities (see <span
class="filename">include/config_default.inc.php</span> file). A file can
be a picture if its extension is among <code>picture_ext</code>
configuration parameter possibilities.</li>
<li>Picture elements must have an associated thumbnail (see section below
about thumbnails)</li>
<li>Picture elements can have a high quality file associated. As for
wedding.jpg in the example above. No prefix on the high quality picture.</li>
<li>Non picture elements (video, sounds, file texts, what you want...) are
by default represented by an icon corresponding to the filename
extension. Optionaly, you can associate a thumbnail and a representative
file (see video.avi in the example above).</li>
<li><em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, no accentuated characters.</li>
<li>Once files, thumbnails and representatives are correctly placed in the
directories, go to : <span class="pwgScreen">Administration » Categories »
Synchronize</span></li>
</ul>
</fieldset>
<fieldset>
<legend>Thumbnails</legend>
<ul>
<li>Each photo must have its thumbnail.</li>
<li>Thumbnails are stored in the sub-directory "thumbnail" of the category
directory. The thumbnail has the same filename as the corresponding photo, with <em>TN-</em> as prefix.</li>
<li><em>Advise</em>: use an external module for thumbnails creation.</li>
<li>Even if it is not recommended (image quality, web server resource load), you can use <span
class="pwgScreen">Administration » Pictures » Thumbnails</span> page to create thumbnails.</li>
<li>Give write access on all category directories.</li>
</ul>
</fieldset>
|