source: branches/2.0/language/hr_HR/help.html @ 3199

Last change on this file since 3199 was 3199, checked in by plg, 15 years ago

feature 934 added: add link to pLoader extension pages in Piwigo embedded
instructions.

File size: 10.6 KB
Line 
1<div class="instructions">
2<h2>Help</h2>
3
4<div id="instructionPLoader" class="instructionBlock">
5  <div
6    id="pLoader_header"
7    class="instructionBlockHeaderCollapsed"
8    onclick="blockToggleDisplay('pLoader_header', 'pLoader_content')"
9  ><span>
10    Add photos, the pLoader way
11  </span></div>
12  <div
13    id="pLoader_content"
14    class="instructionBlockContent"
15    style="display:none"
16  >
17    <p><a href="http://piwigo.org/ext/extension_view.php?eid=270">pLoader for Windows</a> or <a href="http://piwigo.org/ext/extension_view.php?eid=269">pLoader for Linux</a> : description, download and details about new revisions.</p>
18    <ol>
19      <li>Create a directory "upload" next to directory "galleries" in your Piwigo installation, with write access.</li>
20      <li>Install pLoader on your computer, start it and fill the connection settings : your gallery URL, your username and password.</li>
21      <li>Drag'n drop photos from your directory browser into pLoader photo selection.</li>
22      <li>Create a category and select it.</li>
23      <li>Select some photos.</li>
24      <li>Click on the green arrow to transfer photos in your gallery</li>
25    </ol>
26Congratulations! You have successfuly created the first category of your photo gallery.
27  </div> <!-- pLoader_content -->
28</div> <!-- instructionPLoader -->
29
30<div id="instructionFTP" class="instructionBlock">
31  <div
32    id="FTP_header"
33    class="instructionBlockHeaderCollapsed"
34    onclick="blockToggleDisplay('FTP_header', 'FTP_content')"
35  ><span>
36    Add photos, the FTP way
37  </span></div>
38  <div
39    id="FTP_content"
40    class="instructionBlockContent"
41    style="display:none"
42  >
43
44<h3>Quick Start</h3>
45
46<ol>
47  <li>Create a directory on your computer.</li> 
48
49  <li>Copy some photos inside this directory, resize them for web display. <em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, no accentuated characters.</li>
50
51  <li>With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.</li>
52
53  <li>Logon your gallery and go to <span class="pwgScreen">Administration &raquo; Pictures &raquo; Thumbnails</span> to create missing thumbnails.</li>
54
55  <li>Go to <span class="pwgScreen">Administration</span> and click on the big Synchronization button.</li>
56</ol>
57
58Congratulations! You have successfuly created the first category of your photo gallery.
59
60<h3>Directories and files organization</h3>
61<ul>
62
63  <li>
64
65    <p>Category directories are in the Piwigo directory
66    "galleries". Here follows the directory tree of a very small gallery (but
67    using many features) :</p>
68
69    <pre>
70.
71|-- admin
72|-- doc
73|-- galleries
74|   |-- category-1
75|   |   |-- category-1.1
76|   |   |   |-- category-1.1.1
77|   |   |   |   |-- category-1.1.1.1
78|   |   |   |   |   |-- pwg_high
79|   |   |   |   |   |   +-- wedding.jpg
80|   |   |   |   |   |-- thumbnail
81|   |   |   |   |   |   +-- TN-wedding.jpg
82|   |   |   |   |   +-- wedding.jpg
83|   |   |   |   +-- category-1.1.1.2
84|   |   |   +-- category-1.1.2
85|   |   |-- category-1.2
86|   |   |   |-- pookie.jpg
87|   |   |   +-- thumbnail
88|   |   |       +-- TN-pookie.jpg
89|   |   +-- category-1.3
90|   +-- category-2
91|       |-- piglet.gif
92|       |-- pwg_representative
93|       |   +-- video.jpg
94|       |-- thumbnail
95|       |   +-- TN-piglet.jpg
96|       +-- video.avi
97|-- include
98|-- install
99|-- language
100|-- template
101+-- tool</pre>
102
103  </li>
104 
105  <li>Each directory under "galleries" produces a category. There is no limit on deepness.</li>
106
107  <li>Basically, an element is represented by a file. A file can be a
108  Piwigo element if its extenstion is among <code>file_ext</code>
109  configuration parameter possibilities (see <span
110  class="filename">include/config_default.inc.php</span> file). A file can
111  be a picture if its extension is among <code>picture_ext</code>
112  configuration parameter possibilities.</li>
113
114  <li>Picture elements must have an associated thumbnail (see section below
115  about thumbnails)</li>
116
117  <li>Picture elements can have a high quality file associated. As for
118  wedding.jpg in the example above. No prefix on the high quality picture.</li>
119
120  <li>Non picture elements (video, sounds, file texts, what you want...) are
121  by default represented by an icon corresponding to the filename
122  extension. Optionaly, you can associate a thumbnail and a representative
123  file (see video.avi in the example above).</li>
124
125  <li><em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, no accentuated characters.</li>
126
127  <li>Once files, thumbnails and representatives are correctly placed in the
128  directories, go to : <span class="pwgScreen">Administration &raquo; Categories &raquo;
129  Synchronize</span></li>
130
131</ul>
132
133<h3>Thumbnails</h3>
134<ul>
135
136  <li>Each photo must have its thumbnail.</li>
137
138  <li>Thumbnails are stored in the sub-directory "thumbnail" of the category
139  directory. The thumbnail has the same filename as the corresponding photo, with <em>TN-</em> as prefix.</li>
140
141  <li><em>Advise</em>: use an external module for thumbnails creation.</li>
142
143  <li>Even if it is not recommended (image quality, web server resource load), you can use <span
144  class="pwgScreen">Administration &raquo; Pictures &raquo; Thumbnails</span> page to create thumbnails.</li>
145
146  <li>Give write access on all category directories.</li>
147
148</ul>
149
150  </div> <!-- FTP_content -->
151</div> <!-- instructionFTP -->
152
153<div id="instructionPermissions" class="instructionBlock">
154  <div
155    id="permissions_header"
156    class="instructionBlockHeaderCollapsed"
157    onclick="blockToggleDisplay('permissions_header', 'permissions_content')"
158  ><span>
159    Permissions
160  </span></div>
161  <div
162    id="permissions_content"
163    class="instructionBlockContent"
164    style="display:none"
165  >
166<ul>
167
168  <li>You can forbid access to categories. Switch the category access type to "private" if you want to manage permissions.</li>
169
170  <li>You can set a category to private by editing a single category (<span
171  class="pwgScreen">Administration &raquo; Categories &raquo; Manage &raquo; edit</span>) or by
172  setting options to your whole category tree (<span
173  class="pwgScreen">Administration &raquo; Categories &raquo; Properties &raquo; Public / Private</span>).</li>
174
175  <li>
176
177    <p>Once the category is private, you can manage permissions for groups
178    and users with 3 screens:</p>
179
180    <ul>
181
182      <li><span class="pwgScreen">Administration &raquo; Identification &raquo; Users &raquo;
183      permissions action</span> (one link per user)</li>
184
185      <li><span class="pwgScreen">Administration &raquo; Identification &raquo; Groups &raquo;
186      permissions action</span> (one link per group)</li>
187
188      <li><span class="pwgScreen">Administration &raquo; Categories &raquo; Manage &raquo; edit
189      category permissions action</span> (one link per category)</li>
190
191    </ul>
192
193  </li>
194
195</ul>
196  </div> <!-- permissions_content --> 
197</div> <!-- instructionPermissions -->
198
199<div id="instructionGroups" class="instructionBlock">
200  <div
201    id="groups_header"
202    class="instructionBlockHeaderCollapsed"
203    onclick="blockToggleDisplay('groups_header', 'groups_content')"
204  ><span>
205    Groups
206  </span></div>
207  <div
208    id="groups_content"
209    class="instructionBlockContent"
210    style="display:none"
211  >
212<ul>
213
214  <li>Groups is a convenient way to set permissions for a list of users.</li>
215
216  <li>Create groups in <span class="pwgScreen">Administration &raquo;
217  Identification &raquo; Groups</span> and associate users to this group in <span
218  class="pwgScreen">Administration &raquo; Identication &raquo; Users</span>.</li>
219
220  <li>A user can belong to several groups. Authorization is stronger
221  than forbiddance : if user "jack" belongs to groups "family" and
222  "friends", and that only group "family" can see category "Christmas 2003" category then
223  "jack" will be able to see "Christmas 2003".</li>
224
225</ul>
226  </div> <!-- groups_content --> 
227</div> <!-- instructionGroups -->
228
229<div id="instructionUpload" class="instructionBlock">
230  <div
231    id="upload_header"
232    class="instructionBlockHeaderCollapsed"
233    onclick="blockToggleDisplay('upload_header', 'upload_content')"
234  ><span>
235    Upload by users
236  </span></div>
237  <div
238    id="upload_content"
239    class="instructionBlockContent"
240    style="display:none"
241  >
242<p>Users can upload their photos too.</p>
243
244<ol>
245
246  <li>Authorize upload on any physical categories (<span
247  class="pwgScreen">Administration &raquo; Categories &raquo; Manage &raquo; edit</span> or <span
248  class="pwgScreen">Administration &raquo; Categories &raquo; Properties &raquo; Upload</span>). Virtual categories can't receive any upload.</li>
249
250  <li>Give write access on corresponding directories.</li>
251
252</ol>
253
254<p>Photos uploaded by users are not directly visible on the website. An administrator
255must validate uploaded photos in <span class="pwgScreen">Administration &raquo; Pictures &raquo; Waiting</span>.</p>
256  </div> <!-- upload_content --> 
257</div> <!-- instructionUpload -->
258
259<div id="instructionCategoryLinks" class="instructionBlock">
260  <div
261    id="categoryLinks_header"
262    class="instructionBlockHeaderCollapsed"
263    onclick="blockToggleDisplay('categoryLinks_header', 'categoryLinks_content')"
264  ><span>
265    Links between photos and categories, virtual categories
266  </span></div>
267  <div
268    id="categoryLinks_content"
269    class="instructionBlockContent"
270    style="display:none"
271  >
272<ul>
273
274  <li>Photos are displayed in the category corresponding to the file directory.</li>
275
276  <li>You can also display a picture in several categories, without duplicating the file on your web server. Associate the photo to any category from the photo editing screen (that any administrator can reach from the photo page on the gallery side).</li>
277
278  <li>Virtual categories are based on this concept: they have no corresponding directory. Create virtual categories from <span class="pwgScreen">Administration &raquo; Categories &raquo; Manage</span>.</li>
279
280</ul>
281  </div> <!-- categoryLinks_content --> 
282</div> <!-- instructionCategoryLinks -->
283
284<div id="instructionMisc" class="instructionBlock">
285  <div
286    id="misc_header"
287    class="instructionBlockHeaderCollapsed"
288    onclick="blockToggleDisplay('misc_header', 'misc_content')"
289  ><span>
290    Miscellanous informations
291  </span></div>
292  <div
293    id="misc_content"
294    class="instructionBlockContent"
295    style="display:none"
296  >
297<ul>
298
299  <li>As soon as you created your gallery, modify default display properties
300  in <span class="pwgScreen">Administration &raquo; Configuration &raquo;
301  Default</span>. Every new registered user will use these default configuration settings.</li>
302
303  <li>If you have any question, Piwigo community will welcome you on <a
304  href="http://piwigo.org/forum">its forum</a>.</li>
305
306</ul>
307  </div> <!-- misc_content --> 
308</div> <!-- instructionMisc -->
309
310</div>
Note: See TracBrowser for help on using the repository browser.