From 151cb86df021b5ae3f6c22d0cdc1fe7f25ec9f57 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 20 Sep 2022 04:35:33 +0400 Subject: [PATCH] Updated usage for an overlay. --- web/index.jade.go | 2 +- web/templates/index.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.jade.go b/web/index.jade.go index 69a60f9..95f71dd 100644 --- a/web/index.jade.go +++ b/web/index.jade.go @@ -19,7 +19,7 @@ const ( index__4 = `); Directories: ` index__5 = `.

` index__6 = `
NameDateSize
../
` - index__7 = `

In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API.

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 = `

In an overlay use a mouse wheel to change a scale of a video or a picture. Use left and right arrow keys to go through media. Use escape key to close an overlay, or click outside a media. An audio volume is being kept across site using LocalStorage API.

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__8 = `` index__10 = `` diff --git a/web/templates/index.jade b/web/templates/index.jade index 59249fd..7718a3e 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -43,7 +43,7 @@ html(lang='en') section span!= currentPath section#usage - p In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API. + p In an overlay use a mouse wheel to change a scale of a video or a picture. Use left and right arrow keys to go through media. Use escape key to close an overlay, or click outside a media. An audio volume is being kept across site using LocalStorage API. 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.