https://github.com/unisharp/conference-map-main
https://github.com/unisharp/conference-map-main
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/unisharp/conference-map-main
- Owner: UniSharp
- License: mit
- Created: 2014-03-20T18:26:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T05:18:18.000Z (about 12 years ago)
- Last Synced: 2025-02-27T18:07:51.466Z (over 1 year ago)
- Language: JavaScript
- Size: 1.88 MB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pre-requirement
* php5-redis
* php5-json
* [Conference Map socket.io server](https://github.com/UniSharp/conference-map-message-server)
## TODO
* [TODO] Use ethercalc as the map/room/programs/conference backend.
* nginx support? (currently only tested on apache2)
## Licensing
* Copyright (C) 2013-2014 UniSharp Inc.
* Distributed Under the MIT License.
### Third Party License
| Name | License |
| ------------- |:-------------: |
| [adapt.min.js](http://adapt.960.gs/) | Licensed under GPL and MIT |
| jQuery JavaScript Library v1.9.1 | MIT |
| jQuery UI - v1.10.3 | MIT |
| [bPopup](http://dinbror.dk/bpopup) | MIT |
| [jquery.slides.js](http://www.slidesjs.com/) | Apache license |
| 960 Grid System ~ Core CSS | Licensed under GPL and MIT |
## Frontend Developer Note
* install node.js and npm
* `npm install`
| Task | Command |
| ------------- |:-------------:|
| css beautifier | grunt cssbu |
| js beautifier | grunt jsbu |
| js Hint | grunt jshi |