Geoff suggested I move this to the developers list, so here we are.

I've been browsing through the htsearch.cc code to sort of get a feel
for where the changes need to be made to implement this properly.
I want to make sure the changes I introduce fit with the overall
consistencey of the htdig project code.  I certainly want to keep this from
looking
like a cheap hack :)


I figure that it would be appropriate to set the start an end date
variables by putting them in the config paramaters
with something like
config.Add("start_month", input["startmonth"]);
..
for instance.  This would happen near line 153 or so.


the config object has to be accessible by the htsearch (or maybe the parse
methods, see below)
function because it will contain this information.  Where is this
information declared?
I've searched for it, but it has eluded me at this point


Hmm this brings up another question... the actuall function htsearch is
pretty tiny,
but makes calles to the parser for result compilation...
should I actually be making these modifications inside the parse code?






------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to