root/.todo

Revision 142:814d4a3c6ca0, 1.5 KB (checked in by chris, 16 months ago)

Added support for using a proxy to get files from weather.gov. In the [main] section a keyword called 'proxy' can be used. The form should be 'http://proxy.example.com:3128' for example.

Line 
1<todo version="0.1.19">
2    <note priority="medium" time="1224639856" done="1224727536">
3        handle the log configuration file override from the command line
4        <comment>
5            finished adding code to handle --logconf command line option
6        </comment>
7    </note>
8    <note priority="medium" time="1224639946" done="1224726839">
9        handle the quiet command line option.  need to figure out how to get the python logger to override the console handler.
10        <comment>
11            added guts for -q to work now
12        </comment>
13    </note>
14    <note priority="medium" time="1224891222" done="1224892822">
15        create a new generic execution device that will invoke programs on the command line with certain arguments like id, alert type, area, etc..
16        <comment>
17            done
18        </comment>
19    </note>
20    <note priority="low" time="1224640020" done="1224725881">
21        add textwidth to config file and formatting of the description text
22        <comment>
23            added textwidth parameter to config file
24        </comment>
25    </note>
26    <note priority="medium" time="1224639895">
27        create script to ram all the code into a single file to make it more like the original program
28    </note>
29    <note priority="medium" time="1226198990" done="1226199792">
30        allow use of a proxy to fetch the xml files
31        <comment>
32            Added support, new config in [main] section called 'proxy'
33        </comment>
34    </note>
35</todo>
Note: See TracBrowser for help on using the browser.