2018-12-06 22:32:39 -05:00
|
|
|
# [`uwat.cf`][1] [](https://ci.quantum2.xyz/job/uwat.cf/) [](LICENSE)
|
2018-12-06 22:26:11 -05:00
|
|
|
|
2018-12-06 22:32:39 -05:00
|
|
|
[`uwat.cf`][1] is a gateway to various resources related to the University of
|
2018-12-06 22:26:11 -05:00
|
|
|
Waterloo, made by Waterloo students for Waterloo students.
|
|
|
|
|
|
|
|
We provide shortcut links to make your life easier. Instead of scrambling to
|
|
|
|
remember that site where it shows your exam schedule and seating, simply go to
|
2018-12-06 22:32:39 -05:00
|
|
|
[uwat.cf/exams][2]. The [homepage][1] is a list of these shortcuts.
|
2018-12-06 22:26:11 -05:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Everyone is welcome to contribute! Simply send in a pull request with your
|
|
|
|
useful link, and if it passes quality control, it will be merged and made
|
|
|
|
available to the public.
|
|
|
|
|
|
|
|
To add a link, add the shortcut link and description to the relevant section in
|
|
|
|
[`src/index.html`][3]. You can also add new sections if none of the existing
|
|
|
|
sections fit the bill.
|
|
|
|
|
|
|
|
To add the redirect, add it to [`src/redirects.conf`][4], into the same place
|
|
|
|
as you did in `src/index.html`. `redirects.conf` is included inside an
|
|
|
|
[nginx `map` block][5], and the syntax is:
|
|
|
|
|
|
|
|
```
|
|
|
|
/shortcut "https://example.com/long/url";
|
|
|
|
```
|
|
|
|
|
|
|
|
Thank you for contributing.
|
|
|
|
|
2018-12-06 22:32:39 -05:00
|
|
|
[1]: https://uwat.cf
|
|
|
|
[2]: https://uwat.cf/exams
|
2018-12-06 22:26:11 -05:00
|
|
|
[3]: src/index.html
|
|
|
|
[4]: src/redirects.conf
|
|
|
|
[5]: https://nginx.org/en/docs/http/ngx_http_map_module.html
|