Add readme and BSD license

master
Skylar Ittner 6 jaren geleden
bovenliggende 24f3af1aea
commit 148d7e960b

@ -0,0 +1,9 @@
Copyright (C) 2017 Netsyms Technologies.
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 NETSYMS TECHNOLOGIES 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.
Except as contained in this notice, the name and other identifying marks of Netsyms Technologies shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Netsyms Technologies.

@ -0,0 +1,11 @@
<img src="https://source.netsyms.com/Netsyms/OpenQuestion/raw/master/img/logo.svg" alt="OpenQuestion" style="max-width: 50%;" />
A simple system for creating multiple-choice questions for an audience to
answer on their phones. Responses are tallied and displayed in real-time.
Installation
------------
0. Install Apache, PHP 7, and a database (MySQL, but others will probably work too).
1. Run composer install.
2. Import `database.sql` into your database.
3. Copy settings.template.php to settings.php and plug in your settings.
Laden…
Annuleren
Opslaan