Changeset 21 for trunk/docs

Show
Ignore:
Timestamp:
09/25/04 10:59:13 (4 years ago)
Author:
gerd
Message:

- update docs
- corrected typos
- changes to make Native driver compatible with PHP5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/install.txt

    r2 r21  
    99 * @license LGPL 
    1010 * @link http://www.php-tools.net 
    11  * @todo more detailed information 
    1211 */ 
    1312  
    1413patSession Installation 
    1514======================= 
    16 This is a very short document, that tries to help you setting up patError for  
     15This is a very short document, that tries to help you setting up patSession for  
    1716basic usage. Please read the readme.txt for further information. 
    1817 
    1918INSTALLATION 
    2019============ 
    21 Copy the file patSession.php into your include directory. That 's all. 
     20This package requires patError! patError is another project of the patTeam. It  
     21can be found and downloaded at http://www.php-tools.net 
     22 
     23Due to avoid conflicts with different verions of patError, we decided not to  
     24include the files of patError in other packages. Sorry for inconvinience.  
     25 
     26Manual installation: 
     27-------------------- 
     28Copy the file patSession.php and the folder (inclusive subfolders) into you  
     29include directory. That's all.  
     30 
     31Install the PEAR package 
     32------------------------ 
     33Download the PEAR package file from the project homepage and install it, by  
     34typing the command:  
     35 
     36 pear install <filename> 
     37  
     38After installation, patSession can be included with: 
     39  include_once 'pat/patSession.php'; 
     40  
    2241 
    2342TESTING 
     
    2645"include_once"-statement. 
    2746 
    28  
    29  
  • trunk/docs/readme.txt

    r17 r21  
    99 * @license LGPL 
    1010 * @link http://www.php-tools.net 
    11  * @todo more detailed information 
    12  * @todo write a lot :-) 
    1311 */ 
    1412 
     
    1614Homepage at http://www.php-tools.net 
    1715 
    18 This program and all associated files are released under the GNU Lesser Public License, 
     16This program and all associated files are released under the  
     17                GNU Lesser Public License, 
    1918see http://www.gnu.org/licenses/lgpl.txt for details! 
    2019  
     
    2625only the native-driver is implemented (it used the native php session support). 
    2726 
    28 Sorry, no text here... 
     27More documentation can be found at the project homepage: 
     28     http://www.php-tools.net.  
    2929 
    30  
    31 Enjoy, gERD 
     30Kind regards, gERD 
    3231Viel Spaß am Gerät, gERD 
    3332