Skip to content

Commit a6015b7

Browse files
committed
Screenshot & doc updates.
1 parent 597e750 commit a6015b7

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,22 @@ To require authentication, first create a password file:
2222

2323
Then copy `./example.htaccess` to `.htaccess` and edit it.
2424

25-
### Multi-user ###
26-
27-
If you have multiple users, clone the app folder for each user and create a unique htaccess login for each.
28-
29-
To create shared events either symlink one of the CSV files into each user's data directory or symlink the entire data folder.
30-
3125
### Data format ###
3226

27+
![Screenshot 2](./screenshot-2.png)
28+
3329
For every event logged the `event type`, `timestamp`, and `comment` are stored.
3430

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

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

35+
### Multi-user ###
36+
37+
If you have multiple users, clone the app folder for each user and create a unique htaccess login for each.
38+
39+
To create shared events either symlink one of the CSV files into each user's data directory or symlink the entire data folder.
40+
3941
### License ###
4042

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

screenshot-2.png

51.6 KB
Loading

screenshot.png

1.65 KB
Loading

0 commit comments

Comments
 (0)