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 fd4dbba7fb Bug 25903: Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server 4 years ago
..
ILS Bug 25348: Add support for circulation status 12 ( lost ) 4 years ago
Sip Bug 25903: Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server 4 years ago
t Bug 18432 : Follow up - Updating to use they/them 7 years ago
ILS.pm Bug 23403: Catch other cases of ->{patron} 4 years ago
ILS.pod Bug 13506 [QA Follouwp] - Fix POD 9 years ago
Logger.pm Bug 25992: Make SIP2 logger subroutines exportable to prevent crash 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 15253: Remove specific logging output 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
acstest.py adding openncip / opensip SIP2 service 17 years ago
example_institution_dump.sh Bug 7904 Change SIP modules to use standard LIB path 9 years ago
interactive_item_dump.pl Bug 17196: Move marcxml out of the biblioitems table 8 years ago
interactive_patron_check_password.pl Bug 7904 Change SIP modules to use standard LIB path 9 years ago
interactive_patron_dump.pl Bug 7904 Change SIP modules to use standard LIB path 9 years ago
interactive_renew_all_dump.pl Bug 7904 Change SIP modules to use standard LIB path 9 years ago
test.txt updating ILS::Patron for Koha. 17 years ago
xmlparse.pl Bug 7904 Change SIP modules to use standard LIB path 9 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.