[Pieforms-commit] SF.net SVN: pieforms: [38] pieforms/README
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2006-11-19 11:28:19
|
Revision: 38 http://svn.sourceforge.net/pieforms/?rev=38&view=rev Author: oracleshinoda Date: 2006-11-19 03:28:15 -0800 (Sun, 19 Nov 2006) Log Message: ----------- Added an extra paragraph to the readme. Added licensing information as well Modified Paths: -------------- pieforms/README Modified: pieforms/README =================================================================== --- pieforms/README 2006-11-19 11:20:49 UTC (rev 37) +++ pieforms/README 2006-11-19 11:28:15 UTC (rev 38) @@ -21,6 +21,13 @@ validation. However, there are plenty of hooks in place that allow much power in how the forms are handled, both server and client side. +No form library is going to have all the widgets you require (and the behaviour +you want), for anything other than a small project. Thankfully, Pieforms has a +very simple API for adding your own widgets. Once they are written, simply drop +them in place and use them just like any other Pieform widget! They can +encapsulate a myriad of functionality all by themselves, and once written you +can reuse them for any form you write. + Pieforms supports many advanced features, that are as easy to use as flicking a switch. For example, change one flag and instantly your forms are submitted by AJAX - validation still works fine, just your forms are submitted a whole @@ -50,5 +57,15 @@ Pieforms is copyright (C) 2006 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 +Free License, v2.1. +Pieforms includes Services_JSON [2], which is required for AJAX post +functionality, if the json extension for PHP is not installed or enabled. +Services_JSON is licensed under the BSD license. + +[1] http://mochikit.com/ +[2] http://pear.php.net/pepr/pepr-proposal-show.php?id=198 + -- Nigel McNie <ni...@ca...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |