source: extensions/Icy_Picture_Modify/README @ 11637

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

Merge git/master into svn

File size: 1.2 KB
RevLine 
[11610]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  SVN repository: http://piwigo.org/svn/extensions/Icy_Picture_Modify/
21
22Usage
23
24  1. Install and enable the plugin "community" which allows users to upload pictures
25  2. Install and enable this extension
26  3. When users view a picture they uploaded, they will be provided a link
27     to modify that picture's information.
28
29Features
30
31  Users can modify the following information of a picture
32    1. Author
33    2. Description
34    3. Picture's date
35    4. Tags
36    5. ACL
[11637]37    6. Synchronize meta data
[11610]38    7. Delete picture
39
40Known problems
41
42  1. Doesn't support all known templates
43  2. The source code isn't cleaned up for some hidden features:
44      - Link picture to some albums
45      - Use picture as some albums' thumbnail
Note: See TracBrowser for help on using the repository browser.