[Koha] Upgrade from Koha 3.08.07

2020-09-09 Thread Nigel Titley
I'm running an extremely antique version of Koha 3.08.07 on Debian Squeeze. For various reasons (mainly the fact that the system is enormously stable) nothing has been upgraded for a long while but it's getting to the point where I need to upgrade it. I'm planning at the same time to move Koha off

Re: [Koha] Upgrade from Koha 3.08.07

2020-09-09 Thread Nigel Titley
On 09/09/2020 15:34, Nigel Titley wrote: > I'm running an extremely antique version of Koha 3.08.07 on Debian Squeeze. > > For various reasons (mainly the fact that the system is enormously > stable) nothing has been upgraded for a long while but it's getting to >

Re: [Koha] Upgrade from Koha 3.08.07

2020-09-09 Thread Nigel Titley
> And answering my own question, it looks like it might be possible to > export the book inventory in MARC format and the Patrons as a CSV file. > And possibly the transactions in an offline format? If the worst comes > to the worst I can lose the transactions. > > Does that sound like a plan? A

Re: [Koha] Upgrade from Koha 3.08.07

2020-09-09 Thread Nigel Titley
On 09/09/2020 17:24, Nigel Titley wrote: > >> And answering my own question, it looks like it might be possible to >> export the book inventory in MARC format and the Patrons as a CSV file. >> And possibly the transactions in an offline format? If the worst comes >>

Re: [Koha] Upgrade from Koha 3.08.07

2020-09-10 Thread Nigel Titley
On 10/09/2020 08:24, Jonathan Druart wrote: > Late hi! No problem, better late than never! > Yes Nigel, your upgrade steps are exactly what need to be done. > However step "10" must be "restart all the things", which is: > memcached, apache2 and plack. OK... useful to know. I had done a machine

[Koha] Where would I put the OpenLibrary ID in the MARC record

2023-07-20 Thread Nigel Titley
a will look up the cover even if there is no ISBN or LCCN. Of course the facility may not exist, in which case I'd be grateful for confirmation from Someone Who Knows. Many thanks Nigel Titley ___ Koha mailing list http://koha-communi

Re: [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-07-20 Thread Nigel Titley
On 20/07/2023 22:43, Nigel Titley wrote: Gentlefolk I'm using the Openlibrary cover facility to display covers in my OPAC and it generally works very well (in the case where the cover doesn't exist in Openlibrary I scan and upload it). However, if the Biblio record doesn't have

Re: [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
. Regards Dr. Jan On Thu, Jul 20, 2023 at 3:21 PM Nigel Titley wrote: Just to give an example of an OpenLibrary record that I created earlier today https://openlibrary.org/books/OL49198571M/Analogue_Men#details If at all possible I'd like to be able to display the cover using the OLID (O

Re: [Koha] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
me to where I could look it up myself). To this end I've copied in the Koha Development community. Or I may be barking up an entirely wrong tree. In which case feel free to say "Down boy, down". Nigel On 20/07/2023 23:20, Nigel Titley wrote: Just to give an example of an O

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
b.com/koha-community/Koha/-/blob/master/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js#L19 and opac-results: 899 [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsbn();[% END %] Le ven. 21 juil. 2023 à 13:03, Nigel Titley a écrit : Furthur on this and reading a bit more in

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Nigel Titley
Understood. I'm sure that a Real Librarian (tm) will answer at some point. Thanks anyway Nigel On 21/07/2023 13:20, Jonathan Druart wrote: No idea, I'm really just a programmer ;) Le ven. 21 juil. 2023 à 14:06, Nigel Titley a écrit : Thanks for the response... makes sense to us

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-08-08 Thread Nigel Titley
list and if that gets turned down I'll reconsider options. Many thanks for your help Nigel [1] https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680 David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-08-08 Thread Nigel Titley
On 24/07/2023 01:11, David Cook wrote: You could send a request for an "openlibrary" code to be added to the official Standard Identifier Source Codes list: https://www.loc.gov/standards/sourcelist/index.html#maintenance . Honestly, I'm a little surprised there isn't already an entry for it

[Koha] Problems with the facebook web crawler

2024-07-25 Thread Nigel Titley
Is anyone else getting problems with the facebook web crawler hammering their OPAC search function? This has been happening on and off for a couple of months but set in with a vengeance a couple of days ago. The crawler is hitting us with many OPAC search queries, beyond the capacity of our sy

Re: [Koha] Problems with the facebook web crawler

2024-07-25 Thread Nigel Titley
Dear Michael On 25/07/2024 13:28, Michael Kuhn wrote: Hi Nigel In such a case I would advise to create a sitemap - unfortunately this Koha feature seems not so well documented, but the following may give you a start: * https://lists.katipo.co.nz/public/koha/2020-November/055401.html * htt

Re: [Koha] Problems with the facebook web crawler

2024-07-25 Thread Nigel Titley
On 25/07/2024 13:55, Jason Boyer wrote: While they do ignore robots.txt they do at least supply a recognizable user agent that you can just block: RewriteEngine on RewriteCond %{HTTP_USER_AGENT} "facebookexternalhit|other|bots|here" RewriteCond %{REQUEST_URI} "!403\.pl" [NC] RewriteRule "^.*"

Re: [Koha] Problems with the facebook web crawler

2024-07-25 Thread Nigel Titley
On 25/07/2024 13:55, Jason Boyer wrote: While they do ignore robots.txt they do at least supply a recognizable user agent that you can just block: RewriteEngine on RewriteCond %{HTTP_USER_AGENT} "facebookexternalhit|other|bots|here" RewriteCond %{REQUEST_URI} "!403\.pl" [NC] RewriteRule "^.*"

Re: [Koha] Problems with the facebook web crawler

2024-07-25 Thread Nigel Titley
On 25/07/2024 23:31, Nigel Titley wrote: On 25/07/2024 13:55, Jason Boyer wrote: While they do ignore robots.txt they do at least supply a recognizable user agent that you can just block: RewriteEngine on RewriteCond %{HTTP_USER_AGENT} "facebookexternalhit|other|bots|here" R