From 5c061de7201144601c19308ad901aacfc9b6c67d Mon Sep 17 00:00:00 2001 From: Anne Ferger Date: Wed, 3 Nov 2021 08:37:39 +0100 Subject: [PATCH] added README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..69c732a --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# TEIGarage/MEIGarage + +This repository is a dependency used in the [TEIGarage](https://github.com/TEIC/TEIGarage) and/or [MEIGarage](https://github.com/Edirom/MEIGarage) project which are based on the proven [OxGarage](https://github.com/TEIC/oxgarage). + +TEIGarage is a webservice and RESTful service to transform, convert and validate various formats, focussing on the [TEI](https://tei-c.org/) format. +MEIGarage is a webservice and RESTful service to transform, convert and validate various formats, focussing on the [MEI](https://music-encoding.org/) format. + +Further information on the code structure of MEIGarage and TEIGarage can be found [here](https://github.com/Edirom/MEIGarage/blob/main/doc/code-structure.md). + +