Skip to content

Kódkupa fordítási rendszer az IOI translation system alapján

License

Notifications You must be signed in to change notification settings

kodkupa/translation

This branch is 1 commit ahead of ioi/translation:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e219006 · Feb 7, 2023
Feb 7, 2023
Nov 1, 2017
Oct 22, 2022
Dec 18, 2022
Apr 21, 2017
Oct 22, 2022
Dec 18, 2022
Feb 7, 2023
Dec 18, 2022
Jul 27, 2019
Sep 4, 2022
Nov 5, 2017
Dec 18, 2022
Dec 18, 2022
Oct 22, 2022
Oct 22, 2022
Feb 7, 2023
Sep 4, 2022
Jul 23, 2018
Sep 4, 2022

Repository files navigation

IOI Task Translation System

The IOI Task Translation System provides a web interface for translating the tasks (problems) into various languages during the International Olympiads in Informatics. The system was initially developed and first used in IOI 2017 in Tehran, Iran.

Features

  • Markdown editor with mathematical expressions support
  • Support for right-to-left and southeastern languages
  • Embedded printing system
  • User-friendly editing environment with parallel view
  • PDF generation with custom fonts
  • Revision history with diff mode
  • Handy notification system
  • Full-featured admin page
  • Support for multiple contests
  • Dockerized and easy to develop and deploy

Documentation

Read the documentation here.

Local Dev Setup

  1. Install Docker and Docker Compose.
  2. Clone the project to your machine.
  3. Run docker-compose up -d.

At this point, the app will be running at http://localhost:9000/. You may optionally perform the following tasks:

  • To create initial administrator users and groups, run docker-compose exec app bash, and then in the shell, run python3 manage.py loaddata initial_data.json. Then, exit from the shell by typing exit.
  • To add countries, languages, and users, use the CSV importer in the admin interface. Sample data is provided in data/.
  • You can get access to the system logs by running docker-compose logs. To follow the logs from now on, run docker-compose logs -f --tail=0.
  • To stop the app, run docker-compose stop.

To use docker in development settings, add --reload option to the execution line of gunicorn in docker-entrypoint.sh file. Then run docker by docker-compose up --build.

License

This software is distributed under the MIT license, and uses third party libraries that are distributed under their own terms (see LICENSE-3RD-PARTY.txt).

Copyright

Copyright (c), IOI International Technical Committee.

Initiated by the IOI 2017 Host Technical Committee.

About

Kódkupa fordítási rendszer az IOI translation system alapján

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • Python 17.7%
  • HTML 9.4%
  • CSS 6.3%
  • Less 0.4%
  • Dockerfile 0.2%
  • Shell 0.2%