diff options
| author | Ben Linskey | 2015-01-01 21:26:24 -0500 |
|---|---|---|
| committer | Ben Linskey | 2015-01-01 21:26:24 -0500 |
| commit | 6f865b985c5ba1cd6911a5fc31b96ea0109f8ce6 (patch) | |
| tree | d3dc3172205851f511f5d71e85d12f18271ecdb5 | |
| parent | fee59d70a006e4264ebb7bb4adaa061add6a273a (diff) | |
| download | middle-liddell-6f865b985c5ba1cd6911a5fc31b96ea0109f8ce6.tar.gz | |
Add readme
| -rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e57fff3 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# An Intermediate Greek-English Lexicon + +This is a fork of the [Perseus Digital Library][Perseus]'s XML version of Liddell and Scott's *An Intermediate Greek-English Lexicon*. It will be used in future versions of the [Ancient Greek Lexicon & Syntax/Greek Reference][app] Android app. + +## Source + +Text provided by Perseus Digital Library, with funding from The Annenberg CPB/Project. Original version available for viewing and download at http://www.perseus.tufts.edu/hopper/. + +The version of the text from which the text contained in this repository is derived was downloaded on January 1, 2015. + +The Perseus website contains the latest [XML][lexicon-xml] and [HTML][lexicon-html] versions of the lexicon. + +## License + +This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 United States License][CC BY-SA 3.0 US], with the additional restriction that you offer Perseus any modifications you make. + +## Notices + +This work has been modified from the original text provided by the Perseus Digital Library to correct minor typographical errors. A full version history is contained in the Git repository [hosted on GitHub][this-repo]. + +Neither this work nor the Greek Reference/Ancient Greek Lexicon & Syntax app is in any way endorsed by or affiliated with the Perseus Digital Library. + +[Perseus]: http://www.perseus.tufts.edu +[app]: https://github.com/blinskey/greek-reference +[lexicon-xml]: http://www.perseus.tufts.edu/hopper/dltext?doc=Perseus%3Atext%3A1999.04.0058 +[lexicon-htmll]: http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.04.0058 +[CC BY-SA 3.0 US]: http://creativecommons.org/licenses/by-sa/3.0/us/ +[this-repo]: https://github.com/blinskey/middle-liddell +[db-creator]: https://github.com/blinskey/greek-reference-databsae-creator |