Dolphin Emulator official website source code (running on https://dolphin-emu.org/)
Go to file
OatmealDome 5700db0e07
Merge pull request #161 from CrossVR/stable
Add Stop Killing Games alert at the top of all pages
2024-09-08 19:27:01 -04:00
dolweb skg_alert: Include the alert in the base template 2024-09-08 15:26:36 +02:00
.gitignore gitignore: Add .DS_Store files 2023-07-04 15:17:45 -04:00
CODE_OF_CONDUCT.md Add ref to Dolphin's Code of Conduct 2023-01-02 11:19:55 +01:00
CONTRIBUTING.md contributing: mention how to bypass security against running on localhost 2019-01-02 19:02:46 +01:00
fabfile.py fabfile: migrate to Fabric 2.x 2019-10-24 17:32:51 +02:00
LICENSE dolweb: make licensing situation more explicit 2018-08-04 02:33:03 +02:00
manage.py dolweb: make licensing situation more explicit 2018-08-04 02:33:03 +02:00
README.md Update README, TODO, and CONTRIBUTING 2018-07-21 15:23:27 +02:00
requirements.txt requirements: Update cffi, cryptography, and Pillow 2024-05-23 00:27:39 -04:00
shell.nix shell.nix: add a few missing deps/tools 2023-01-06 02:29:51 +01:00
TODO Update README, TODO, and CONTRIBUTING 2018-07-21 15:23:27 +02:00

Dolphin Emulator Official Website

https://dolphin-emu.org/

Technologies: Django (Python 3), HTML and CSS, using Twitter Bootstrap.

Author: mostly Pierre Bourdon (delroth@dolphin-emu.org).

Translations are handled via Transifex, see: https://www.transifex.com/projects/p/dolphin-emu/resource/website/

Quick overview

5 important applications:

  • Downloads: serves the list of downloads, revision info, branch list, etc. Gets requests from the Buildbot when a build is complete and updates its internal database.
  • Compat: serves the compatibility list, which gets its data from the Dolphin Wiki (https://wiki.dolphin-emu.org/) and from a MongoDB database containing game banners (fetched and used to generate an image atlas regularly).
  • Docs: serves the FAQ (stored internally in a database, with a dynamic i18n translation layer) and the guides (stored in the Dolphin Wiki).
  • Media: serves the screenshot gallery.
  • Homepage: serves the homepage.
  • Update: serves update metadata information to users.

Licensing

Code is licensed under the MIT license: do whatever you want with it. Images are licensed under the CC-by-sa license: if you want to use them, please attribute them to us and redistribute them under the same license.