From: Chris W. <la...@us...> - 2005-02-26 05:05:22
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17622 Modified Files: Packages.pod Log Message: cosmetic Index: Packages.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Packages.pod,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Packages.pod 30 Nov 2004 01:55:02 -0000 1.8 --- Packages.pod 26 Feb 2005 05:05:13 -0000 1.9 *************** *** 18,24 **** functionality while the core framework handles the storage interface (e.g., putting your objects in a database), dispatches URL requests to ! your objects (this is called I<handling> an I<action>), security, ! authentication and authorization, session management and a few other ! details. An application usually defines persistent objects that keep state from --- 18,23 ---- functionality while the core framework handles the storage interface (e.g., putting your objects in a database), dispatches URL requests to ! your objects, security, authentication and authorization, session ! management and lots of other features. An application usually defines persistent objects that keep state from *************** *** 29,34 **** OpenInteract2 comes with tools to install, uninstall and query ! currently installed packages. This greatly simplifies the task of ! creating, testing and distributing your application. =head1 PACKAGE CONTENTS --- 28,37 ---- OpenInteract2 comes with tools to install, uninstall and query ! packages currently installed to a website. This greatly simplifies the ! task of creating, testing and distributing your application. ! ! You can also bundle a package up in a CPAN-friendly distribution and ! use Perl's built-in tools to install the package to your Perl ! installation as well as to your website. =head1 PACKAGE CONTENTS |