From 1f8e45c576c95419ae2303a8615f356749579253 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 12 Sep 2020 12:38:50 +0100 Subject: Add todos --- cmd/iiifdownloader/main.go | 3 +++ go.mod | 2 ++ 2 files changed, 5 insertions(+) diff --git a/cmd/iiifdownloader/main.go b/cmd/iiifdownloader/main.go index 15ac66a..50858ef 100644 --- a/cmd/iiifdownloader/main.go +++ b/cmd/iiifdownloader/main.go @@ -16,6 +16,7 @@ import ( "strings" ) +// TODO: add tests const usage = `Usage: iiifdownloader [-mets] url Downloads all pages from a IIIF server. @@ -24,6 +25,8 @@ Currently supports the following IIIF using services: - BNF's Gallica example url: https://gallica.bnf.fr/ark:/12148/bpt6k6468158v - BSB / MDZ example url: https://reader.digitale-sammlungen.de//de/fs1/object/display/bsb10132387_00005.html - DFG Viewer example url: http://dfg-viewer.de/show?set%%5Bmets%%5D=http%%3A%%2F%%2Fdaten.digitale-sammlungen.de%%2F~db%%2Fmets%%2Fbsb11274872_mets.xml&cHash=fd18451ee968c125ab2bdbfd3717eae6 +- IIIF Manifest (TODO) +- METS Manifest (TODO) ` diff --git a/go.mod b/go.mod index a822d5e..22e4b35 100644 --- a/go.mod +++ b/go.mod @@ -1 +1,3 @@ module rescribe.xyz/utils + +go 1.14 -- cgit v1.2.1-24-ge1ad