Popularity
1.3
Stable
Activity
0.0
Stable
31
3
4

Programming language: JavaScript
License: GNU General Public License v3.0 only
Tags: Polls and Events    
Latest version: v0.3

Clerk alternatives and similar software solutions

Based on the "Polls and Events" category.
Alternatively, view Clerk alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Clerk or a related project?

Add another 'Polls and Events' Software solution

README

Track periodic events in your life such as when baby has a nappy change, when you eat chocolate, or how many hours you slept.

[Screenshot](./screenshot.png)

  • Web based.
  • Easy to deploy.
  • Self-hosted & FLOSS.
  • Simple text based CSV format.
  • Allows multiple people to log events.
  • Mobile friendly - "Add to Home Screen" web-app.

Install

  • Download a release or git clone the master branch.
  • Copy the files to your PHP web hosting.

To require authentication, first create a password file:

htpasswd -c /path/to/.htpasswd username

Then copy ./example.htaccess to .htaccess and edit it.

Data format

[Screenshot 2](./screenshot-2.png)

For every event logged the event type, timestamp, and comment are stored.

Events are stored in individual CSV files - one file per event type.

You can also download all CSVs stiched together with an extra column for the event name.

Multi-user

If you have multiple users, clone the app folder for each user and create a unique htaccess login for each.

To create shared events either symlink one of the CSV files into each user's data directory or symlink the entire data folder.

Server

The server is written in mal/php which is a Clojure-like implementation on PHP.

License

Copyright Chris McCormick, 2017. [GPLv3 licensed](./LICENSE.txt).


*Note that all licence references and agreements mentioned in the Clerk README section above are relevant to that project's source code only.