Changeset 896

Show
Ignore:
Timestamp:
01/09/06 11:00:19 (7 years ago)
Author:
max-horvath
Message:

2005-01-09 Max Horvath <max.horvath@…>

  • createDoc.sh: added description of how to install requirements
Location:
trunk/wifidog-auth
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/ChangeLog

    r895 r896  
    1 2005-01-08 Benoit Grégoire  <bock@step.polymtl.ca> 
     12006-01-09 Max Horváth <max.horvath@maxspot.de> 
     2        * createDoc.sh: added description of how to install requirements 
     3 
     42006-01-08 Benoit Grégoire  <bock@step.polymtl.ca> 
    25        * common.php:  Improve path detection code, and start moving PATH detection back to a central location. 
    36        You should NEVER go to any $_SERVER[] variables for path related stuff, all you need is already available 
     
    58        * UserReport.php:  Remove dangling reference to BASEPATH. 
    69        * install.php:  Use centralised path detection. 
    7          
    8 2005-01-04 Benoit Grégoire  <bock@step.polymtl.ca> 
     10 
     112006-01-04 Benoit Grégoire  <bock@step.polymtl.ca> 
    912        * config.php, common.php:  Completely remove SYSTEM_PATH from config.php, making one less config option to manage.  It is now autodetected. 
    1013 
     
    3639        * This build needs extensive testing please 
    3740        * E-mail blacklisting (Mail class) 
    38          
     41 
    39422005-12-29 François Proulx <francois.proulx@gmail.com> 
    4043        * Added Aidan's file_exists_incpath function to Dependencies class 
     
    4245        * Removed blank lines at end of many files 
    4346        * Tested the new Phlickr package, which fixes URL on Flickr 
    44          
     47 
    45482005-12-28 Max Horváth <max.horvath@maxspot.de> 
    4649        * Removed BASEPATH define from source - resulting in a better require-overview 
  • trunk/wifidog-auth/createDoc.sh

    r865 r896  
    22# 
    33# Creates the WiFiDog documentation 
     4# ================================= 
    45# 
    5 # Make sure you've installed PEAR::PhpDocumentor version 1.3+ on your computer! 
     6# Requirements to create the documentation: 
     7# - PEAR::PhpDocumentor version 1.3+ must be installed 
     8# - the stable version doesn't support PHP5 code 
     9# - install PEAR::PhpDocumentor version 1.3 this way: 
     10#   pear install PhpDocumentor-beta 
     11# - memory_limit flag in php.ini must be larger than 8 MB (at least 16 MB recommended) 
    612 
    7 phpdoc -t  doc -d  wifidog/ -i  wifidog/admin/templates/,wifidog/classes/AbstractDbMySql.php,wifidog/images/,wifidog/includes/HTMLeditor/,wifidog/js/,wifidog/lib/FCKeditor/,wifidog/lib/magpie/,wifidog/lib/Phlickr/,wifidog/lib/smarty/,wifidog/local_content/,wifidog/locale/,wifidog/templates/,wifidog/tmp/,local.config.php -pp on -s on -ti "WiFiDog Documentation" -o  HTML:frames:default 
     13phpdoc -t  doc -d  wifidog/,doc -i  wifidog/admin/templates/,wifidog/classes/AbstractDbMySql.php,wifidog/images/,wifidog/includes/HTMLeditor/,wifidog/js/,wifidog/lib/FCKeditor/,wifidog/lib/magpie/,wifidog/lib/Phlickr/,wifidog/lib/smarty/,wifidog/local_content/,wifidog/locale/,wifidog/templates/,wifidog/tmp/,local.config.php -pp on -s on -ti "WiFiDog Documentation" -o  HTML:frames:default