Skip to content

Commit

Permalink
Add support for University of Evansville
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebsa committed Sep 23, 2024
1 parent fd753a9 commit 81d5708
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for Humber College Institute of Technology and Advanced Learning (@ColeAnthonyCapilongo5735)
- Add support for translations
- Add Spanish (es), French (fr), German (de) translations
- Add support for University of Evansville (@lukebsa)

### Fixed
- Unicode paths will be used by default on Windows
Expand Down
1 change: 1 addition & 0 deletions UNIVERSITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ If this is not something you'd like, please let me know.
- Schoolcraft College
- Texas Tech University
- University of Texas at Dallas
- University of Evansville

###### Canada

Expand Down
10 changes: 10 additions & 0 deletions blackboard_sync/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,16 @@
},
"api_url": "https://learn.humber.ca"
},
{
"name": "University of Evansville",
"short_name": "UE",
"country": "US",
"login": {
"start_url": "https://bblearn.evansville.edu",
"target_url": "https://bblearn.evansville.edu/ultra/"
},
"api_url": "https://bblearn.evansville.edu"
},
{
"name": "Fakeboard",
"short_name": "dev",
Expand Down

0 comments on commit 81d5708

Please sign in to comment.