[Pieforms-commit] SF.net SVN: pieforms: [229] pieforms-php5/trunk
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-12-27 23:21:37
|
Revision: 229 http://pieforms.svn.sourceforge.net/pieforms/?rev=229&view=rev Author: oracleshinoda Date: 2007-12-27 15:21:38 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Updated basic documentation to have 2008 copyright, and reworded to hint at the new templating features. Modified Paths: -------------- pieforms-php5/trunk/CHANGELOG pieforms-php5/trunk/INSTALL pieforms-php5/trunk/README Modified: pieforms-php5/trunk/CHANGELOG =================================================================== --- pieforms-php5/trunk/CHANGELOG 2007-12-16 21:05:42 UTC (rev 228) +++ pieforms-php5/trunk/CHANGELOG 2007-12-27 23:21:38 UTC (rev 229) @@ -1,7 +1,7 @@ - Pieforms - Advanced web forms made easy + Pieforms - Advanced web forms made easy - Nigel McNie - http://nigel.mcnie.name/ - (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ + Nigel McNie - http://nigel.mcnie.name/ + (C) 2006 - 2008 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-12-16 21:05:42 UTC (rev 228) +++ pieforms-php5/trunk/INSTALL 2007-12-27 23:21:38 UTC (rev 229) @@ -1,7 +1,7 @@ - Pieforms - Advanced web forms made easy + Pieforms - Advanced web forms made easy - Nigel McNie - http://nigel.mcnie.name/ - (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ + Nigel McNie - http://nigel.mcnie.name/ + (C) 2006 - 2008 Catalyst IT Ltd - http://catalyst.net.nz/ Requirements ------------ @@ -14,9 +14,10 @@ the native JSON extension for PHP available. This does not apply if you do not wish to use the JS form submission support. -Pieforms requires the Base, Iter, Style, DOM and Async modules of MochiKit for -AJAX form submission support. A packed version of MochiKit containing just -these modules is available for your convenience in the js/MochiKit directory. +Pieforms requires the Base, Iter, Style, DOM, Async and Signal modules of +MochiKit for AJAX form submission support. A packed version of MochiKit +containing just these modules is available for your convenience in the +js/MochiKit directory. Installation of Pieforms ------------------------ Modified: pieforms-php5/trunk/README =================================================================== --- pieforms-php5/trunk/README 2007-12-16 21:05:42 UTC (rev 228) +++ pieforms-php5/trunk/README 2007-12-27 23:21:38 UTC (rev 229) @@ -1,7 +1,7 @@ - Pieforms - Advanced web forms made easy + Pieforms - Advanced web forms made easy - Nigel McNie - http://nigel.mcnie.name/ - (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ + Nigel McNie - http://nigel.mcnie.name/ + (C) 2006 - 2008 Catalyst IT Ltd - http://catalyst.net.nz/ For installation instructions, please see the INSTALL file in this folder @@ -12,7 +12,7 @@ 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, +applied to it, and the whole form can be layed out as precisely as you like, allowing a lot of flexibility around form output. Pieforms also has a really simple API that makes writing forms very easy. For @@ -33,21 +33,18 @@ a hidden iframe (JS form submission) - validation still works fine, just your forms are submitted a whole lot faster! -Currently, Pieforms is under heavy development, but gains new features and -bugfixes almost every day. While releases will be made regularly, it's -probably best to work off of SVN for now. +Currently, Pieforms is under design and development, and is constantly +improving. While releases will be made regularly, it's probably best to work +off of SVN for now. Requirements ------------ You've downloaded the PHP5 version of Pieforms. With some reasonably minimal -hacking it could be made to work with PHP4 (by making sure that the $form -object is passed around by reference with the & operator, removing some PHP5 -keywords like 'public' and 'private', and changing error handling to not -involve throwing exceptions), I am not going to do the work involved unless I -need it. If you want, you could get it working and provide a patch, which I -would maintain as a separate tree. But in reality, you should think about -moving your project to PHP5. +hacking it could be made to work with PHP4, I am not going to do the work +involved unless I need it. If you want, you could get it working and provide a +patch, which I would maintain as a separate tree. But in reality, you should +think about moving your project to PHP5. License and Copyright --------------------- @@ -55,7 +52,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, 2007 Catalyst IT Ltd. +Pieforms is copyright (C) 2006 - 2008 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |