Show
Ignore:
Timestamp:
02/16/06 19:42:00 (7 years ago)
Author:
max-horvath
Message:

"2006-02-16 Max Horvath <max.horvath@…>

  • added full PHPdoc documentation to Mail class
  • added more temporary-email-address-providers to the black-list
  • Login site now uses a Smarty template to render HTML page
  • Refactored signup site - now it also includes the help toolbox
  • removed Phlickr directory in /lib dir as Phlickr must be installed via PEAR
  • modified gen.sh to include new template folders for the translation file generation"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/INSTALL

    r939 r952  
    33 
    44- PHP 5.x (http://www.php.net) 
     5- PHP's mbstring extention installed 
    56- PHP's php-xml extention installed (Required if RSS support is on) 
    67- PHP's dom extension installed (Required if you want to export the list of 
    78  Hotspots as a RSS feed) 
     9- PHP's curl extension installed (Required if you want to use Phlickr) 
    810- PHP compiled with gettext support (Will be autodetected if unavailable, but 
    911  you will loose internationalization) 
     
    1517  content with a HTML text editor aka WYSIWYG editor) 
    1618- PEAR (if you need RADIUS auth support, see below) 
    17 - Phlickr installed as a PEAR package (http://phlickr.sourceforge.net/) (required 
    18   if you want to use the content class accessing Flickr photo albums) 
     19- Phlickr 0.2.5+ installed as a PEAR package (http://phlickr.sourceforge.net/) 
     20  (required if you want to use the content class accessing Flickr photo albums) 
    1921- PEAR packages radius, Auth_RADIUS and Crypt_CHAP (required if you need RADIUS 
    2022  support)