1 EditImage Mediawiki Extension
2 ------------------------------
4 EditImage is a MediaWiki extension that allows users to edit images from
5 within their web browser. It makes images in wikis more wiki!
7 For documentation and general informtion see:
9 http://www.mediawiki.org/wiki/Extension:EditImage
11 For source code, please download the latest version using this command:
13 git clone http://projects.mako.cc/source/editimage_extension/.git
15 To send patches or to report bugs, please contact me. To do you can
16 email me at <mako@atdot.cc> or you can leave me a talk page message
19 http://www.mediawiki.org/wiki/User_talk:Benjamin_Mako_Hill
22 ------------------------------
24 Copyright (c) 2008, Benjamin Mako Hill (http://mako.cc)
25 This software is licensed under the GNU GPL version 3:
27 This program is free software: you can redistribute it and/or
28 modify it under the terms of the GNU General Public License as
29 published by the Free Software Foundation, either version 3 of the
30 License, or (at your option) any later version.
32 This program is distributed in the hope that it will be useful, but
33 WITHOUT ANY WARRANTY; without even the implied warranty of
34 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
35 General Public License for more details.
37 You should have received a copy of the GNU General Public License
38 along with this program. If not, see <http://www.gnu.org/licenses/>.
41 Javascript Cropping UI
42 ------------------------------
44 Copyright (c) 2006, David Spurr (http://www.defusion.org.uk)
45 Distributed under BSD License:
46 http://www.opensource.org/licenses/bsd-license.php
48 More information and new versions can be found here:
49 http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/