कोहा के साथ तीसरे पक्ष के सॉफ्टवेयर का उपयोग करना
मार्कएडिट
Many libraries like to use MarcEdit for modifications or data cleanup such as converting records in spreadsheet data formats to MARC records. If you'd like to do this you will need to download it at: http://marcedit.reeset.net/
टिप्पणी
Many of the actions described on the Koha Community wiki at https://wiki.koha-community.org/wiki/MARCEdit can be done in Koha using Marc Modification Templates, but instructions are provided on the Wiki for those who are used to MarcEdit.
OCLC Cataloging Services
Koha can be set to work with the OCLC cataloging services such as
This allows librarians to use the WorldShare Record Manager web interface or the OCLC Connexion Client desktop software as their cataloging tool and send those records to Koha with a single click.
Setting up the OCLC Connexion Daemon
First, you will need to set up the OCLC Connexion Daemon on your server. If you have a system administrator you will want to consult with them on this process.
Find the script on your server and view its documentation.
/usr/share/koha/bin/connexion_import_daemon.pl --help
Create a configuration file. You could put this anywhere that is readable by the user that will be running the service, e.g.,
/etc/koha/sites/my_instance/oclc_connexion.conf
. The output of the help command provides the details about what this file should contain. Here is an example:host: 0.0.0.0 port: 5500 log: /var/log/koha/my_instance/oclc_connexion.log koha: https://staff.mylibrary.example.com user: koha_staff_user_name password: koha_staff_user_password connexion_user: oclc_connexion_user_name connexion_password: oclc_connexion_user_password import_mode: direct
Since the configuration file contains passwords, make sure that it's only readable by the user running the script, and nobody else.
chmod 400 /etc/koha/sites/my_instance/oclc_connexion.conf
Run the script.
You can do this manually to test it out:
/usr/share/koha/bin/connexion_import_daemon.pl --config /etc/koha/sites/my_instance/oclc_connexion.conf
Or you can set up a
systemd
unit to keep the script running even when it crashes or the server reboots:Create a file at
/etc/systemd/system/koha-oclc-connexion.service
:[Unit] Description=Koha OCLC Connexion Daemon After=network.target [Service] Type=exec ExecStart=/usr/share/koha/bin/connexion_import_daemon.pl --config /etc/koha/sites/my_instance/oclc_connexion.conf Restart=always [Install] WantedBy=multi-user.target
Enable and start the service:
systemctl enable koha-oclc-connexion systemctl start koha-oclc-connexion
Check the status of the service:
systemctl status koha-oclc-connexion
WorldShare Record Manager
OCLC Connexion Client desktop software
See https://wiki.koha-community.org/wiki/OCLC_Connexion_Client for instructions on setting up and using the OCLC Connexion Client desktop software.
टॉकिंग टेक
टाकिंग टेक i-tiva एक तीसरा पक्ष, मालिकाना, उत्पाद है जिसे पुस्तकालय सदस्यता ले सकते हैं। यहां और जानें: http://www.talkingtech.com/solutions/library।
स्थापना और सेटअप निर्देश
सुनिश्चित करें कि आप आवश्यक डेटा पैक को स्थापित करने के लिए installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl चलाएँ (नई syspref, नोटिस प्लेसहोल्डर्स और मैसेजिंग परिवहन प्राथमिकताएँ)
उपयोग करने के लिए, , :ref:`TalkingTechItivaPhoneNotification <talkingtechitivaphonenotification-label>सिस्टम वरीयता को चालू किया जाना चाहिए।
यदि आप PREOVERDUE या RESERVES संदेशों को संसाधित करना चाहते हैं, तो आपको इसकी आवश्यकता होगी EnhancedMessagingPreferences सिस्टम वरीयता चालू है, और फ़ोन द्वारा इन नोटिस प्राप्त करने के लिए संरक्षक को प्राथमिकता में भरने के लिए संरक्षक हैं।
ओवरव्यू संदेशों के लिए, अतिदेय नोटिस ट्रिगर को अधिक> उपकरण> ओवरड्यू नोटिस/स्थिति ट्रिगर के तहत कॉन्फ़िगर किया जाना चाहिए। या तो शाखा-विशिष्ट ट्रिगर्स या डिफ़ॉल्ट स्तर ट्रिगर्स का उपयोग किया जा सकता है (स्क्रिप्ट जो भी उपयुक्त होगी) का चयन करेगी।
नोटिस फ़ाइल भेज रहा है
जोड़े TalkingTech_itiva_outbound.pl अपने crontab करने के लिए लिपि
एक एफ़टीपी/एसएफटीपी जोड़ें या अन्य परिवहन विधि जो आई-टिवा सर्वर से आउटपुट फ़ाइल भेजे
यदि आप चाहते हैं, भेजने के बाद भेजे गए नोटिस फाइल अन्य निर्देशिका में सग्रंह कर सकते है
चलाएँ TalkingTech_itiva_outbound.pl --help अधिक जानकारी के लिए
परिणाम फ़ाइल प्राप्त करना
एक एफ़टीपी/एसएफटीपी जोड़ें या अन्य परिवहन विधि जो परिणाम फ़ाइल भेजने के लिए अपने कोहा सर्वर पर कोई ज्ञात निर्देशिका के लिए
जोड़े TalkingTech_itiva_inbound.pl उस निर्देशिका के उद्देश्य से आपके क्रोंटैब को लिपि
अगर आप चाहें तो एक और निर्देशिका में परिणाम फ़ाइल संग्रह करें प्रसंस्करण के बाद
चलाएँ TalkingTech_itiva_inbound.pl --help अधिक जानकारी के लिए