noted the new URL for git repository
[editimage_extension] / README
1 EditImage Mediawiki Extension
2 ------------------------------
3
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!
6
7 For documentation and general informtion see:
8
9   http://www.mediawiki.org/wiki/Extension:EditImage
10
11 For source code, please download the latest version using this command:
12
13   git clone git://projects.mako.cc/editimage_extension
14
15 You can browse the repository using the web at:
16
17   http://projects.mako.cc/source/?p=editimage_extension
18
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
21 here:
22
23   http://www.mediawiki.org/wiki/User_talk:Benjamin_Mako_Hill
24
25 EditImage Licensing
26 ------------------------------
27
28 Copyright (c) 2008, Benjamin Mako Hill (http://mako.cc)
29 This software is licensed under the GNU GPL version 3:
30
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.
35
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.
40
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/>.
43
44
45 Javascript Cropping UI 
46 ------------------------------
47
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
51
52 More information and new versions can be found here:
53   http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/
54

Benjamin Mako Hill || Want to submit a patch?