├── .dockerignore ├── .gitignore ├── .gitlab-ci.yml ├── Dockerfile ├── Dockerfile.debianfiles ├── LICENSE ├── Makefile ├── README.md ├── Vagrantfile ├── docker-cleanup.sh ├── docker-compose ├── build.yml ├── ci.yml ├── common.yml ├── dev.yml ├── dev_local_repo.yml ├── docker-compose.env ├── es.yml └── patched.yml ├── docker-entrypoint.sh ├── docker-wait_until_ready.py ├── files ├── Authen_CAS_Client_Response_Failure.pm ├── Authen_CAS_Client_Response_Success.pm ├── NCIPServer │ ├── .gitignore │ ├── Build.PL │ ├── LICENSE │ ├── MANIFEST │ ├── MYMETA.json │ ├── MYMETA.yml │ ├── README │ ├── bin │ │ ├── ncip_dancing.pl │ │ └── start_server.pl │ ├── config.yml │ ├── examples │ │ └── oils_ncip.xml.example │ ├── lib │ │ ├── NCIP.pm │ │ ├── NCIP │ │ │ ├── Configuration.pm │ │ │ ├── Configuration │ │ │ │ └── Service.pm │ │ │ ├── Const.pm │ │ │ ├── Dancing.pm │ │ │ ├── ElectronicAddress.pm │ │ │ ├── Header.pm │ │ │ ├── ILS.pm │ │ │ ├── ILS │ │ │ │ ├── Evergreen.pm │ │ │ │ └── Koha.pm │ │ │ ├── Item.pm │ │ │ ├── Item │ │ │ │ ├── BibliographicDescription.pm │ │ │ │ ├── BibliographicItemId.pm │ │ │ │ ├── BibliographicRecordId.pm │ │ │ │ ├── ComponentId.pm │ │ │ │ ├── Description.pm │ │ │ │ ├── Id.pm │ │ │ │ ├── OptionalFields.pm │ │ │ │ └── PhysicalCondition.pm │ │ │ ├── PhysicalAddress.pm │ │ │ ├── Problem.pm │ │ │ ├── RequestId.pm │ │ │ ├── Response.pm │ │ │ ├── StructuredAddress.pm │ │ │ ├── StructuredPersonalUserName.pm │ │ │ ├── User.pm │ │ │ └── User │ │ │ │ ├── AddressInformation.pm │ │ │ │ ├── BlockOrTrap.pm │ │ │ │ ├── Id.pm │ │ │ │ ├── OptionalFields.pm │ │ │ │ ├── Privilege.pm │ │ │ │ └── PrivilegeStatus.pm │ │ └── NCIPServer.pm │ ├── public │ │ └── dispatch.cgi │ ├── t │ │ ├── NCIP.t │ │ ├── NCIPServer.t │ │ ├── NCIP_Configuration.t │ │ ├── NCIP_Handler.t │ │ ├── NCIP_Item.t │ │ ├── NCIP_User.t │ │ ├── config_sample │ │ │ ├── NCIP.xml │ │ │ └── log4perl.conf │ │ └── sample_data │ │ │ ├── AcceptItem.xml │ │ │ ├── CancelRequestItem.xml │ │ │ ├── CheckInItem.xml │ │ │ ├── CheckOutItem.xml │ │ │ ├── CreateUser.xml │ │ │ ├── LookupItem.xml │ │ │ ├── LookupItemWithExampleItemIdentifierType.xml │ │ │ ├── LookupUser.xml │ │ │ └── RequestItem.xml │ ├── templates-norway │ │ ├── includes │ │ │ ├── AcceptItemResponse.inc │ │ │ ├── CancelRequestItemResponse.inc │ │ │ ├── CheckInItemResponse.inc │ │ │ ├── CheckOutItemResponse.inc │ │ │ ├── ItemId.inc │ │ │ ├── ItemOptionalFields.inc │ │ │ ├── ItemReceivedResponse.inc │ │ │ ├── ItemRequestedResponse.inc │ │ │ ├── ItemShippedResponse.inc │ │ │ ├── LookupAgencyResponse.inc │ │ │ ├── LookupUserResponse.inc │ │ │ ├── LookupVersionResponse.inc │ │ │ ├── RenewItemResponse.inc │ │ │ ├── RequestId.inc │ │ │ ├── RequestItemResponse.inc │ │ │ ├── ResponseHeader.inc │ │ │ ├── UserId.inc │ │ │ ├── UserOptionalFields.inc │ │ │ ├── data.inc │ │ │ ├── footer.inc │ │ │ ├── header.inc │ │ │ └── problem.inc │ │ ├── layouts │ │ │ └── main.tt │ │ ├── main.tt │ │ └── response.tt │ └── templates │ │ ├── includes │ │ ├── AcceptItemResponse.inc │ │ ├── CancelRequestItemResponse.inc │ │ ├── CheckInItemResponse.inc │ │ ├── CheckOutItemResponse.inc │ │ ├── ItemId.inc │ │ ├── ItemOptionalFields.inc │ │ ├── LookupUserResponse.inc │ │ ├── LookupVersionResponse.inc │ │ ├── RenewItemResponse.inc │ │ ├── RequestId.inc │ │ ├── RequestItemResponse.inc │ │ ├── ResponseHeader.inc │ │ ├── UserId.inc │ │ ├── UserOptionalFields.inc │ │ ├── data.inc │ │ ├── footer.inc │ │ ├── header.inc │ │ └── problem.inc │ │ ├── layouts │ │ └── main.tt │ │ ├── main.tt │ │ └── response.tt ├── applypatch.sh ├── cronjobs │ ├── anonymize_last_borrower.sh │ ├── anonymous_stats.sh │ ├── brevdue.pl │ ├── daily-koha-common │ ├── debar_patrons.pl │ ├── deichman-koha-common.tmpl │ ├── delete_borrower_messages.sh │ ├── holds.compute.pl │ ├── holds_reminder.pl │ ├── illrequests_cleanup.sh │ ├── item_marc_exploder.pl │ ├── kemnersaker.sh │ ├── koha-common.tmpl │ ├── overdue_messages.pl │ ├── perl-dbi-sugar │ │ └── lib │ │ │ └── DBI │ │ │ └── Sugar.pm │ ├── purresaker.pl │ ├── reset_accountlines_credit.sh │ ├── send_reports.sh │ ├── set_itemtype.sh │ ├── unblock_juvenile_debarments.sh │ ├── update_items_ccode.sh │ └── update_items_replacementprice.sh ├── installer │ ├── installer.sh │ ├── populate_db.pl │ ├── schema │ │ ├── dev-100-schema-pickupnumber.patch │ │ └── prod-100-schema-pickupnumber.patch │ └── triggers │ │ ├── autoBiblioFrameworkCode.sql │ │ ├── autoCopyNumberAndBarcode.sql │ │ ├── autoPickupNumber.sql │ │ └── beforeUpdateAndInsertOnItems.sql ├── local-apt-repo ├── logrotate.config ├── swagger.json ├── syslog.config └── templates │ ├── global │ ├── koha-sites.conf.tmpl │ ├── passwd.tmpl │ ├── print-notices-deichman.tt │ └── supervisord.conf.tmpl │ └── instance │ ├── SIPconfig.dooraccess.csv │ ├── SIPconfig.institutions.csv │ ├── SIPconfig.logins.csv │ ├── SIPconfig.template_account.awk │ ├── SIPconfig.template_account_dooraccess.awk │ ├── SIPconfig.template_institution.awk │ ├── SIPconfig.xml.tmpl │ ├── apache.tmpl │ ├── koha-common.cnf.tmpl │ ├── koha-conf.xml.tmpl │ ├── log4perl.conf.tmpl │ └── zebra.passwd.tmpl ├── koha-patched ├── Dockerfile ├── Makefile ├── README.md ├── build.sh ├── debian │ ├── .gitignore │ └── README.md ├── git-bz ├── patches │ ├── .gitignore │ └── README.md └── pull.sh ├── kohadev ├── Dockerfile ├── Makefile ├── README.md ├── apache-envvars.tmpl ├── apache.tmpl ├── docker-entrypoint.sh ├── docker-wait_until_ready.py ├── koha-common.tmpl ├── koha-conf.xml.tmpl ├── log4perl.conf ├── plack.psgi └── supervisord.conf.tmpl ├── pip_install.sh └── provision.sh /.dockerignore: -------------------------------------------------------------------------------- 1 | .git 2 | .vagrant 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerfile.debianfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/Dockerfile.debianfiles -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/Vagrantfile -------------------------------------------------------------------------------- /docker-cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-cleanup.sh -------------------------------------------------------------------------------- /docker-compose/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/build.yml -------------------------------------------------------------------------------- /docker-compose/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/ci.yml -------------------------------------------------------------------------------- /docker-compose/common.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/common.yml -------------------------------------------------------------------------------- /docker-compose/dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/dev.yml -------------------------------------------------------------------------------- /docker-compose/dev_local_repo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/dev_local_repo.yml -------------------------------------------------------------------------------- /docker-compose/docker-compose.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/docker-compose.env -------------------------------------------------------------------------------- /docker-compose/es.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/es.yml -------------------------------------------------------------------------------- /docker-compose/patched.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-compose/patched.yml -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /docker-wait_until_ready.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/docker-wait_until_ready.py -------------------------------------------------------------------------------- /files/Authen_CAS_Client_Response_Failure.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/Authen_CAS_Client_Response_Failure.pm -------------------------------------------------------------------------------- /files/Authen_CAS_Client_Response_Success.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/Authen_CAS_Client_Response_Success.pm -------------------------------------------------------------------------------- /files/NCIPServer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/.gitignore -------------------------------------------------------------------------------- /files/NCIPServer/Build.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/Build.PL -------------------------------------------------------------------------------- /files/NCIPServer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/LICENSE -------------------------------------------------------------------------------- /files/NCIPServer/MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/MANIFEST -------------------------------------------------------------------------------- /files/NCIPServer/MYMETA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/MYMETA.json -------------------------------------------------------------------------------- /files/NCIPServer/MYMETA.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/MYMETA.yml -------------------------------------------------------------------------------- /files/NCIPServer/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/README -------------------------------------------------------------------------------- /files/NCIPServer/bin/ncip_dancing.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/bin/ncip_dancing.pl -------------------------------------------------------------------------------- /files/NCIPServer/bin/start_server.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/bin/start_server.pl -------------------------------------------------------------------------------- /files/NCIPServer/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/config.yml -------------------------------------------------------------------------------- /files/NCIPServer/examples/oils_ncip.xml.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/examples/oils_ncip.xml.example -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Configuration.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Configuration.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Configuration/Service.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Configuration/Service.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Const.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Const.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Dancing.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Dancing.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/ElectronicAddress.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/ElectronicAddress.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Header.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Header.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/ILS.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/ILS.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/ILS/Evergreen.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/ILS/Evergreen.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/ILS/Koha.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/ILS/Koha.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/BibliographicDescription.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/BibliographicDescription.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/BibliographicItemId.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/BibliographicItemId.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/BibliographicRecordId.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/BibliographicRecordId.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/ComponentId.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/ComponentId.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/Description.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/Description.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/Id.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/Id.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/OptionalFields.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/OptionalFields.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Item/PhysicalCondition.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Item/PhysicalCondition.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/PhysicalAddress.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/PhysicalAddress.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Problem.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Problem.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/RequestId.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/RequestId.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/Response.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/Response.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/StructuredAddress.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/StructuredAddress.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/StructuredPersonalUserName.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/StructuredPersonalUserName.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/User.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/User.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/User/AddressInformation.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/User/AddressInformation.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/User/BlockOrTrap.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/User/BlockOrTrap.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/User/Id.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/User/Id.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/User/OptionalFields.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/User/OptionalFields.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/User/Privilege.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/User/Privilege.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIP/User/PrivilegeStatus.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIP/User/PrivilegeStatus.pm -------------------------------------------------------------------------------- /files/NCIPServer/lib/NCIPServer.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/lib/NCIPServer.pm -------------------------------------------------------------------------------- /files/NCIPServer/public/dispatch.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/public/dispatch.cgi -------------------------------------------------------------------------------- /files/NCIPServer/t/NCIP.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/NCIP.t -------------------------------------------------------------------------------- /files/NCIPServer/t/NCIPServer.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/NCIPServer.t -------------------------------------------------------------------------------- /files/NCIPServer/t/NCIP_Configuration.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/NCIP_Configuration.t -------------------------------------------------------------------------------- /files/NCIPServer/t/NCIP_Handler.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/NCIP_Handler.t -------------------------------------------------------------------------------- /files/NCIPServer/t/NCIP_Item.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/NCIP_Item.t -------------------------------------------------------------------------------- /files/NCIPServer/t/NCIP_User.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/NCIP_User.t -------------------------------------------------------------------------------- /files/NCIPServer/t/config_sample/NCIP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/config_sample/NCIP.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/config_sample/log4perl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/config_sample/log4perl.conf -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/AcceptItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/AcceptItem.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/CancelRequestItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/CancelRequestItem.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/CheckInItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/CheckInItem.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/CheckOutItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/CheckOutItem.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/CreateUser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/CreateUser.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/LookupItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/LookupItem.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/LookupItemWithExampleItemIdentifierType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/LookupItemWithExampleItemIdentifierType.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/LookupUser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/LookupUser.xml -------------------------------------------------------------------------------- /files/NCIPServer/t/sample_data/RequestItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/t/sample_data/RequestItem.xml -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/AcceptItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/AcceptItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/CancelRequestItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/CancelRequestItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/CheckInItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/CheckInItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/CheckOutItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/CheckOutItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/ItemId.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/ItemId.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/ItemOptionalFields.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/ItemOptionalFields.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/ItemReceivedResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/ItemReceivedResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/ItemRequestedResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/ItemRequestedResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/ItemShippedResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/ItemShippedResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/LookupAgencyResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/LookupAgencyResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/LookupUserResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/LookupUserResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/LookupVersionResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/LookupVersionResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/RenewItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/RenewItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/RequestId.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/RequestId.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/RequestItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/RequestItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/ResponseHeader.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/ResponseHeader.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/UserId.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/UserId.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/UserOptionalFields.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/UserOptionalFields.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/data.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/data.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/footer.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/header.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/includes/problem.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/includes/problem.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/layouts/main.tt: -------------------------------------------------------------------------------- 1 | [% content %] 2 | -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/main.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/main.tt -------------------------------------------------------------------------------- /files/NCIPServer/templates-norway/response.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates-norway/response.tt -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/AcceptItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/AcceptItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/CancelRequestItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/CancelRequestItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/CheckInItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/CheckInItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/CheckOutItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/CheckOutItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/ItemId.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/ItemId.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/ItemOptionalFields.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/ItemOptionalFields.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/LookupUserResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/LookupUserResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/LookupVersionResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/LookupVersionResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/RenewItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/RenewItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/RequestId.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/RequestId.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/RequestItemResponse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/RequestItemResponse.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/ResponseHeader.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/ResponseHeader.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/UserId.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/UserId.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/UserOptionalFields.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/UserOptionalFields.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/data.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/data.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/footer.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/header.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/header.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/includes/problem.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/includes/problem.inc -------------------------------------------------------------------------------- /files/NCIPServer/templates/layouts/main.tt: -------------------------------------------------------------------------------- 1 | [% content %] 2 | -------------------------------------------------------------------------------- /files/NCIPServer/templates/main.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/main.tt -------------------------------------------------------------------------------- /files/NCIPServer/templates/response.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/NCIPServer/templates/response.tt -------------------------------------------------------------------------------- /files/applypatch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/applypatch.sh -------------------------------------------------------------------------------- /files/cronjobs/anonymize_last_borrower.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/anonymize_last_borrower.sh -------------------------------------------------------------------------------- /files/cronjobs/anonymous_stats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/anonymous_stats.sh -------------------------------------------------------------------------------- /files/cronjobs/brevdue.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/brevdue.pl -------------------------------------------------------------------------------- /files/cronjobs/daily-koha-common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/daily-koha-common -------------------------------------------------------------------------------- /files/cronjobs/debar_patrons.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/debar_patrons.pl -------------------------------------------------------------------------------- /files/cronjobs/deichman-koha-common.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/deichman-koha-common.tmpl -------------------------------------------------------------------------------- /files/cronjobs/delete_borrower_messages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/delete_borrower_messages.sh -------------------------------------------------------------------------------- /files/cronjobs/holds.compute.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/holds.compute.pl -------------------------------------------------------------------------------- /files/cronjobs/holds_reminder.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/holds_reminder.pl -------------------------------------------------------------------------------- /files/cronjobs/illrequests_cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/illrequests_cleanup.sh -------------------------------------------------------------------------------- /files/cronjobs/item_marc_exploder.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/item_marc_exploder.pl -------------------------------------------------------------------------------- /files/cronjobs/kemnersaker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/kemnersaker.sh -------------------------------------------------------------------------------- /files/cronjobs/koha-common.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/koha-common.tmpl -------------------------------------------------------------------------------- /files/cronjobs/overdue_messages.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/overdue_messages.pl -------------------------------------------------------------------------------- /files/cronjobs/perl-dbi-sugar/lib/DBI/Sugar.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/perl-dbi-sugar/lib/DBI/Sugar.pm -------------------------------------------------------------------------------- /files/cronjobs/purresaker.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/purresaker.pl -------------------------------------------------------------------------------- /files/cronjobs/reset_accountlines_credit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/reset_accountlines_credit.sh -------------------------------------------------------------------------------- /files/cronjobs/send_reports.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/send_reports.sh -------------------------------------------------------------------------------- /files/cronjobs/set_itemtype.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/set_itemtype.sh -------------------------------------------------------------------------------- /files/cronjobs/unblock_juvenile_debarments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/unblock_juvenile_debarments.sh -------------------------------------------------------------------------------- /files/cronjobs/update_items_ccode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/update_items_ccode.sh -------------------------------------------------------------------------------- /files/cronjobs/update_items_replacementprice.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/cronjobs/update_items_replacementprice.sh -------------------------------------------------------------------------------- /files/installer/installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/installer.sh -------------------------------------------------------------------------------- /files/installer/populate_db.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/populate_db.pl -------------------------------------------------------------------------------- /files/installer/schema/dev-100-schema-pickupnumber.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/schema/dev-100-schema-pickupnumber.patch -------------------------------------------------------------------------------- /files/installer/schema/prod-100-schema-pickupnumber.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/schema/prod-100-schema-pickupnumber.patch -------------------------------------------------------------------------------- /files/installer/triggers/autoBiblioFrameworkCode.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/triggers/autoBiblioFrameworkCode.sql -------------------------------------------------------------------------------- /files/installer/triggers/autoCopyNumberAndBarcode.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/triggers/autoCopyNumberAndBarcode.sql -------------------------------------------------------------------------------- /files/installer/triggers/autoPickupNumber.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/triggers/autoPickupNumber.sql -------------------------------------------------------------------------------- /files/installer/triggers/beforeUpdateAndInsertOnItems.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/installer/triggers/beforeUpdateAndInsertOnItems.sql -------------------------------------------------------------------------------- /files/local-apt-repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/local-apt-repo -------------------------------------------------------------------------------- /files/logrotate.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/logrotate.config -------------------------------------------------------------------------------- /files/swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/swagger.json -------------------------------------------------------------------------------- /files/syslog.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/syslog.config -------------------------------------------------------------------------------- /files/templates/global/koha-sites.conf.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/global/koha-sites.conf.tmpl -------------------------------------------------------------------------------- /files/templates/global/passwd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/global/passwd.tmpl -------------------------------------------------------------------------------- /files/templates/global/print-notices-deichman.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/global/print-notices-deichman.tt -------------------------------------------------------------------------------- /files/templates/global/supervisord.conf.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/global/supervisord.conf.tmpl -------------------------------------------------------------------------------- /files/templates/instance/SIPconfig.dooraccess.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/SIPconfig.dooraccess.csv -------------------------------------------------------------------------------- /files/templates/instance/SIPconfig.institutions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/SIPconfig.institutions.csv -------------------------------------------------------------------------------- /files/templates/instance/SIPconfig.logins.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/SIPconfig.logins.csv -------------------------------------------------------------------------------- /files/templates/instance/SIPconfig.template_account.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/SIPconfig.template_account.awk -------------------------------------------------------------------------------- /files/templates/instance/SIPconfig.template_account_dooraccess.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/SIPconfig.template_account_dooraccess.awk -------------------------------------------------------------------------------- /files/templates/instance/SIPconfig.template_institution.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/SIPconfig.template_institution.awk -------------------------------------------------------------------------------- /files/templates/instance/SIPconfig.xml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/SIPconfig.xml.tmpl -------------------------------------------------------------------------------- /files/templates/instance/apache.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/apache.tmpl -------------------------------------------------------------------------------- /files/templates/instance/koha-common.cnf.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/koha-common.cnf.tmpl -------------------------------------------------------------------------------- /files/templates/instance/koha-conf.xml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/koha-conf.xml.tmpl -------------------------------------------------------------------------------- /files/templates/instance/log4perl.conf.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/log4perl.conf.tmpl -------------------------------------------------------------------------------- /files/templates/instance/zebra.passwd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/files/templates/instance/zebra.passwd.tmpl -------------------------------------------------------------------------------- /koha-patched/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/Dockerfile -------------------------------------------------------------------------------- /koha-patched/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/Makefile -------------------------------------------------------------------------------- /koha-patched/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/README.md -------------------------------------------------------------------------------- /koha-patched/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/build.sh -------------------------------------------------------------------------------- /koha-patched/debian/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/debian/.gitignore -------------------------------------------------------------------------------- /koha-patched/debian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/debian/README.md -------------------------------------------------------------------------------- /koha-patched/git-bz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/git-bz -------------------------------------------------------------------------------- /koha-patched/patches/.gitignore: -------------------------------------------------------------------------------- 1 | #*.patch 2 | -------------------------------------------------------------------------------- /koha-patched/patches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/patches/README.md -------------------------------------------------------------------------------- /koha-patched/pull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/koha-patched/pull.sh -------------------------------------------------------------------------------- /kohadev/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/Dockerfile -------------------------------------------------------------------------------- /kohadev/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/Makefile -------------------------------------------------------------------------------- /kohadev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/README.md -------------------------------------------------------------------------------- /kohadev/apache-envvars.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/apache-envvars.tmpl -------------------------------------------------------------------------------- /kohadev/apache.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/apache.tmpl -------------------------------------------------------------------------------- /kohadev/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/docker-entrypoint.sh -------------------------------------------------------------------------------- /kohadev/docker-wait_until_ready.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/docker-wait_until_ready.py -------------------------------------------------------------------------------- /kohadev/koha-common.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/koha-common.tmpl -------------------------------------------------------------------------------- /kohadev/koha-conf.xml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/koha-conf.xml.tmpl -------------------------------------------------------------------------------- /kohadev/log4perl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/log4perl.conf -------------------------------------------------------------------------------- /kohadev/plack.psgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/plack.psgi -------------------------------------------------------------------------------- /kohadev/supervisord.conf.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/kohadev/supervisord.conf.tmpl -------------------------------------------------------------------------------- /pip_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/pip_install.sh -------------------------------------------------------------------------------- /provision.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digibib/koha-docker/HEAD/provision.sh --------------------------------------------------------------------------------