Compare commits
3 Commits
3158abe329
...
b202395101
Author | SHA1 | Date | |
---|---|---|---|
|
b202395101 | ||
|
bec6529c35 | ||
|
0d0b70aae0 |
@ -5,7 +5,8 @@
|
|||||||
`regina` is a **python** <!-- ![python-logo](/resources/img/logos/python.svg "snek make analytics go brr") --> program that generates ***analytics*** for a static webpage serverd with **nginx**.
|
`regina` is a **python** <!-- ![python-logo](/resources/img/logos/python.svg "snek make analytics go brr") --> program that generates ***analytics*** for a static webpage serverd with **nginx**.
|
||||||
`regina` is easy to deploy and privacy respecting:
|
`regina` is easy to deploy and privacy respecting:
|
||||||
- it collects the data from the nginx logs: no javascript/changes to your website required
|
- it collects the data from the nginx logs: no javascript/changes to your website required
|
||||||
- data is stored on your device in a **sqlite** database, nothing goes to any cloud
|
- data is stored on your webserver in a **sqlite** database, nothing goes to any cloud
|
||||||
|
|
||||||
It parses the log and **stores** the important data in an *sqlite* <!-- ![sqlite-logo](/resources/img/logos/sqlite.svg) --> database.
|
It parses the log and **stores** the important data in an *sqlite* <!-- ![sqlite-logo](/resources/img/logos/sqlite.svg) --> database.
|
||||||
It can then create an analytics html page that has lots of useful **plots** and **numbers**.
|
It can then create an analytics html page that has lots of useful **plots** and **numbers**.
|
||||||
|
|
||||||
@ -54,7 +55,7 @@ If you also want to install the man-page and the zsh completion script:
|
|||||||
sudo cp regina.1.man /usr/share/man/man1/regina.1
|
sudo cp regina.1.man /usr/share/man/man1/regina.1
|
||||||
sudo gzip /usr/share/man/man1/regina.1
|
sudo gzip /usr/share/man/man1/regina.1
|
||||||
sudo cp regina/package-data/_regina.compdef.zsh /usr/local/share/zsh/site-functions/_regina
|
sudo cp regina/package-data/_regina.compdef.zsh /usr/local/share/zsh/site-functions/_regina
|
||||||
sudo chmod +x /usr/share/zsh/site-functions/_regina
|
sudo chmod +x /usr/local/share/zsh/site-functions/_regina
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user