[Pieforms-commit] SF.net SVN: pieforms: [179] pieforms-php5/trunk
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-02-11 05:37:25
|
Revision: 179 http://svn.sourceforge.net/pieforms/?rev=179&view=rev Author: oracleshinoda Date: 2007-02-10 21:37:20 -0800 (Sat, 10 Feb 2007) Log Message: ----------- Corrected copyright years, one typo, and linked to the JS calendar Modified Paths: -------------- pieforms-php5/trunk/CHANGELOG pieforms-php5/trunk/INSTALL pieforms-php5/trunk/README Modified: pieforms-php5/trunk/CHANGELOG =================================================================== --- pieforms-php5/trunk/CHANGELOG 2007-02-09 08:38:01 UTC (rev 178) +++ pieforms-php5/trunk/CHANGELOG 2007-02-11 05:37:20 UTC (rev 179) @@ -1,7 +1,7 @@ Pieforms - Advanced web forms made easy Nigel McNie - http://nigel.mcnie.name/ - (C) 2006 Catalyst IT Ltd - http://catalyst.net.nz/ + (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ For a list of changes between versions, please see the sourceforge release notes and changes for the release you have downloaded. This contains both a Modified: pieforms-php5/trunk/INSTALL =================================================================== --- pieforms-php5/trunk/INSTALL 2007-02-09 08:38:01 UTC (rev 178) +++ pieforms-php5/trunk/INSTALL 2007-02-11 05:37:20 UTC (rev 179) @@ -1,7 +1,7 @@ Pieforms - Advanced web forms made easy Nigel McNie - http://nigel.mcnie.name/ - (C) 2006 Catalyst IT Ltd - http://catalyst.net.nz/ + (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ Requirements ------------ Modified: pieforms-php5/trunk/README =================================================================== --- pieforms-php5/trunk/README 2007-02-09 08:38:01 UTC (rev 178) +++ pieforms-php5/trunk/README 2007-02-11 05:37:20 UTC (rev 179) @@ -1,7 +1,7 @@ Pieforms - Advanced web forms made easy Nigel McNie - http://nigel.mcnie.name/ - (C) 2006 Catalyst IT Ltd - http://catalyst.net.nz/ + (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ For installation instructions, please see the INSTALL file in this folder @@ -9,7 +9,7 @@ -------------- Pieforms provides a simple, unified way to create, validate and process web -forms all with a common look and field. It supports many more types of form +forms all with a common look and feel. It supports many more types of form controls (elements) than the standard HTML controls, for example date pickers and ajax comboboxes. In addition, each element can have pluggable rules applied to it, and the elements can be rendered inside custom containers, @@ -55,7 +55,7 @@ Pieforms is licensed under the GNU GPL. For more information, please see the COPYING file that comes with this package. -Pieforms is copyright (C) 2006 Catalyst IT Ltd. +Pieforms is copyright (C) 2006, 2007 Catalyst IT Ltd. Pieforms includes parts of MochiKit [1], which is required for the AJAX post functionality. MochiKit is dual licensed under the MIT license or Academic @@ -65,11 +65,12 @@ functionality, if the json extension for PHP is not installed or enabled. Services_JSON is licensed under the BSD license. -Pieforms includes the free version of the dynarch javascript calendar, which +Pieforms includes the free version of the dynarch javascript calendar [3], which is required for the 'calendar' element to function properly. The calendar is licensed under the LGPL. [1] http://mochikit.com/ [2] http://pear.php.net/pepr/pepr-proposal-show.php?id=198 +[3] http://www.dynarch.com/projects/calendar/ -- Nigel McNie <ni...@ca...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |