From 85f9f4b51732b33251d436f178de5eb60e00cd93 Mon Sep 17 00:00:00 2001 From: Josh Parnham Date: Thu, 30 Jul 2015 17:48:25 +1000 Subject: [PATCH] Add README --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..60d1253 --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +# MonashTimetable + +MonashTimetable is a simple open-source Mac application that puts your Monash University timetable in your menu bar. + +![MonashTimetable](http://joshparnham.com/projects/monash-timetable/MonashTimetable.png) + +## Installation + +* [Download MonashTimetable](https://github.com/josh-/MonashTimetable/releases) and copy it to your Applications folder. + +## Requirements + +* OS X 10.10 or later +* An active Monash University my.monash account + +## Acknowledgements + +MonashTimetable makes use of the following third-party frameworks & libraries under licence: + +* [ScheduleKit](https://github.com/gservera/ScheduleKit) +* [MXLCalendarManager](https://github.com/KiranPanesar/MXLCalendarManager) +* [CCNStatusItem](https://github.com/phranck/CCNStatusItem) +* [SSKeychain](https://github.com/soffes/sskeychain) +* [Sparkle](https://github.com/sparkle-project/Sparkle) + +This application and its source code are not affiliated with Monash University. + +## License + +The MIT License (MIT) + +Copyright (c) 2015 Josh Parnham + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.