Revision: 278
http://pieforms.svn.sourceforge.net/pieforms/?rev=278&view=rev
Author: oracleshinoda
Date: 2008-01-03 02:33:18 -0800 (Thu, 03 Jan 2008)
Log Message:
-----------
Some minor typographical changes to the README.
Modified Paths:
--------------
pieforms-php5/trunk/README
Modified: pieforms-php5/trunk/README
===================================================================
--- pieforms-php5/trunk/README 2008-01-03 10:32:58 UTC (rev 277)
+++ pieforms-php5/trunk/README 2008-01-03 10:33:18 UTC (rev 278)
@@ -9,11 +9,10 @@
--------------
Pieforms provides a simple, unified way to create, validate and process web
-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 form can be layed out as consistently or flexibly as you
-require.
+forms 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 form can be layed out as consistently or flexibly as you require.
Pieforms also has a really simple API that makes writing forms very easy. For
most cases, you will simply define a hash describing your form and provide a
@@ -41,7 +40,7 @@
------------
You've downloaded the PHP5 version of Pieforms. With some reasonably minimal
-hacking it could be made to work with PHP4, I am not going to do the work
+hacking it could be made to work with PHP4, but 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.
@@ -54,11 +53,11 @@
Pieforms is copyright (C) 2006 - 2008 Catalyst IT Ltd.
-Pieforms includes parts of MochiKit [1], which is required for the AJAX post
+Pieforms includes parts of MochiKit [1], which is required for the XHR 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
+Pieforms includes Services_JSON [2], which is required for XHR post
functionality, if the json extension for PHP is not installed or enabled.
Services_JSON is licensed under the BSD license.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|