canteen-info

Scrape weekly menus from canteens surrounding Aarhus University
git clone git://src.adamsgaard.dk/canteen-info
Log | Files | Refs | README | LICENSE

commit 56b927d6c0bc8b6da641ccec58066cbf60def2fe
parent 7fc6d3fe34290df2b6747c97bb812bb69cc1d710
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 10 Mar 2015 12:36:20 +0100

update readme to reflect stdout output

Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -18,11 +18,11 @@ To generate the output HTML webpage run: $ canteeninfo -The HTML file will be saved in the current folder as `canteeninfo.html`. I -recommend copying the file to the www root folder if the machine hosts a -webserver or transfering the file to a webserver using SCP. It is also -recommended to automatically regenerate the page with a cron job, (``crontab --e``). For example: +The HTML file will be output. To save it as a file in the current folder run +`canteeninfo > ./canteeninfo.html`. I recommend copying the file to the www root +folder if the machine hosts a webserver or transfering the file to a webserver +using SCP. It is also recommended to automatically regenerate the page with a +cron job, (``crontab -e``). For example: 30 * * * * canteeninfo > /tmp/canteeninfo.html && scp /tmp/canteeninfo.html adc@fh.cs.au.dk:~/public_html_cs/files > ~/.canteeninfo.log