From 438f4fe1808dc973a75c2284786c0b5d149572b4 Mon Sep 17 00:00:00 2001 From: Ian Cornelius Date: Tue, 28 May 2024 06:40:41 -0500 Subject: [PATCH] update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27a36f0..307f70e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -This repository is a sandbox in which to prototype tools for cleanup, transformation, and validation of data curated by editors of [*DIMEV*: An Open Access, Digital Edition of the *Index of Middle English Verse*](https://www.dimev.net/). -Researchers interested in Middle English verse should consult , not this repository, as the XML source files in this repository are a snapshot and will not be updated. +This repository is a sandbox in which to prototype tools for cleanup, transformation, and validation of data curated by editors of *DIMEV: An Open Access, Digital Edition of the "Index of Middle English Verse"*. +Researchers interested in Middle English verse should consult [dimev.net](https://www.dimev.net/), not this repository, as the XML source files in this repository are a snapshot and will not be updated. They are for testing only. Commentary is welcome. -The repository also hosts source files for an experimental new *DIMEV* website, build with Jekyll and hosted by GitHub Pages. +The repository also hosts source files for an experimental new *DIMEV* website, built with Jekyll and hosted by GitHub Pages. All this is very much work in progress. An inspiration is Andrew Dunning's [prototype](https://github.com/medievallibraries/latin-writers) for a digital edition of Richard Sharpe, *A Handlist of Latin Writers of Great Britain and Ireland Before 1540*. @@ -16,6 +16,8 @@ An inspiration is Andrew Dunning's [prototype](https://github.com/medievallibrar - `docs/` Source files and templates for a website. The contents of `docs/_items/` are written by `scripts/transform-Records.py`. +- `schemas/` + JSON schemas for validation of transformed source files. - `scripts/` Python scripts for review and transformation of the files in `DIMEV_XML`. For details see comments at the head of each file.