X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=blobdiff_plain;f=README;h=9610b1c7b8d281e87342a5c6d36179eb73115559;hp=23bf9b79c4ece7332edface22d3cf38585436dca;hb=07407d8a1d12e6cf9d50ec84d018d9b4c6a6538d;hpb=660dd42983d00fbc94c01b0efe2276d55c2fb2d4 diff --git a/README b/README index 23bf9b7..9610b1c 100644 --- a/README +++ b/README @@ -1,26 +1,26 @@ NAME - RFID::Biblio - perl tools to use different RFID readers for library use + Biblio::RFID - perl tools to use different RFID readers for library use DESCRIPTION Main idea is to develop simple API to reader, and than provide useful abstractions on top of it to quickly write applications to respond on - tags which come in range of RFID reader using RFID::Biblio::Reader. + tags which come in range of RFID reader using Biblio::RFID::Reader. Writing support for new RFID readers should be easy. - RFID::Biblio::Reader::API provides documentation on writing support for + Biblio::RFID::Reader::API provides documentation on writing support for different readers. - Currently, two serial RFID readers based on RFID::Biblio::Reader::Serial + Currently, two serial RFID readers based on Biblio::RFID::Reader::Serial are implemented: - * RFID::Biblio::Reader::3M810 + * Biblio::RFID::Reader::3M810 - * RFID::Biblio::Reader::CPRM02 + * Biblio::RFID::Reader::CPRM02 There is also simple read-only reader using shell commands in - RFID::Biblio::Reader::librfid. + Biblio::RFID::Reader::librfid. - For implementing application take a look at RFID::Biblio::Reader + For implementing application take a look at Biblio::RFID::Reader `scripts/RFID-JSONP-server.pl' is example of such application. It's local interface to RFID reader and JSONP REST server. @@ -29,15 +29,18 @@ DESCRIPTION inserted in Koha Library System to provide overlay with tags in range and check-in/check-out form-fill functionality. + Applications can use Biblio::RFID::RFID501 which is some kind of + semi-standard 3M layout or blocks on RFID tags. + HARDWARE SUPPORT 3M 810 - RFID::Biblio::Reader::3M810 + Biblio::RFID::Reader::3M810 CPR-M02 - RFID::Biblio::Reader::CPRM02 + Biblio::RFID::Reader::CPRM02 librfid - RFID::Biblio::Reader::librfid + Biblio::RFID::Reader::librfid AUTHOR Dobrica Pavlinusic, `' @@ -47,30 +50,30 @@ AUTHOR BUGS Please report any bugs or feature requests to `bug-rfid-biblio at rt.cpan.org', or through the web interface at - http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RFID-Biblio. I will be + http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Biblio-RFID. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT You can find documentation for this module with the perldoc command. - perldoc RFID::Biblio - perldoc RFID::Biblio::Reader - perldoc RFID::Biblio::Reader::API + perldoc Biblio::RFID + perldoc Biblio::RFID::Reader + perldoc Biblio::RFID::Reader::API You can also look for information at: * RT: CPAN's request tracker - http://rt.cpan.org/NoAuth/Bugs.html?Dist=RFID-Biblio + http://rt.cpan.org/NoAuth/Bugs.html?Dist=Biblio-RFID * AnnoCPAN: Annotated CPAN documentation - http://annocpan.org/dist/RFID-Biblio + http://annocpan.org/dist/Biblio-RFID * CPAN Ratings - http://cpanratings.perl.org/d/RFID-Biblio + http://cpanratings.perl.org/d/Biblio-RFID * Search CPAN - http://search.cpan.org/dist/RFID-Biblio/ + http://search.cpan.org/dist/Biblio-RFID/ ACKNOWLEDGEMENTS LICENSE AND COPYRIGHT