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
- Host: GitHub
- URL: https://github.com/bwesterb/tkb.js
- Owner: bwesterb
- License: agpl-3.0
- Created: 2011-11-20T00:50:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T18:42:08.000Z (over 13 years ago)
- Last Synced: 2025-06-06T11:06:46.816Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 728 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)