From c133371b8bdafab7f562eb81b4449d7f801beb90 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 5 Mar 2022 03:29:40 +0400 Subject: [PATCH] Reduced privacy statements, left only important. Removed donations section. And added story behind a radio. --- homepage/views/about.pug | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/homepage/views/about.pug b/homepage/views/about.pug index 94833c2..250853a 100644 --- a/homepage/views/about.pug +++ b/homepage/views/about.pug @@ -103,6 +103,7 @@ block content | . a(href='http://radio.arav.i2p') i2p p Runs using Liquidsoap through Icecast, which goes through NGiNX. I broadcast almost everything I have. Sorry, but I'm too lazy to make some kind of broadcasting program to stream so I just randomise the playlist and throw new music there from time to time. + p This project grew from MPD I used to stream music over LAN for myself. Then I let it out and placed a player on my Neocities website. Then Icecast was added to see if there are listeners. I wasn't happy on how MPD was nearly overloading CPU, and later, after moving the radio off to a laptop, MPD was replaced by Liquidsoap. div h3 File share +isServiceUp("dwelling/files") @@ -247,10 +248,6 @@ block content br span | PGP key: #[a(href="~arav/5A2ECA58F93EB5C44F02D50B1327FE8A374CC86F.asc") 5A2E CA58 F93E B5C4 4F02 D50B 1327 FE8A 374C C86F] (available through #[a(href="https://wiki.gnupg.org/WKD" rel="nofollow noreferrer") Web Key Directory]) - section#donation - h2 Donation - p So, let's say you consider that this place deserves getting some financial support. In this case contact me, and we'll look for how to accomplish that. - p I have Paypal, QIWI, Bitcoin, and a money transfer link for my bank account. section#banners h2 Banners p In case you found my site anyhow useful and would like to add me to your links page here are the banners for you. @@ -267,5 +264,4 @@ block content img(src="/shared/img/banner_dark_240x60.gif" alt="Dark banner 240x60") section#privacy-statements h2 Privacy statements - p I respect your privacy as my own, and now I got rid of any JavaScript code, and now theme is switched based on your OS's preference using media query. - p This website collects access logs which includes a date and time of access, your IP-address, User-Agent, referer URL that tells me where have you came from and a request itself. Additionally there is a GeoIP information being stored that is gathered from your IP-address for convenience of logs analysing. It includes country, region, and city. \ No newline at end of file + p Logs are collected and include a date and time of access, your IP-address, User-Agent, referer URL, and a request. \ No newline at end of file