jcarnu / Stuck

Stuck: a simple, functional, and attractive open-source PHP pastebin

Home Page:http://code.chrisdzombak.net/stuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For install instructions, see the INSTALL file provided with this distribution.
For upgrade instructions, see the UPGRADE file provided with this distribution.

Stuck is an open-source PHP pastebin software released under the GPL.
A copy of the license is in the LICENSE file provided with this distribution.

This software is released by Chris Dzombak.
This software is based on Stikked by Ben McRedmond, created 2008-09-15.

----------
Copyrights
----------
The modifications to the original Stikked software (code after and including commit 6cd9a161 on 2010-02-01) are (c) 2010 Chris Dzombak.
The unmodified portions of this software (code prior to and including commit 1ce2f497 on 2009-08-30) are (c) Stikked.

-------------
License Terms
-------------
Stuck is an open-source (GPL) PHP application which may be used under the following conditions:
	(1). The footer message remains intact, you may add to it but not take away. Removing the current footer message breaches the license.
	(2). You acknowledge that Stikked is built off the open-source CodeIgniter framework available at http://codeigniter.com which is licensed under the terms outlined in "CI_LICENSE".
	(3). You acknowledge the JQuery library is included with Stikked and is dual licensed under the GPL/MIT licenses available at http://jquery.com.
	(4). You acknowledge that the geshi library is included with stikked, licensing information on this can be found in /system/application/libraries/geshi/docs/.
	(5). You acknowledge the terms under which the jQuery "clipboard" plugin is released, these terms can be found in /static/js/jquery.clipboard.js.
	(6). You agree to the terms of the GPL license agreement under which stikked is released, you can find a copy of this license in this directory under the name "LICENSE".

About

Stuck: a simple, functional, and attractive open-source PHP pastebin

http://code.chrisdzombak.net/stuck

License:GNU General Public License v3.0


Languages

Language:PHP 99.6%Language:JavaScript 0.4%