#include <list>
#include "Parser.H"
#include "Event.H"
#include "HTMLGrabber.H"
Go to the source code of this file.
Defines | |
#define | PARSERTTT_GRAB_RETRIES 5 |
How many times to retry if wget fails. | |
#define | PARSERTTT_STARTINGURL_LENGTH 65 |
The length of the char* starting_Url. | |
#define | PARSERTTT_TIMESTR_LENGTH 24 |
The length of the char* we will use for figuring out time. Anything longer than this will be considered too complicated to parse. | |
#define | PARSERTTT_FIRST_DST_BOUND_2006 1143957600 |
seconds since epoch of first DST boundary in 2006 | |
#define | PARSERTTT_SECOND_DST_BOUND_2006 1162105200 |
seconds since epoch of second DST boundary in 2006 |