$Header$

What is it ?
------------

The rfid-cgi is a CGI interface to the rfid(3) library. 

How to test it ?
----------------

Add something like the following to your local apache
server configuration:

ScriptAlias /rfid-cgi .../rfid-cgi

Where .../rfid-cgi is the absolute path name of the rfid-cgi
binary.

Restart the server and try:

http://localhost/rfid-cgi?read=1
http://localhost/rfid-cgi?write=somestuff


How to install it ?
-------------------

./configure

make all

make check

make install

Where is the documentation ?
----------------------------

man rfid-cgi

Where can I download it ?
-------------------------
The main distribution site is http://nongnu.org/projects/rfid/

What is the license ?
---------------------
rfid is distributed under the GNU GPL, as found at 
http://www.gnu.org/licenses/gpl.txt. 

Copyright holder:

	INRIA
	Domaine de Voluceau
	Rocquencourt - B.P. 105
	78153 Le Chesnay Cedex - France

Author: Loic Dachary loic@gnu.org
