Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/greekapp
This is a Django app that allows you to interact with the text of the New Testament in its original language.
https://github.com/honza/greekapp
Last synced: about 5 hours ago
JSON representation
This is a Django app that allows you to interact with the text of the New Testament in its original language.
- Host: GitHub
- URL: https://github.com/honza/greekapp
- Owner: honza
- License: other
- Created: 2011-09-30T01:17:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-01T20:00:17.000Z (about 13 years ago)
- Last Synced: 2024-04-16T01:44:54.332Z (7 months ago)
- Language: Python
- Homepage:
- Size: 2.07 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
GreekApp
========This is a reusable Django application that allows you to interact with the text of the
New Testament in its original language. This is intended for students of Koine
Greek.Hovering over a Greek word will reveal its meaning and its grammatical
information (gender, tense, mood, person, etc.).There's no accounts, nothing like that. It's using Redis as the backend because
it's blazing fast and very memory efficient.All of the text, grammar, lexical data and so is in the public domain.
Installation
------------1. ``$ pip install django-greekapp``
2. Add ``greekapp`` to ``INSTALLED_APPS``
3. Plug GreekApp to your project's ``urls.py``.
4. Make sure Redis is installed and running
5. Run the ``load`` management command to load data into Redis
6. Run the server.
7. ProfitLicense
-------BSD, short and sweet.
.. image:: https://github.com/honza/greekapp/raw/master/screenshot.jpg