Skip to content

Instantly share code, notes, and snippets.

View regisrob's full-sized avatar

Régis Robineau regisrob

View GitHub Profile
@regisrob
regisrob / sparql-iiif-annotations.txt
Last active October 15, 2017 07:52
SPARQL query to retrieve and display IIIF image annotations (created with Mirador and SimpleAnnotationServer, stored in Sesame). See http://demos.biblissima-condorcet.fr/ovide-moralise/
PREFIX exif: <http://www.w3.org/2003/12/exif/ns#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX cnt: <http://www.w3.org/2011/content#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX sc: <http://iiif.io/api/presentation/2#>
PREFIX sc1: <http://www.shared-canvas.org/ns/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX oa: <http://www.w3.org/ns/oa#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
OMEKA
- CollectionTree : permet d'avoir une hiérarchies à plusieurs niveaux pour les collections
- Commenting: zone de commentaires pour les notieces, expos, collections, etc.
- CSV Import: permet l'import de fichiers CSV
- Multilanguage: permet de créer un site omeka multilingues (bêta)
- Docs Viewer: permet d'embeder des googledocument, PDF, etc.
- DublincCore Extented: Permet d'élargir toutes les propritétés DublinCore
- EmbedCode : puor pouvoir embeder des iframes
- simplevocabplus: pour créer, éditer et gérer les vocubulaires internes utilisés dans omeka
@imjasonh
imjasonh / markdown.css
Last active February 12, 2024 17:18
Render Markdown as unrendered Markdown (see http://jsbin.com/huwosomawo)
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
@ScottPhillips
ScottPhillips / .htaccess
Created February 2, 2012 04:30
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/