[htdig3-dev] Config parser


Vadim Chekan (vadim@gc.lviv.ua)
Mon, 17 May 1999 17:16:20 +0300


Hello!

I've finished flex/bison configuration parser for htDig
Patches are in attachments.
I haven't tested it very hard. I just forse it to work for me :)
New parser implements all (I hope) functionality of current
Configuration class.
Next step will be implementation of possibility to assign to
objects(urls,servers,etc.) individual parameters.
I'd like to know which style of configuration do you prefer:
apache-style or named8-style

My vote is named-style.

<server www.bar.com>
start_url ....
..
..
</server>

or

server www.bar.com {
start_url ...;
..
..
}

Vadim Chekan.




This archive was generated by hypermail 2.0b3 on Mon May 17 1999 - 07:30:39 PDT