An open API service indexing awesome lists of open source software.

https://github.com/bwesterb/tkb.js

Javascript frontend voor Terminal Kamer Bezetting Daemon van de faculteit NWI van de Radboud Universiteit
https://github.com/bwesterb/tkb.js

Last synced: 5 months ago
JSON representation

Javascript frontend voor Terminal Kamer Bezetting Daemon van de faculteit NWI van de Radboud Universiteit

Awesome Lists containing this project

README

          

tkb.js
======

`tkb.js` is a pure javascript/html/css frontend of the
[terminal kamer bezettings daemon](http://github.com/bwesterb/tkbd)
running on the faculty of sciences
of the [Radboud University Nijmegen](http://ru.nl).

It lets you see which computer lab has free PCs.

Installing
----------
1. Put the files online.
2. Copy `config.js.example` to `config.js`. Edit it, if you are
running a `tkbd` instance of your own.

Changelog
---------
* Thirteenth release
* If reservations of a room follow eachother within 15 minutes, show the
end time of the last reservation.
* New footer with credits
* ...
* Twelfth release
* Fix another bug in the schedule showing code [#4]
* Eleventh release
* Add event descriptions
* Fix custom paths for the API
* Some small fixes
* Tenth release
* Update to tkbd protocol version 1.
* Bars are brighter thanks to [Judith](http://jd7h.com)
* Ninth release
* Fix quirks-mode problem with IE 8
* Eigth release
* Show end time on reservations.
* Some small layout tweaks
* Seventh release
* Hide addressbar on iOS devices.
* A wee bit better javascript compression.
* Sixth release
* Bundle and minify all javascript into one file.
Loading will be a lot faster on mobiles.
* Fifth release
* Bugfix in schedule showing code
* Fourth release
* Highlights on updates
* Fixed some animation glitches
* Increased usability on smartphones:
* A solid background is shown when the gradient image has not
been loaded yet.
* Disabled slow animations on pageload
* Hide statusbar on MobileSafari
* Third release
* Compatibility with older browsers (in particular Firefox 2/3)
* Second release
* Great new design thanks to [Judith](http://jd7h.com)
* Mobile support thanks to [Ruben](https://github.com/rnijveld)