From 5d022a9539a43fab427fa32acf951b9c02fc16aa Mon Sep 17 00:00:00 2001 From: "Lange, Dr. Herbert" <herbert.lange@uni-hamburg.de> Date: Fri, 9 Jul 2021 14:00:01 +0200 Subject: [PATCH] add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d4777a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# The Quest Knowledge base + +This is a collection of relevant information for corpus creators compiled as +part of the [QUEST](https://www.slm.uni-hamburg.de/ifuu/forschung/forschungsprojekte/quest.html) +project. + +The information is stored as [reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html), +which can e.g. be converted to HTML files. + +To convert files a [Makefile](https://en.wikipedia.org/wiki/Makefile) is provided which requires +[sed](https://www.gnu.org/software/sed/) and [Pandoc](https://pandoc.org/). + +Additional contributions and/or translations are welcome. + +<!-- a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a--> \ No newline at end of file -- GitLab