EPrints Technical Mailing List Archive

Message: #09078


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] how many EPrints repository instances running 3.2 or earlier


CAUTION: This e-mail originated outside the University of Southampton.

 

Dear Tomasz, dear Adam, dear List

 

hit me if this is too simplistic, but if you already have the list of URLs (by opendoar), just loop over all instances with curl and grep Version from cgi/counter:

 

$ echo "Universitaet Zuerich (UZH)"

$ curl https://www.zora.uzh.ch/cgi/counter 2>/dev/null | grep version

version: 3.3.16 eps

version_description: EPrints 3.3.16 (Gelato Blizzard) (EPrints Services)

version_long: EPrints 3.3.16

version_alias: Gelato Blizzard

$

 

We’re doing this to watch out our top-5 neighbour-Repos … just in case, we’re getting to old 😉

 

CU
Jens

--
Jens Witzel
Zentrale Informatik
Universität Zürich
Stampfenbachstrasse 73
CH-8006 Zürich

mail:  
jens.witzel@uzh.ch
phone: +41 44 63 56777
http://www.zi.uzh.ch

 

Von: eprints-tech-bounces@ecs.soton.ac.uk <eprints-tech-bounces@ecs.soton.ac.uk> Im Auftrag von Adam Field via Eprints-tech
Gesendet: Freitag, 23.
September 2022 23:11
An: eprints-tech@ecs.soton.ac.uk; Tomasz Neugebauer <Tomasz.Neugebauer@concordia.ca>
Betreff: Re: [EP-tech] how many EPrints repository instances running 3.2 or earlier

 

CAUTION: This e-mail originated outside the University of Southampton.

Feels like a quick script could use the predictable /cgi/counter path to collate this, starting with an opendoar export for the URLs.

 

 

 

 

On 23 Sept 2022 21:35, Tomasz Neugebauer via Eprints-tech <eprints-tech@ecs.soton.ac.uk> wrote:

CAUTION: This e-mail originated outside the University of Southampton.

Hi everyone!  I am coming back from an absolutely fascinating iPres2022 conference (https://ipres2022.scot/), finishing up the final draft of my conference paper about the EPrintsArchivematica plugin (https://github.com/eprintsug/EPrintsArchivematica) and I thought of a questions that I'm hoping someone might be able to help me answer: 

 

OpenDOAR reports 632 Eprints repository instances;  how many EPrints repository instances are running on a version of EPrints that is less than 3.3 (for example, EPrints 3.2)?  How many on a version that is than 3.3.12?

 

Tomasz