1
0
mirror of https://git.cant.at/Madeorsk/PollVerlaine synced 2024-09-30 08:58:44 +02:00
A light self-hosted alternative to Straw Poll.
Go to file
Tagadda 24f385d12d IP: Unique_ip is working!
+ Fix a ugly bug

TODO: Some style
2018-08-14 21:08:02 +02:00
config Better results page, CSS organization, responsive design. 2018-08-13 21:25:14 +02:00
models IP: Unique_ip is working! 2018-08-14 21:08:02 +02:00
static WIP: unique_ip ! do not merge 2018-08-14 19:20:01 +02:00
views WIP: unique_ip ! do not merge 2018-08-14 19:20:01 +02:00
.gitignore End of Home page, begin of Poll page and Configuration 2018-08-12 19:29:13 +02:00
API.md Remove id from Option 2018-08-13 15:20:15 +02:00
composer.json Betterize the README, Set the Good email and some format 2018-08-13 13:02:09 +02:00
index.php WIP: unique_ip ! do not merge 2018-08-14 19:20:01 +02:00
LICENSE Initial commit 2018-08-12 12:20:32 +00:00
README.md Some more documentaion 2018-08-13 15:20:15 +02:00

PollVerlaine

A small alternative to Straw Poll.

Installation

Clone the repository :

mkdir db && touch db/polls.db && composer install

Uncomment the dba extention in php.ini :

extension=dba

Rename config/app.example.php to config/app.php.

Sample configuration for nginx :

location /
{
    try_files $uri /index.php =404;
}

API

See API.md.