| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-09-18 19:46:29 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-09-18 19:46:29 +0200 |
| commit | 7f2a8bd6837b731b5da3fac821df6e4ac268a20b (patch) | |
| tree | d5b338d97dac64f926ea14d74ce2395ca4c1ccd0 | |
| parent | 59764e231b5e8cf6553d7978e9489e9b12f4e005 (diff) | |
| parent | 5f8db3376f8c683c41593665e09fdd40853ab710 (diff) | |
Merge branch 'master' of ssh://dreamhost/home/natsen1/git/repositories/calendar
| -rw-r--r-- | index.ssi | 36 |
1 files changed, 20 insertions, 16 deletions
@@ -8,14 +8,9 @@ <body> <!--#include virtual="../ssi/header.ssi" --> <div class="message"> - <center> - <h1 class="important">Warning</h1> - </center> - This service is no longer available.<br \> - Feel free to download its - <a href="/repositories_old/calendar/">source code</a> (available under the - <a href="/calendar/LICENSE">"New BSD License"</a>) - and setup your own. + <center><h1 class="important">Notice</h1></center> + This service was enabled once again for the year 2016/2017 following + a student's request. Enjoy! </div> <br /> <div class="message"> @@ -84,7 +79,7 @@ </li> <li> Bug reports and feature requests can be done through - <a href="/repositories_old/calendar/">the project's repository</a>, + <a href="/repositories/cgit.cgi/calendar/">the project's repository</a>, by <a href="/contact/">contacting me</a> or alternatively by using <a href="/bugzilla/">the bug report system</a>. Feedback and feature request are welcome, so do not hesitate. @@ -113,15 +108,24 @@ The generated ICS documents were validated using <a href="http://icalvalid.cloudapp.net/">iCalendar Validator</a>. </li> - <li> - <b>M2RIT RIBDM</b>'s Google Calendar source will not be handled by - this tool as long as it stays the gaping security hole it currently - is (its admin login credentials are public). Users are encouraged to - ask the curriculum's manager for a better system. - </li> </ul> </div> - + <div class="message"> + <center> + <h2>Year 2016/2017 changes</h2> + </center> + <ul> + <li> + Class selection is currently disabled as I have no idea what + choices are available to the students, meaning all classes are + considered as "unknown" events. + </li> + <li> + The generated calendars were not passed through an ICS validator, + I barely checked if Google was happy with the result. + </li> + </ul> + </div> <div class="message"> <center> <h2>Last log(s)</h2> |


