On Sun, Jun 03, 2001 at 02:58:36PM +1200, David McNab wrote:
> I'm willing to write a complete Freenet node configurator as a native
> Windows GUI app.

Good idea, might I suggest that we define a standard format to specify
command line options, maybe in XML, which would look like this:

<section name="FProxy">
  <description>
    Configuration options pertaining to FProxy, Freenet's
    web interface.
  </description>
  <option>
   <varName>services.fproxy.htl</varName>
   <varType><int min="0" max="100"/></vartype>
  </option>
  <option>
  ...
  </option>
</section>  

This would allow multiple configuration clients, which did not have to
be modified every time we add a new option.

Ian.

PGP signature

Reply via email to