Mercurial > ~darius > hgwebdir.cgi > scrape-vb
annotate scrape-vb.ini @ 7:bf896507faa9
Add code to send an SMS if configured to do so.
Rearrange the output stage a bit to make it clearer.
author | darius |
---|---|
date | Fri, 07 Sep 2007 01:31:47 +0000 |
parents | 89232ea0c3d4 |
children |
rev | line source |
---|---|
3
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
1 [global] |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
2 mailhost=mail.dons.net.au |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
3 mailfrom=darius@dons.net.au |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
4 #mailsubj="Virgin Blue Happy Hour Deals" |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
5 #mailsend=True |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
6 #vburl = 'http://virginblue.com.au' |
7 | 7 smsuser=0403070726 |
8 smspass=DWxVl6DdjAg | |
9 smssend=True | |
3
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
10 |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
11 [darius@dons.net.au] |
7 | 12 phone=0403070726 |
13 #city1=Perth | |
3
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
14 |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
15 [sarah.mahoney@nehta.give.au] |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
16 city1=Adelaide |
89232ea0c3d4
Read configuration from an ini file rather than hard coding it in the
darius
parents:
diff
changeset
|
17 city2=Brisbane |