Hi,

I have summarized, as a starting point, all the things that we have
mentioned that could go into a directive definition file:

* name
* version of apache to which it applies
* module
* required or not required
* sintax
         things that need to be specified here:
         > number of arguments
         > type of the arguments (for validation)
         > when more than one directive is encountered should we merge or
           override?
         > when the directive is inside a container (i.e. <directory>)
           should the options set there merge with the previous level (i.e
           main server file) or override the results?
* default values
* scope (<directory>, .htaccess, etc)
* description


Please reply and add/edit/remove whatever you think so we can discuss about
it and come up with what we need. Then the next steps would be figure out
which sintax would be more appropriate (Eric is working on that)
to store this information and how could this information be extracted from
the source to automate the task.

Greetings

Daniel

Reply via email to