Skip to content

Instantly share code, notes, and snippets.

@cmahnke
cmahnke / indexer.py
Last active June 5, 2025 10:46
Index configuration for Pagfind
import asyncio
import json
import yaml
import logging
import os
import sys
import re
import argparse
import pathlib
import requests
@cmahnke
cmahnke / index-2.json
Last active October 29, 2020 14:30
IIIF with thumbnail for Mirador
{"@context":"http://iiif.io/api/presentation/2.1/context.json",
"@type":"sc:Manifest",
"@id":"http://localhost:1313/post/1x1-des-tapezierens/",
"viewingDirection":"left-to-right",
"viewingHint":"paged",
"label":"1x1 des Tapezierens - Versuch's mal selber","sequences":[
{
"@id":"http://localhost:1313/post/1x1-des-tapezierens/sequence/normal",
"@type":"sc:Sequence",