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 git://projects.mako.cc/editimage_extension
15 You can browse the repository using the web at:
17 http://projects.mako.cc/source/?p=editimage_extension
19 To send patches or to report bugs, please contact me. To do you can
20 email me at <mako@atdot.cc> or you can leave me a talk page message
23 http://www.mediawiki.org/wiki/User_talk:Benjamin_Mako_Hill
26 ------------------------------
28 Copyright (c) 2008, Benjamin Mako Hill (http://mako.cc)
29 This software is licensed under the GNU GPL version 3:
31 This program is free software: you can redistribute it and/or
32 modify it under the terms of the GNU General Public License as
33 published by the Free Software Foundation, either version 3 of the
34 License, or (at your option) any later version.
36 This program is distributed in the hope that it will be useful, but
37 WITHOUT ANY WARRANTY; without even the implied warranty of
38 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
39 General Public License for more details.
41 You should have received a copy of the GNU General Public License
42 along with this program. If not, see <http://www.gnu.org/licenses/>.
45 Javascript Cropping UI
46 ------------------------------
48 Copyright (c) 2006, David Spurr (http://www.defusion.org.uk)
49 Distributed under BSD License:
50 http://www.opensource.org/licenses/bsd-license.php
52 More information and new versions can be found here:
53 http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/