From 330a2c72b9b08647ef5f65472ff4ca1da62fea69 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 8 Sep 2021 17:27:38 +0400 Subject: [PATCH] Updated sentence about why client JS is needed here. And capitalised Neocities. --- radio/views/index.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/views/index.pug b/radio/views/index.pug index 677529d..f0639eb 100644 --- a/radio/views/index.pug +++ b/radio/views/index.pug @@ -51,12 +51,12 @@ html(lang='en') td= song.title section h2 About the radio - 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 I added Icecast to see if there are listeners. I wasn't happy on how MPD was nearly overloading CPU, and later on, when I moved radio off to a laptop, I found a great tool for streams called Liquidsoap. + 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 I added Icecast to see if there are listeners. I wasn't happy on how MPD was nearly overloading CPU, and later on, when I moved radio off to a laptop, I found a great tool for streams called Liquidsoap. p Radio is also available through HTTP port 8000, but browsers may try to redirect to HTTPS. Any other applications should work fine. p Radio is listed in #[a(href="https://dir.xiph.org/search?q=arav's+dwelling") Xiph directory]. section h2 Privacy statements p I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience. - p This website makes use of JavaScript to show you information on a radio. + p This website makes use of JavaScript for a dynamic update of a radio status and last 10 songs list. footer | 2017—2021 Arav <#[a(href='mailto:me@arav.top') me@arav.top]>