Changeset 1045
- Timestamp:
- 05/20/06 18:33:09 (7 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 4 added
- 2 modified
-
CHANGELOG (modified) (2 diffs)
-
wifidog/README.txt (modified) (1 diff)
-
wifidog/contrib (added)
-
wifidog/contrib/xslt (added)
-
wifidog/contrib/xslt/hotspot_status_browser.xsl (added)
-
wifidog/contrib/xslt/hotspot_status_pda.xsl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1042 r1045 1 2006-05-10 François Proulx <francois.proulx@gmail.com> 2 * Added /wifidog/contrib and /wifidog/contrib/xslt directories 3 * Posted Île Sans Fil XSLT example stylesheet for converting the hotspot_status page 4 * Browser view 5 * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>) 6 * Simply use in this manner : 7 http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl 8 1 9 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> 2 10 * page.php: Fix bugs in various files preventing the system from working from the command line. … … 13 21 * Interim commit, begin simplifying the html ans stylesheets, and re-doing the general look. 14 22 This is incomplete, this commit was done to fix the problem above. 15 * install.php: Fix path problems, make shel command errors visible. Update magpie and smarty url to latest versions (note that this won't 16 automatically update an existing install). Didn't touch phlickr as I didn't know the implications 23 * install.php: Fix path problems, make shel command errors visible. Update magpie and smarty url to latest versions (note that this won't 24 automatically update an existing install). Didn't touch phlickr as I didn't know the implications 17 25 * Add interactive scripts in sql/ to easily backup and restore a wifidog auth server database. 18 26 -
trunk/wifidog-auth/wifidog/README.txt
r1031 r1045 3 3 4 4 Subdirectories: 5 admin: PHP scripts for the adminstrative interface 5 admin: PHP scripts for the adminstrative interface 6 6 auth: Gateway authentication responder 7 7 classes: All the PHP classes 8 content: Scripts and reports for specific content types (such as PatternLanguage) 8 content: Scripts and reports for specific content types (such as PatternLanguage) 9 contrib: Various scripts and templates given as examples 9 10 cron: PHP scripts meant to be executed on a regular basis 10 11 include: PHP includes
