From 8f8baacbf93cdd055d7568c0d66e861eedfe8625 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 28 Jun 2022 01:58:53 +0400 Subject: [PATCH] Decide to add an info about overlay functionality. --- web/index.jade.go | 2 +- web/templates/index.jade | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/index.jade.go b/web/index.jade.go index d44486a..ed15e53 100644 --- a/web/index.jade.go +++ b/web/index.jade.go @@ -18,7 +18,7 @@ const ( index__3 = ` (` index__4 = `); Directories: ` index__5 = `.

` - index__6 = `
NameDateSize
../

Privacy statements

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.

This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.

` + index__6 = `

In an overlay you can use your mouse wheel to change scale of a video or an image. An audio volume is being kept across files on a current page. No cookie or local storage are being used.

Privacy statements

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.

This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.

` index__7 = `` index__9 = `` diff --git a/web/templates/index.jade b/web/templates/index.jade index 1a30d01..8b46882 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -40,6 +40,8 @@ html(lang='en') td #[a(href=item.Link) #{item.Name}] td!= utils.ToClientTimezone(item.Datetime, r).Format(files.FileDateFormat) td= item.Size + section#usage + p In an overlay you can use your mouse wheel to change scale of a video or an image. An audio volume is being kept across files on a current page. No cookie or local storage are being used. section#privacy 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.