Added usage info

This commit is contained in:
Steph 2020-01-27 16:02:17 +01:00
parent 75ceddcef9
commit 2dae90bf15
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# Tildeverse Analytics
This is a set of bash scrips that try to add a better pagecounter to your ~/public_html. This is hosted on `https://tilde.team/~steph/cgi-bin/pixel.sh`, with a [simple web interface](https://tilde.team/~steph/cgi-bin/analytics.sh).
### How to use
If you want to start counting pageviews for a page, add the following pixel to the page:
```
<img src="https://tilde.team/~steph/cgi-bin/pixel.sh" />
```
Now you can take a look at your stats on [the web interface](https://tilde.team/~steph/cgi-bin/analytics.sh). You can also use the client side javascript [dashboard](https://tilde.town/~steph/dash/).