-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4883 from dodona-edu/chore/remove-ugent-mentions
Replace all mentions of dodona.ugent.be
- Loading branch information
Showing
7 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
custom: https://dodona.ugent.be/en/support-us | ||
custom: https://dodona.be/en/support-us |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,20 +8,20 @@ | |
|
||
> Dodona is an online exercise platform for **learning to code**. It wants to teach students how to program in the most meaningful and effective way possible. Dodona acts as an **online co-teacher**, designed to give every student access to high quality education. The focus is on automatic corrections and giving **meaningful feedback** on the submitted solutions from students. | ||
This repository contains the source code of the web application. If you simply want to use Dodona, please go to [https://dodona.ugent.be](https://dodona.ugent.be). | ||
This repository contains the source code of the web application. If you simply want to use Dodona, please go to [https://dodona.be](https://dodona.be). | ||
|
||
The documentation for end users can be found at [https://docs.dodona.be](https://docs.dodona.be). | ||
|
||
## Supporting Dodona | ||
|
||
Dodona is free to use for schools and we would like to keep it that way! Keeping this platform up and running takes a lot of time, just as supporting hundreds of schools and thousands of students. If you would like to fund Dodona, you can find more information on [https://dodona.ugent.be/en/support-us/](https://dodona.ugent.be/en/support-us/) or get in touch by emailing us at [email protected]. | ||
Dodona is free to use for schools and we would like to keep it that way! Keeping this platform up and running takes a lot of time, just as supporting hundreds of schools and thousands of students. If you would like to fund Dodona, you can find more information on [https://dodona.be/en/support-us/](https://dodona.be/en/support-us/) or get in touch by emailing us at [email protected]. | ||
|
||
## Contacting us | ||
|
||
There are several ways to contact us: | ||
- To report a bug, please use [GitHub Issues](https://github.com/dodona-edu/dodona/issues). | ||
- If you have a question to which the answer might be of use to others, please use [GitHub Discussions](https://github.com/dodona-edu/dodona/discussions). | ||
- For more specific questions, use [our contact form](https://dodona.ugent.be/nl/contact/), send an email to [[email protected]](mailto:[email protected]) or come chat with us in our [general chat](https://matrix.to/#/#dodona-general:vanpetegem.me?via=vanpetegem.me&via=matrix.org&via=beardhatcode.be) or our [support chat](https://matrix.to/#/#dodona-support:vanpetegem.me?via=vanpetegem.me). | ||
- For more specific questions, use [our contact form](https://dodona.be/nl/contact/), send an email to [[email protected]](mailto:[email protected]) or come chat with us in our [general chat](https://matrix.to/#/#dodona-general:vanpetegem.me?via=vanpetegem.me&via=matrix.org&via=beardhatcode.be) or our [support chat](https://matrix.to/#/#dodona-support:vanpetegem.me?via=vanpetegem.me). | ||
|
||
## Local development | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,14 +69,14 @@ | |
"@context": "https://schema.org/", | ||
"@type": "Organization", | ||
"name": "Dodona", | ||
"url": "https://dodona.ugent.be", | ||
"url": "https://dodona.be", | ||
"sameAs": [ | ||
"https://twitter.com/DodonaEdu", | ||
"https://github.com/dodona-edu" | ||
], | ||
"email": "[email protected]", | ||
"logo": "https://dodona.ugent.be/icon.png", | ||
"image": "https://dodona.ugent.be/social-image.png", | ||
"logo": "https://dodona.be/icon.png", | ||
"image": "https://dodona.be/social-image.png", | ||
"slogan": "Learn to code for secondary and higher education." | ||
} | ||
</script> | ||
|
@@ -85,8 +85,8 @@ | |
"@context": "https://schema.org/", | ||
"@type": "Website", | ||
"name": "Dodona", | ||
"url": "https://dodona.ugent.be", | ||
"url": "https://dodona.be", | ||
"version": "<%= Dodona::Application::VERSION %>", | ||
"image": "https://dodona.ugent.be/social-image.png" | ||
"image": "https://dodona.be/social-image.png" | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters