March 2019
SEARCH - BIB - Ready2Search(Bibliotheque Municipale de Bobigny (Elas Triolet) - Bobigny 93000 - Recherche Simple 50 resultats)
Bibliotheque Municipale de bobigny - Recherche livres dans le catalogue:
Recherche Simple mais avec tout de suite 50 résultats au lieu de 10
January 2018
BIB - DEV - Amazon dans ton portail (10.12.2011) - BibliobiDules | bidouilles informatiques pour les bibliothèques
(via)J’ai donc essayé de m’appuyer sur le travail de mon stagiaire pour désormais étendre l’affichage de visuels des documents de la bibliothèque aux CD et DVD. Pour cela, je me suis donc appuyé sur l’existence du code ASIN qui est pour Amazon l’identifiant unique de chaque notice de son site (une sorte d’ISBN quoi…). Ainsi, si l’on a ce code, on pourra automatiquement retrouver l’adresse web de la notice ET de l’image liée. En effet, l’une et l’autre se compose :
.../...
À noter que l’extension .01.MZZZZZZZ.jpg permet de choisir la taille de l’image. D’autres extensions existent mais je trouvais les images ou trop grandes ou trop petites.
USERSCRIPT (AUTOPAGER like) - Nexto - Example
This is a base for an autopager, basically loads the next page if you give it the content to load and a CSS selector to the Next link, to add a website modify the implementation array, only tested on Firefox, probably buggy but works for what I need it for, you need to add @includes and add website to the implementations array to get it to work. V1.5 works in Chrome, if you're into that sort of thing.
(example) Test OK for Recherche OPAC Bibliothèque de Bobigny (2018) (link http://bibliotheque.ville-bobigny.fr/recherche-catalogue/recherche-simple/simple/Auteur/0/herge/ligne?limit=50) :
var implementations = [
{
site: "http://bibliotheque.ville-bobigny.fr/recherche-catalogue/", // regex to compare against site URL, similar to @include
nextLinkSelector: ".dropdown.btn.btn-default.pagi + .btn.btn-default.hidden-phone.hasTooltip", // css selector for the next link, tip: find the current page button and do next sibling
contentSelector: ".tmpl-content .colctre", // the content that will be added to from the next page
javascript: false // set this to true if the website uses javascript to load content, 50% chance it'll work
}
];
BIB - Ready2Search - BIB Bobigny (2018) - Titre Contien >50 resutats
Moteur de recherche Open search pour le nouveau site de la Bibliothèque de Bobigny (OPAC):
Titre Recherche Simple (Notice) et 50 resultas.
Realisé avec Ready2Search:
1
(4 marks)