Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kyle Hall 05e16389ef Bug 27014: Enable C4::SIP::ILS::Patron::new to accept a hash 4 years ago
..
ILS Bug 27014: Enable C4::SIP::ILS::Patron::new to accept a hash 3 years ago
Sip Bug 27589: Access item fields as hash 3 years ago
t Bug 25898: Prohibit indirect object notation 4 years ago
ILS.pm Bug 27014: Enable C4::SIP::ILS::Patron::new to accept a hash 3 years ago
ILS.pod Bug 13506 [QA Follouwp] - Fix POD 9 years ago
Logger.pm Bug 26673: Remove shebangs from Perl modules 4 years ago
Makefile bug 3435: SIP2 - 3M extension for SmartChute checkin. 15 years ago
README Bug 15253: Rename syslog() to siplog() 4 years ago
SIPServer.pm Bug 26673: Remove shebangs from Perl modules 4 years ago
Sip.pm Bug 15253: Convert all tabs into 4 spaces in affected files 4 years ago
Trapper.pm Bug 15253: Add POD to C4/SIP/Logger.pm and C4/SIP/Trapper.pm 4 years ago

README

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.