$Header: /users/asspro/ihm/cvsroot/rfid-cgi/README,v 1.1.1.1 2003/03/25 16:25:11 loic Exp $

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://www.lri.fr/~dachary/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_
Author: Loic Dachary loic@gnu.org
