Useful University of Waterloo websites and redirects. https://uwat.cc/
Find a file
2018-12-06 22:29:38 -05:00
src Add WatIAM white pages 2018-12-06 22:29:38 -05:00
.gitignore Initial commit 2018-12-05 23:10:18 -05:00
build.py Initial commit 2018-12-05 23:10:18 -05:00
LICENSE Initial commit 2018-12-05 23:10:18 -05:00
README.md Add README 2018-12-06 22:26:11 -05:00

uwat.cf Jenkins GitHub

uwat.cf is a gateway to various resources related to the University of 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 uwat.cf/exams. The homepage is a list of these shortcuts.

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. 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, into the same place as you did in src/index.html. redirects.conf is included inside an nginx map block, and the syntax is:

/shortcut "https://example.com/long/url";

Thank you for contributing.