From d53c5e454a43d4b7e3cfb64f4b7d969c3819ca1c Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 1 Mar 2012 16:18:31 +0000 Subject: feature 2584: redesign on add photos screens [Administration > Photos > Add] tabs become: {Web Form, Applications, FTP + Synchronization} admin screen for pLoader is replaced by a more generic screen for applications thanks to multisize, FTP+sync method becomes simpler git-svn-id: http://piwigo.org/svn/trunk@13451 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/help/photos_add_ftp.html | 89 ++++++++------------------------- 1 file changed, 22 insertions(+), 67 deletions(-) (limited to 'language/en_UK/help/photos_add_ftp.html') diff --git a/language/en_UK/help/photos_add_ftp.html b/language/en_UK/help/photos_add_ftp.html index cba6ef9d6..3d39f1e63 100644 --- a/language/en_UK/help/photos_add_ftp.html +++ b/language/en_UK/help/photos_add_ftp.html @@ -8,12 +8,10 @@
  • With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.
  • -
  • Logon your gallery and go to Administration » Tools » Thumbnails to create missing thumbnails.
  • - -
  • Go to Administration and click on the big Synchronization button.
  • +
  • Logon your gallery and go to Administration and click on the big Synchronization button.
  • -Congratulations! You have successfully created the first album of your photo gallery. +

    Congratulations! You have successfully created the first album of your photo gallery.

    @@ -28,45 +26,28 @@ Congratulations! You have successfully created the first album of your photo gal using many features):

    -.
    -|-- admin
    -|-- doc
    -|-- galleries
    -|   |-- album-1
    -|   |   |-- album-1.1
    -|   |   |   |-- album-1.1.1
    -|   |   |   |   |-- album-1.1.1.1
    -|   |   |   |   |   |-- pwg_high
    -|   |   |   |   |   |   +-- wedding.jpg
    -|   |   |   |   |   |-- thumbnail
    -|   |   |   |   |   |   +-- TN-wedding.jpg
    -|   |   |   |   |   +-- wedding.jpg
    -|   |   |   |   +-- album-1.1.1.2
    -|   |   |   +-- album-1.1.2
    -|   |   |-- album-1.2
    -|   |   |   |-- pookie.jpg
    -|   |   |   +-- thumbnail
    -|   |   |       +-- TN-pookie.jpg
    -|   |   +-- album-1.3
    -|   +-- album-2
    -|       |-- piglet.gif
    -|       |-- pwg_representative
    -|       |   +-- video.jpg
    -|       |-- thumbnail
    -|       |   +-- TN-piglet.jpg
    -|       +-- video.avi
    -|-- include
    -|-- install
    -|-- language
    -|-- local
    -|-- plugins
    -|-- template-extension
    -|-- themes
    -+-- tool
    +galleries +|-- wedding +| |-- celebration +| | |-- arrival +| | | |-- paul-alone.jpg +| | | +-- sarah-alone.jpg +| | +-- departure +| | +-- paul-and-sarah.jpg +| +-- party +| |-- dancers001.jpg +| |-- dancers002.jpg +| +-- dancers003.jpg ++-- honeymoon + |-- hotel.png + |-- video-from-plane.avi + +-- pwg_representative + +-- video-from-plane.jpg + -
  • 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.
  • +
  • Except for "pwg_representative" (see explanations below), each directory under "galleries" produces a album. There is no limit on deepness.
  • Basically, an element is represented by a file. A file can be a Piwigo element if its extension is among file_ext @@ -75,41 +56,15 @@ Congratulations! You have successfully created the first album of your photo gal be a picture if its extension is among picture_ext configuration parameter possibilities.
  • -
  • Photo elements must have an associated thumbnail (see section below - about thumbnails)
  • - -
  • Photo elements can have a high quality file associated. As for - wedding.jpg in the example above. No prefix on the high quality picture.
  • -
  • No photo elements (video, sounds, file texts, whatever you want...) are represented by default by an icon corresponding to the filename extension. Optionally, you can associate a thumbnail and a representative file (see video.avi in the example above).
  • Warning: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, nor accentuated characters.
  • -
  • Once files, thumbnails and representatives are correctly placed in the +
  • Once photos are correctly placed in the directories, go to: Administration » Tools » Synchronize
  • - -
    - Thumbnails - -
    -- cgit v1.2.3