source: extensions/Icy_Picture_Modify/trunk/README @ 11608

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

Move all files to trunk

File size: 1.1 KB
Line 
1Name
2  Icy Picture Modify
3
4Description
5  A piwigo extension that allows users to modify pictures they uploaded.
6  This extension just works as the 'picture_modify.php' for administrator.
7
8  The code of this plugin is heavily based on the original source
9  'picture_modify.php' of the Piwigo distribution (version 2.2.3.)
10
11Author
12  icy
13
14License
15  GPL2
16
17Homepage
18  At Github.com: https://github.com/icy/icy_picture_modify
19  At Piwigo.com: http://piwigo.org/ext/extension_view.php?eid=563
20
21Usage
22
23  1. Install and enable the plugin "community" which allows users to upload pictures
24  2. Install and enable this extension
25  3. When users view a picture they uploaded, they will be provided a link
26     to modify that picture's information.
27
28Features
29
30  Users can modify the following information of a picture
31    1. Author
32    2. Description
33    3. Picture's date
34    4. Tags
35    5. ACL
36    6. Synchornize meta data
37    7. Delete picture
38
39Known problems
40
41  1. Doesn't support all known templates
42  2. The source code isn't cleaned up for some hidden features:
43      - Link picture to some albums
44      - Use picture as some albums' thumbnail
Note: See TracBrowser for help on using the repository browser.