public
Description: It's an extension for Radiant CMS. It allows for a page to be copied (or moved) under a new parent.
Homepage: http://gravityblast.com/projects/radiant-copymove-extension/
Clone URL: git://github.com/pilu/radiant-copy-move.git
seancribbs (author)
Mon Jul 27 07:26:41 -0700 2009
pilu (committer)
Tue Aug 11 05:28:53 -0700 2009
commit  94a4f097fa2c2dd2da46e35d377507a90d357fe1
tree    6f512b1d26d36bd3fdaf6cd81d2c4c0370991056
parent  d1b35b87bed1403fa2b310406e913e04f062242c
radiant-copy-move / LICENSE
100755 21 lines (17 sloc) 1.126 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
== MIT License
 
Copyright (c) 2007, Andrea Franz - (http://bigchieflabs.com/blog/, http://bigchief.it)
 
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.