Update of /cvsroot/pidget/pidget
In directory sc8-pr-cvs1:/tmp/cvs-serv8084
Modified Files:
README
Log Message:
Updated the README
Index: README
===================================================================
RCS file: /cvsroot/pidget/pidget/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README 17 Sep 2003 13:57:16 -0000 1.3
--- README 15 Oct 2003 17:49:11 -0000 1.4
***************
*** 3,8 ****
================================================================================
! Pidget is a graphical toolkit that abstracts HTML in PHP5, allowing for a clean
! separation of display and logic in applications. Pidget is the same concept
! as QT (the C++ graphical toolkit), but for PHP5 and HTML. It provides all the
! components necessary to create interactive web applications while encouraging
--- 3,18 ----
================================================================================
! http://www.pidget.org
!
! Pidget is an object oriented toolkit for rendering HTML in PHP5. It provides
! all of the components necessary to create interactive web applications while
! encouraging proper separation of display and logic in the application code. The
! advanced styling engine in Pidget allows for dramatically different templates
! to be developed independant of any implementation. Pidget also has the ability
! to bind data sources with widgets and simplify the process of form creation and
! modification. This is not simply a templating engine, but is perhaps the first
! all-encompassing graphical toolkit for PHP.
!
! How to Install
! ==============
! Please read the INSTALL document.
|