Kyle M Hall
ec5ffbd059
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
18 lines
470 B
Text
18 lines
470 B
Text
README for Open NSIP 3M-SIP Server
|
|
|
|
DEPENDENCIES
|
|
|
|
SIPServer is written entirely in Perl, but it require these CPAN
|
|
perl modules to run:
|
|
|
|
Net::Server - The SIP server is a Net::Server::Prefork server
|
|
XML::LibXML
|
|
XML::Parser
|
|
XML::Simple - for parsing the config file
|
|
UNIVERSAL::require - for loading the correct ILS interface module
|
|
Clone - for running the test cases
|
|
|
|
LOGGING
|
|
|
|
SIPServer uses Koha::Logger for status and debugging messages.
|
|
|