This website, designed by TheStreetBullFinder.com, includes several open source packages
under several different open source licenses as described below.
All of the source for these included open source packages may be found here:
jsmin.php - PHP implementation of
Douglas Crockford's JSMin.
This is pretty much a direct port of jsmin.c to PHP with just a few
PHP-specific performance tweaks. Also, whereas jsmin.c reads from stdin and
outputs to stdout, this library accepts a string as input and returns another
string as output. PHP 5 or higher is required. Permission is hereby granted to use this version of the library under the
same terms as jsmin.c, which has the following license:
Copyright (c) 2002 Douglas Crockford (www.crockford.com)
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 shall be used for Good, not Evil.
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. -- @package JSMin
@author Ryan Grove
@copyright 2002 Douglas Crockford (jsmin.c)
@copyright 2008 Ryan Grove (PHP port)
@license http://opensource.org/licenses/mit-license.php MIT License
@version 1.1.1 (2008-03-02)
@link http://code.google.com/p/jsmin-php/
HTML Treemap Implementation by
Geoff Gaudreault, his code is
provided "AS-IS with no warranty express or implied. Use this code, or any code that I write, at your own risk."
Cruciforum is a very simple web forum, designed by
Stuart Langridge who made it really easy to add a discussion forum to a website.
If you want to start off some conversation around a bit of code you've written,
provide somewhere to let people enter feature requests, or just want somewhere to chat with your mates,
Cruciforum is for you. Cruciforum is under the GPL, v2 or greater.
Copyright (c) 2001-2003
Geir Landrö (drop@destroydrop.com),
JavaScript Tree - www.destroydrop.com/hjavascripts/tree/ Version 0.96
This script can be used freely as long as all copyright messages are intact.
This is the php version of the
Dean Edwards JavaScript's Packer, Based on : ParseMaster, version 1.0.2 (2005-08-19) Copyright 2005, Dean Edwards
packer, version 2.0.2 (2005-08-19) Copyright 2004-2005, Dean Edwards,
License: http://creativecommons.org/licenses/LGPL/2.1/ Ported to PHP by Nicolas Martin.