From: Chris W. <la...@us...> - 2005-03-17 02:25:13
|
Update of /cvsroot/openinteract/OpenInteract2/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27677/doc Modified Files: Manual.pod Log Message: cosmetic Index: Manual.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual.pod,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Manual.pod 28 Nov 2004 06:33:30 -0000 1.18 --- Manual.pod 17 Mar 2005 02:25:01 -0000 1.19 *************** *** 22,33 **** =item * ! L<OpenInteract2::Manual::Intro|OpenInteract2::Manual::Intro> ! An introduction to the capabilities and architecture of OpenInteract ! 2. =item * ! L<OpenInteract2::Manual::QuickStart|OpenInteract2::Manual::QuickStart> A quick start guide for setting up a website. --- 22,33 ---- =item * ! L<OpenInteract2::Manual::Intro> ! An introduction to the capabilities and architecture of OpenInteract2 ! -- a good starting point. =item * ! L<OpenInteract2::Manual::QuickStart> A quick start guide for setting up a website. *************** *** 35,39 **** =item * ! L<OpenInteract2::Manual::Tutorial|OpenInteract2::Manual::Tutorial> Create a new package and modify an existing one. Developers should --- 35,39 ---- =item * ! L<OpenInteract2::Manual::Tutorial> Create a new package and modify an existing one. Developers should *************** *** 42,46 **** =item * ! L<OpenInteract2::Manual::Conversion|OpenInteract2::Manual::Conversion> Read this if you're upgrading an existing OpenInteract 1.x site to --- 42,59 ---- =item * ! L<OpenInteract2::Manual::TutorialAdvanced> ! ! Add advanced features to an application. ! ! =item * ! ! L<OpenInteract2::Manual::Architecture> ! ! More in-depth discussion of the major areas of OpenInteract and a ! walk-through for a request. ! ! =item * ! ! L<OpenInteract2::Manual::Conversion> Read this if you're upgrading an existing OpenInteract 1.x site to *************** *** 50,54 **** =item * ! L<OpenInteract2::Manual::Changes|OpenInteract2::Manual::Changes> Listing of the changes between OI versions. The major architectural --- 63,67 ---- =item * ! L<OpenInteract2::Manual::Changes> Listing of the changes between OI versions. The major architectural *************** *** 57,68 **** =item * ! L<OpenInteract2::Manual::Architecture|OpenInteract2::Manual::Architecture> ! ! More in-depth discussion of the major areas of OpenInteract and a ! walk-through for a request. ! ! =item * ! ! L<OpenInteract2::Manual::Templates|OpenInteract2::Manual::Templates> Using templates, focusing on the Template Toolkit. --- 70,74 ---- =item * ! L<OpenInteract2::Manual::Templates> Using templates, focusing on the Template Toolkit. *************** *** 70,74 **** =item * ! L<OpenInteract2::Manual::Widgets|OpenInteract2::Manual::Widgets> Using template widgets in the Template Toolkit. --- 76,80 ---- =item * ! L<OpenInteract2::Manual::Widgets> Using template widgets in the Template Toolkit. *************** *** 76,80 **** =item * ! L<OpenInteract2::Manual::Packages|OpenInteract2::Manual::Packages> Learn about a package: how we create distributable OpenInteract2 --- 82,86 ---- =item * ! L<OpenInteract2::Manual::Packages> Learn about a package: how we create distributable OpenInteract2 *************** *** 83,87 **** =item * ! L<OpenInteract2::Manual::I18N|OpenInteract2::Manual::I18N> Internationalization and localization issues in OpenInteract2. --- 89,93 ---- =item * ! L<OpenInteract2::Manual::I18N> Internationalization and localization issues in OpenInteract2. *************** *** 89,93 **** =item * ! L<OpenInteract2::Manual::Caching|OpenInteract2::Manual::Caching> How to setup and use content caching. --- 95,99 ---- =item * ! L<OpenInteract2::Manual::Caching> How to setup and use content caching. *************** *** 95,99 **** =item * ! L<OpenInteract2::Manual::Logging|OpenInteract2::Manual::Logging> How to use and configure logging. --- 101,105 ---- =item * ! L<OpenInteract2::Manual::Logging> How to use and configure logging. *************** *** 101,105 **** =item * ! L<OpenInteract2::Manual::Authentication|OpenInteract2::Manual::Authentication> How to setup authentication and related actions. --- 107,111 ---- =item * ! L<OpenInteract2::Manual::Authentication> How to setup authentication and related actions. *************** *** 107,111 **** =item * ! L<OpenInteract2::Manual::Security|OpenInteract2::Manual::Security> How task and object security works and how you can change it. --- 113,117 ---- =item * ! L<OpenInteract2::Manual::Security> How task and object security works and how you can change it. *************** *** 113,117 **** =item * ! L<OpenInteract2::Manual::Management|OpenInteract2::Manual::Management> Managing OpenInteract2 using C<oi2_manage> and the --- 119,123 ---- =item * ! L<OpenInteract2::Manual::Management> Managing OpenInteract2 using C<oi2_manage> and the *************** *** 120,124 **** =item * ! L<OpenInteract2::Manual::AdminDatabase|OpenInteract2::Manual::AdminDatabase> Setup databases. --- 126,130 ---- =item * ! L<OpenInteract2::Manual::AdminDatabase> Setup databases. *************** *** 126,130 **** =item * ! L<OpenInteract2::Manual::AdminApache|OpenInteract2::Manual::AdminApache> Setup Apache/mod_perl. --- 132,136 ---- =item * ! L<OpenInteract2::Manual::AdminApache> Setup Apache/mod_perl. *************** *** 132,136 **** =item * ! L<OpenInteract2::Manual::Datasource|OpenInteract2::Manual::Datasource> How to setup and use datasources. --- 138,142 ---- =item * ! L<OpenInteract2::Manual::Datasource> How to setup and use datasources. *************** *** 138,142 **** =item * ! L<OpenInteract2::Manual::DataImport|OpenInteract2::Manual::DataImport> Importing data into OpenInteract datasources. --- 144,148 ---- =item * ! L<OpenInteract2::Manual::DataImport> Importing data into OpenInteract datasources. *************** *** 144,148 **** =item * ! L<OpenInteract2::Manual::SPOPS|OpenInteract2::Manual::SPOPS> How OpenInteract2 enhances SPOPS objects and makes them easier for you --- 150,154 ---- =item * ! L<OpenInteract2::Manual::SPOPS> How OpenInteract2 enhances SPOPS objects and makes them easier for you *************** *** 151,155 **** =item * ! L<OpenInteract2::Manual::SearchResults|OpenInteract2::Manual::SearchResults> Serializing and retrieving search results. --- 157,161 ---- =item * ! L<OpenInteract2::Manual::SearchResults> Serializing and retrieving search results. *************** *** 157,161 **** =item * ! L<OpenInteract2::Manual::LDAP|OpenInteract2::Manual::LDAP> How to setup and use LDAP support. --- 163,167 ---- =item * ! L<OpenInteract2::Manual::LDAP> How to setup and use LDAP support. |