source: extensions/Icy_Picture_Modify/README @ 12523

Last change on this file since 12523 was 11934, checked in by icy, 13 years ago

Merge branch 'master' into svn

File size: 1.5 KB
Line 
1NAME
2
3  icy_picture_modify -- Allow user to modify their pictures
4
5DESCRIPTION
6
7  A piwigo extension that allows users to modify pictures they uploaded.
8  This extension just works as the 'picture_modify.php' for administrator.
9
10  The code of this plugin is heavily based on the original source
11  'picture_modify.php' of the Piwigo distribution (version 2.2.3.)
12
13USAGE
14
15  1. Install and enable the plugin "community" which allows users to upload pictures
16  2. Install and enable this extension
17  3. When users view a picture they uploaded, they will be provided a link
18     to modify that picture's information.
19
20FEATURES
21
22  Users can modify the following information of a picture
23    * Author
24    * Description
25    * Picture's date
26    * Tags
27    * ACL
28    * Synchronize meta data
29    * Delete picture
30    * Associcate/Dissociated image to/from uploadable category
31    * Use image to represent for uploadable category
32
33KNOWN PROBLEMS
34
35  * This plugin doesn't support all known templates
36  * This plugin may not work smoothly without plugin 'community'
37  * User can delete an image which is associated to some albums to which
38    the user doesn't have permission to write/access. When the plugin
39    'community' isn't installed, user can create image's link and/or
40    represents for any visible albums in the gallery.
41
42AUTHOR
43
44  Anh K. Huỳnh (icy)
45
46LICENSE
47
48  GPL2
49
50HOMGEPAGE
51
52  At Github.com:  https://github.com/icy/icy_picture_modify
53  At Piwigo.com:   http://piwigo.org/ext/extension_view.php?eid=563
54  SVN repository:  http://piwigo.org/svn/extensions/Icy_Picture_Modify/
Note: See TracBrowser for help on using the repository browser.