source: trunk/language/en_UK/help/photos_add_ftp.html @ 12025

Last change on this file since 12025 was 12025, checked in by plg, 13 years ago

merge r12024 from branch 2.2 to trunk

bug 2422 fixed: typo fixed in FTP help

  • Property svn:eol-style set to LF
File size: 4.2 KB
RevLine 
[5182]1<fieldset>
2  <legend>Quick Start</legend>
3
4<ol>
5  <li>Create a directory on your computer.</li> 
6
[5369]7  <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, nor accentuated characters.</li>
[5182]8
9  <li>With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.</li>
10
[8703]11  <li>Logon your gallery and go to <span class="pwgScreen">Administration &raquo; Tools &raquo; Thumbnails</span> to create missing thumbnails.</li>
[5182]12
13  <li>Go to <span class="pwgScreen">Administration</span> and click on the big Synchronization button.</li>
14</ol>
15
[6993]16Congratulations! You have successfully created the first album of your photo gallery.
[5182]17</fieldset>
18
19<fieldset>
20  <legend>Directories and files organization</legend>
21
22<ul>
23
24  <li>
25
[6993]26    <p>Album directories are in the Piwigo directory
[5182]27    "galleries". Here follows the directory tree of a very small gallery (but
[5369]28    using many features):</p>
[5182]29
30    <pre>
31.
32|-- admin
33|-- doc
34|-- galleries
[9104]35|   |-- album-1
36|   |   |-- album-1.1
37|   |   |   |-- album-1.1.1
38|   |   |   |   |-- album-1.1.1.1
[5182]39|   |   |   |   |   |-- pwg_high
40|   |   |   |   |   |   +-- wedding.jpg
41|   |   |   |   |   |-- thumbnail
42|   |   |   |   |   |   +-- TN-wedding.jpg
43|   |   |   |   |   +-- wedding.jpg
[9104]44|   |   |   |   +-- album-1.1.1.2
45|   |   |   +-- album-1.1.2
46|   |   |-- album-1.2
[5182]47|   |   |   |-- pookie.jpg
48|   |   |   +-- thumbnail
49|   |   |       +-- TN-pookie.jpg
[9104]50|   |   +-- album-1.3
51|   +-- album-2
[5182]52|       |-- piglet.gif
53|       |-- pwg_representative
54|       |   +-- video.jpg
55|       |-- thumbnail
56|       |   +-- TN-piglet.jpg
57|       +-- video.avi
58|-- include
59|-- install
60|-- language
[9106]61|-- local
62|-- plugins
63|-- template-extension
64|-- themes
[5182]65+-- tool</pre>
66
67  </li>
68
[12025]69  <li>Except for those named "thumbnail", "pwg_high" or "pwg_representative" (see explanations below), each directory under "galleries" produces a album. There is no limit on deepness.</li>
[5182]70
71  <li>Basically, an element is represented by a file. A file can be a
[5369]72  Piwigo element if its extension is among <code>file_ext</code>
[5182]73  configuration parameter possibilities (see <span
74  class="filename">include/config_default.inc.php</span> file). A file can
75  be a picture if its extension is among <code>picture_ext</code>
76  configuration parameter possibilities.</li>
77
[8703]78  <li>Photo elements must have an associated thumbnail (see section below
[5182]79  about thumbnails)</li>
80
[8703]81  <li>Photo elements can have a high quality file associated. As for
[5182]82  wedding.jpg in the example above. No prefix on the high quality picture.</li>
83
[8703]84  <li>No photo elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename
[5369]85  extension. Optionally, you can associate a thumbnail and a representative
[5182]86  file (see video.avi in the example above).</li>
87
[5369]88  <li><em>Warning</em>: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, nor accentuated characters.</li>
[5182]89
90  <li>Once files, thumbnails and representatives are correctly placed in the
[8703]91  directories, go to: <span class="pwgScreen">Administration &raquo; Tools &raquo;
[5182]92  Synchronize</span></li>
93
94</ul>
95</fieldset>
96
97<fieldset>
98  <legend>Thumbnails</legend>
99<ul>
100
101  <li>Each photo must have its thumbnail.</li>
102
[8703]103  <li>Thumbnails are stored in the "thumbnail" sub-directory of the album
[5369]104  directory. The thumbnail has the same filename as the corresponding photo, with configuration parameter <code>prefix_thumbnail</code> as prefix (see <span class="filename">include/config.inc.php</span>).</li>
[5182]105
[5369]106  <li>Thumbnails files have not necessary the same extension as the associated image (eg a ".jpg" image may have a ".GIF" extension).</li>
[5182]107
[5369]108  <li>It is recommended to use an external module for thumbnails creation.</li>
[5182]109
[5369]110  <li>The usage of the thumbnails creation tool integrated in Piwigo is not advisable, because the resulting quality might be disappointing and this will lie heavily on the server ressources (and that could be a serious problem on a shared server).
[5182]111
[8703]112  <li>If you choose to use the webserver to generate thumbnails, you must allow write access on all albums directories.</li>
[5369]113
[5182]114</ul>
115</fieldset>
Note: See TracBrowser for help on using the repository browser.