source: branches/2.0/language/en_UK/help.html @ 3011

Last change on this file since 3011 was 3011, checked in by plg, 16 years ago

modification: in administration instruction set, pwgScreen uses "»"
instead of ",", it makes screen names more readable.

bug fixed: in administration instruction set, precision on the category type
for user upload.

bug fixed: in administration instruction set, remove the synchronization
process step when validating an uploaded photo.

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