Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv1r0x <vinzenz.rosenkranz@gmail.com>2016-02-23 05:13:31 +0300
committerv1r0x <vinzenz.rosenkranz@gmail.com>2016-02-23 05:13:31 +0300
commit31689dfab8634b066e6b8878e7ba2f9cf389cb41 (patch)
tree13e731f5284a35ffbe953ddff0edf49faea8dbef /README.md
parent21e4089ef026dc9b1740f9ea91feb097924c3135 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/README.md b/README.md
index 00b2899b..4fc354a2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,23 @@
polls
=====
+This is a poll app, similar to doodle or dudle, for owncloud written in PHP and JS/jQuery.
+It is a rework of the already existing [polls app](https://github.com/raduvatav/polls) written by @raduvatav.
-polls for ownCloud
+Features
+========
+- Create/Edit polls (datetimes _and_ texts)
+- Set expiration date
+- Restrict access (only oc members, certain groups/users, hidden and public)
+- Comments
-Put the files under <owncloud_dir>/apps/polls and enable it in ownCloud.
+Requirements
+============
+- ownCloud 8.1
-The app is also available at the [appstore](https://apps.owncloud.com/content/show.php/Polls?content=167919).
+Installation
+============
+Put the files under `<owncloud_dir>/apps/polls` and enable it in the ownCloud apps settings.
+
+Misc
+====
+The app is also available at the [appstore](https://apps.owncloud.com/content/show.php/Polls?content=174671).