Re: [Koha-devel] LinkBibHeadingsToAuthorities not working as expected

2020-12-16 Thread dcook
Thanks, Fridolin! I've reported it to Indexdata but they say they can't reproduce the problem... David Cook Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 -Original Message- From: Koha-devel On Beha

Re: [Koha-devel] Strange characters

2020-12-16 Thread dcook
So EF BF BD is the box with a question mark �. If you look at commit 100e6a9808ead4ee8d951da59ead1550e75bb4c3, you'll see the following: -# Casta361eda, Carlos Sebastian - seb...@yahoo.com.ar - Physics Library UNLP Argentina +# Casta�eda, Carlos Sebastian - seb...@yahoo.com.ar - Physics Librar

[Koha-devel] Load balancing Zebra

2020-12-16 Thread dcook
Hi Mengu, Do you use the YAZ Proxy (https://www.indexdata.com/resources/software/yazproxy/) at all for load balancing Zebra? How do you distribute updates to your different Zebra servers? I have a vague memory that you index one of them and then copy the Zebra database over periodically?

Re: [Koha-devel] Koha Command and Control

2020-12-16 Thread dcook
Hi Cab, I was thinking a bit about how there is no point re-inventing the wheel. I've never heard of New Relic, but that reminds me about Prometheus (https://en.wikipedia.org/wiki/Prometheus_(software)). I could write a Koha plugin to create an "exporter" for Prometheus. Or even use something

Re: [Koha-devel] Koha Command and Control

2020-12-16 Thread dcook
Hi Arthur, Thanks for your email. I use Ansible quite a bit already, so I see where you're coming from, but I was thinking of something more elegant. I was also thinking about something that would allow for more private data collection than Hea. Although when I put it that way... it could be

Re: [Koha-devel] Why does #wrap have padding?

2020-12-16 Thread dcook
Hi Owen, But why was the OPAC designed to have 40 pixels of padding on either side of the main content? Why not just be full width? I notice when I'm on my phone that it doesn't have the padding, which leads to inconsistent presentation between desktop and mobile (without any customization).

Re: [Koha-devel] Strange characters

2020-12-16 Thread Didier Gautheron
Hi, 16 décembre 2020 16:23 "Fridolin SOMERS" a écrit: > Hi, > > I found some strange characters in sources : > > https://git.koha-community.org/Koha-community/Koha/src/branch/master/tools/koha-news.pl#L7 > > It se a : > Casta?eda, Carlos Sebastian > > Do you see that ? It seems to be a val

[Koha-devel] Strange characters

2020-12-16 Thread Fridolin SOMERS
Hi, I found some strange characters in sources : https://git.koha-community.org/Koha-community/Koha/src/branch/master/tools/koha-news.pl#L7 It se a : Casta�eda, Carlos Sebastian Do you see that ? Is this non-UTF8 ? Can we build a command to find them all ? I've tried with 'grep -P' but impos

Re: [Koha-devel] Koha Command and Control

2020-12-16 Thread Arthur
Hi there, for this kind of purpose I would recommend using Ansible scripts to ship commands to several Koha's at once. Using Ansible only needs an ssh connexion to each of your Koha servers, no specific software or agent to install on the targets, then commands are simple well-known bash. It is

Re: [Koha-devel] Koha Command and Control

2020-12-16 Thread Cab Vinton
This popped into my email ... Above my pay grade, but maybe of relevance? https://newrelic.com/ All best, Cab Vinton, Director Plaistow Public Library On Tue, Dec 15, 2020 at 6:04 PM wrote: > > Hi all, > > > > For a while, I’ve been thinking that it might be good to have an open source > “Koh

Re: [Koha-devel] Why does #wrap have padding?

2020-12-16 Thread Owen Leonard
> Does anyone know why #wrap in > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss has padding-left: 40px and > padding-right: 40px? Because the OPAC was designed to have 40 pixels of padding on either side of the main content. > It makes adding full-width headers/footers impossible without t

Re: [Koha-devel] LinkBibHeadingsToAuthorities not working as expected

2020-12-16 Thread Fridolin SOMERS
Thanks a lot for your tests. I will try on our Bionic env with Zebra 2.2.1 Le 11/12/2020 à 06:56, dc...@prosentient.com.au a écrit : This one is driving me a bit crazy, so I’ve logged an issue with Indexdata and I’m hoping for the best: https://github.com/indexdata/idzebra/issues/24