Eints Is a Newgrf Translation Service. Though now it is also used for Game Scripts and OpenTTD itself.
Eints is written in Python 3.
You can find more details in docs/manual.
Eints software uses the GPL V2. For stand-alone use (which is useful for development and testing), no other software is needed.
Internally, it uses:
- Bottle, a Python framework for writing web applications.
- Location: webtranslate/bottle.py
- Licensed under MIT License
- Twitter Bootstrap, a CSS, JS and glyphicon framework
for web application user interfaces.
- Locations: static/css static/img static/js
- Code licensed under Apache License v2.0,
- Documentation licensed under CC BY 3.0.
- Glyphicons Free licensed under CC BY 3.0.
- WooCons #1, an icon library.
- Location: static/img/woocons1
- Licensed under GPL v3
The Eints repository includes files of the above projects for your convenience. They are however not part of Eints.