| 1 | <fieldset> |
|---|
| 2 | <legend>Quick Start</legend> |
|---|
| 3 | |
|---|
| 4 | <ol> |
|---|
| 5 | <li>Create a directory on your computer.</li> |
|---|
| 6 | |
|---|
| 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> |
|---|
| 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> |
|---|
| 29 | galleries |
|---|
| 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 » Tools » |
|---|
| 67 | Synchronize</span></li> |
|---|
| 68 | |
|---|
| 69 | </ul> |
|---|
| 70 | </fieldset> |
|---|