From c643b40a737e2accc5e3ec3772c96a35fe2ef80f Mon Sep 17 00:00:00 2001 From: Klaus Thoden Date: Fri, 26 Jan 2018 16:43:22 +0100 Subject: [PATCH] Readme update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1971349..5828eed 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Convert TEI to EOADjango # -Suite of functions to get from one TEI file that contains a whole publication to the current input format for Edition Open Access, a `Django.xml` file. +Suite of functions to get from TEI encoded XML into the workflow of Edition Open Access. The main output file is an XML file called `IntermediateXML.xml` which can subsequently processed with `tralics2django`, a tool found in the `EOASkripts` repository. Code written in Python3. External dependencies --------------------- - lxml +- BeautifulSoup +- pandoc +- pandoc-citeproc