Skip to content

alinbalutoiu/Unified-Multilanguage-Reader

Repository files navigation

Zeeguu Unified-Multilanguage-Reader 📕

Build Status Documentation Coverage

The Zeeguu Unified-Multilanguage-Reader (UMR) is a Python/Javascript-based web application that implements a multilingual article reading and language learning service that can be deployed amoungst multiple platforms (such as android and IOS). It makes use of (and shares ties with) the Zeeguu API, for which an account can be requested on the Zeeguu website.

Authors

Zeeguu UMR is at its core a University project (Rijksuniversiteit Groningen, Netherlands), developed by two students:

  • Dan Chirtoaca
  • Luc van den Brand

Under the supervision of Dr. Mircea Lungu.

Licence

The Zeeguu UMR project is open-source according to the definitions of the MIT-Licence.

Deployment locations.

The deployed version of UMR can be found on:

Further reading

Most, if not all, of the information regarding this project can be found in our documentation. This page documents the master branch, where in-development versions can be read by pulling a specific branch and running autodoc.sh to build your own local documentation. This will cover subjects like:

  • Setting up your development environment.
  • Architecutre and UI design.
  • Dependencies and more.

As the flask server is quite minimal, we only discuss the client-side code in detail. The python sources should speak for themselves.