Skip to content

OpenTTD/eints

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Eints

About

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.

Licensing

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.
  • 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.