Skip to content

Keworker/timus-ext

timus-ext

Flask website for users of Timus Online Judge.

This is not an official project by Timus Online Judge team. This project is just fansite.

Source code

Source code consists of two parts:

  • Web directory. In this directory, you can see the website code (returning HTML forms, calling API).
  • API directory. In this directory, you can see routes that parse information from Timus Onine Judge and return it.

I use Fluent UI design system and icons from Fluent System Icons.

Contributing

If you would like to contribute to this repository, please see our contributing guide.

If you want to contribute but haven't got any ideas, you can check open issues and try to solve some of them.

License

The content of this repository is protected by the Mozilla Public License 2.0.

Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

See the LICENSE for more information.

Back to top