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 e667fc1cfc Bug 16735: Remove use of get_categories 7 years ago
..
ILS Bug 16735: Remove use of get_categories 6 years ago
Sip Bug 16899: Add ability to disallow overpayments 7 years ago
t Bug 18432 : Follow up - Updating to use they/them 7 years ago
ILS.pm Bug 10748: (QA follow-up) Add comment in SIP's do_checkin 7 years ago
ILS.pod Bug 13506 [QA Follouwp] - Fix POD 9 years ago
Makefile bug 3435: SIP2 - 3M extension for SmartChute checkin. 15 years ago
README bug 2509: fix file permissions 16 years ago
SIPServer.pm Bug 15006: [QA Follow-up] Only handle login requests in raw_transport 8 years ago
Sip.pm Bug 15006 Correct indentation of EXPORTs in Sip.pm 8 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 syslog() for status and debugging messages. All
syslog messages are logged using the syslog facility 'local6'.
If you need to change this, because something else on your system
is already using that facililty, just change the definition of
'LOG_SIP' at the top of the file SIPServer.pm

Make sure to update your syslog configuration to capture facility
'local6' and record it.