denverpost / skireport

The Denver Post's Ski Report. Established 2007. http://denverpost.com/skireport
http://denverpost.com/skireport
MIT License
0 stars 0 forks source link

Ski Report

The Denver Post's Ski Report. Lots of legacy code, 2007-era.

Developing with the Ski Report

Necessary Environment Variables:

Note: your php.ini must allow environment variables, i.e. variables_order = "EGPCS"

How to's

Run an update of all the snow reports:

./update.bash update

Flush cache on the outputted flat files:

php output.php skiarea

Front-end development

Most of the markup you need is in template/. The markup is assembled in output.php and output_functions.php.

To Do's

Now maintained on the issues page

Related