Return-path: Received: from venema.h4ckr.net ([217.24.1.135]:48396 "EHLO venema.h4ckr.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757467AbYCWLQI (ORCPT ); Sun, 23 Mar 2008 07:16:08 -0400 Message-ID: <51945.213.10.206.148.1206269365.squirrel@webmail.madwifi.org> (sfid-20080323_111613_614608_4A920077) In-Reply-To: <43e72e890803061755x17b2a626xddd7dd71a92a80c5@mail.gmail.com> References: <43e72e890802261555i37d8f470q9ac16df8140740fe@mail.gmail.com> <200803051132.24020.bruno@thinktube.com> <43e72e890803061755x17b2a626xddd7dd71a92a80c5@mail.gmail.com> Date: Sun, 23 Mar 2008 11:49:25 +0100 (CET) Subject: Re: [RFC] Linux central regulatory domain agent - next stage From: "Michael Renzmann" To: "Luis R. Rodriguez" Cc: "bruno randolf" , "linux-wireless" , "linux kernel" , "Johannes Berg" , "John W. Linville" , "Jouni Malinen" , "Larry Finger" , "Sam Leffler" , "Dan Williams" , "Ivan Seskar" , "Kishore Ramachandran" , "Perez-Gonzalez, Inaky" , "Marcel Holtmann" , "Tim Gardner" , "Jean Tourrilhes" MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi all. > Well the whole notion of using a db was for the purpose of > presentation and for easy review. I'd like to make it easy for > non-developers to contribute changes to the regulatory db. How about keeping the master file in a yet-to-be-defined XML format? It's not too hard to make the webserver display it (via XSLT, some server-side script or whatever). Even without the webserver being available it's possible for a human to make sense of the content of the master file. Being a text file it can be managed with virtually any version control system. It's possible to make sense of and understand all recorded changes without additional tools. Users of the file could decide to compile the master file from XML into whatever format their tools prefer. For Linux it would be some binary format, for the reasons stated earlier in this thread. Other OS/users might decide on something else, even on using the master file as is. The compiler could use a standard XML library, making it easy for distributors to satisfy the dependencies. If necessary it could fall back on it's own simple XML parser. Support for various output formats could be implemented as modules or even as plugins. Just my 2 cents. Bye, Mike