Skip to content

EquinoxOpenLibraryInitiative/iNCIPit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iNCIPit

Inital version of ncip v.1 ncip responder for evergreen / open-ils

Initial configuration

Setup the default configuration file:

cp iNCIPit-example.ini iNCIPit.ini # edit as necessary

Optionally, per request hostname configuration files can be used. For example:

cp iNCIPit-example.ini target.host.ini # edit as necessary

Testing

you can initiate / test with the following:

curl -v --insecure -H 'Content-Type:text/xml' --data @NCIPmsgs/LookupUser.ncip -X POST 'https://target.host/iNCIPit.cgi'
# (--insecure argument only necessary if you test a target.host lacking a valid cert) 

About

An NCIP responder for Evergreen used by several Michigan libraries against INN-Reach in the MeLCat resource sharing system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Perl 100.0%