From 27de15e07661fdff7a19d3ead990c37efb532c7a Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 18 Mar 2010 22:12:30 +0000 Subject: feature 1519: admin instructions are dispatched into several tabs. Only applied to en_UK and fr_FR. The help content itself needs some updates but it will be another set of commits, in this commit, I nearly only modified the container. The new "Add Photos" help page only introduces you to 3 main ways to add photos: direct upload, pLoader and FTP. Each of them has a dedicated tab on the Admin>Photos>Add screen. No use of the big question mark icon linked to the Help pages in the administration header, to avoid having this icon twice : in the header + in the content next to H2. git-svn-id: http://piwigo.org/svn/trunk@5182 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/help/help_add_photos.html | 29 +++++++ language/en_UK/help/help_groups.html | 11 +++ language/en_UK/help/help_misc.html | 7 ++ language/en_UK/help/help_permissions.html | 24 ++++++ language/en_UK/help/help_user_upload.html | 18 +++++ language/en_UK/help/help_virtual_links.html | 12 +++ language/en_UK/help/photos_add_ftp.html | 112 ++++++++++++++++++++++++++++ 7 files changed, 213 insertions(+) create mode 100644 language/en_UK/help/help_add_photos.html create mode 100644 language/en_UK/help/help_groups.html create mode 100644 language/en_UK/help/help_misc.html create mode 100644 language/en_UK/help/help_permissions.html create mode 100644 language/en_UK/help/help_user_upload.html create mode 100644 language/en_UK/help/help_virtual_links.html create mode 100644 language/en_UK/help/photos_add_ftp.html (limited to 'language/en_UK/help') diff --git a/language/en_UK/help/help_add_photos.html b/language/en_UK/help/help_add_photos.html new file mode 100644 index 000000000..aac235cd4 --- /dev/null +++ b/language/en_UK/help/help_add_photos.html @@ -0,0 +1,29 @@ +

Several ways to add your photos in your gallery:

+ + + + + + + + + + + + diff --git a/language/en_UK/help/help_groups.html b/language/en_UK/help/help_groups.html new file mode 100644 index 000000000..22d995735 --- /dev/null +++ b/language/en_UK/help/help_groups.html @@ -0,0 +1,11 @@ +

Groups is a convenient way to set permissions for a list of users.

+ +

Create groups in Administration » Users +» Groups and associate users to this group +in Administration » Users » +Manage.

+ +

A user can belong to several groups. Authorization is stronger than +forbiddance : if user "jack" belongs to groups "family" and "friends", and +that only group "family" can see category "Christmas 2003" category then +"jack" will be able to see "Christmas 2003".

diff --git a/language/en_UK/help/help_misc.html b/language/en_UK/help/help_misc.html new file mode 100644 index 000000000..246beff10 --- /dev/null +++ b/language/en_UK/help/help_misc.html @@ -0,0 +1,7 @@ +

As soon as you created your gallery, modify default display properties +in Administration » Configuration » +Default. Every new registered user will use these default +configuration settings.

+ +

If you have any question, Piwigo community will welcome you +on its forum.

diff --git a/language/en_UK/help/help_permissions.html b/language/en_UK/help/help_permissions.html new file mode 100644 index 000000000..b4013e428 --- /dev/null +++ b/language/en_UK/help/help_permissions.html @@ -0,0 +1,24 @@ +

You can forbid access to categories. Switch the category access type to +"private" if you want to manage permissions.

+ +

You can set a category to private by editing a single category +(Administration » Categories » Manage +» edit) or by setting options to your whole category tree +(Administration » Categories » +Properties » Public / Private).

+ +

Once the category is private, you can manage permissions for groups and +users with 3 screens:

+ + diff --git a/language/en_UK/help/help_user_upload.html b/language/en_UK/help/help_user_upload.html new file mode 100644 index 000000000..5aea7af54 --- /dev/null +++ b/language/en_UK/help/help_user_upload.html @@ -0,0 +1,18 @@ +

Users can upload their photos too.

+ +
    + +
  1. Authorize upload on any physical categories + (Administration » Categories » Manage + » edit or Administration » + Categories » Properties » Upload). Virtual categories + can't receive any upload.
  2. + +
  3. Give write access on corresponding directories.
  4. + +
+ +

Photos uploaded by users are not directly visible on the website. An +administrator must validate uploaded photos +in Administration » Photos » +Waiting.

diff --git a/language/en_UK/help/help_virtual_links.html b/language/en_UK/help/help_virtual_links.html new file mode 100644 index 000000000..ac5e4dce1 --- /dev/null +++ b/language/en_UK/help/help_virtual_links.html @@ -0,0 +1,12 @@ +

Photos are displayed in the category corresponding to the file +directory.

+ +

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).

+ +

Virtual categories are based on this concept: they have no corresponding +directory. Create virtual categories +from Administration » Categories » +Manage.

diff --git a/language/en_UK/help/photos_add_ftp.html b/language/en_UK/help/photos_add_ftp.html new file mode 100644 index 000000000..5bb2c552c --- /dev/null +++ b/language/en_UK/help/photos_add_ftp.html @@ -0,0 +1,112 @@ +
+ Quick Start + +
    +
  1. Create a directory on your computer.
  2. + +
  3. Copy some photos inside this directory, resize them for web display. Warning: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, no accentuated characters.
  4. + +
  5. With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.
  6. + +
  7. Logon your gallery and go to Administration » Pictures » Thumbnails to create missing thumbnails.
  8. + +
  9. Go to Administration and click on the big Synchronization button.
  10. +
+ +Congratulations! You have successfuly created the first category of your photo gallery. +
+ +
+ Directories and files organization + + +
+ +
+ Thumbnails + +
-- cgit v1.2.3