1
0
Fork 0

Decide to add an info about overlay functionality.

This commit is contained in:
Alexander Andreev 2022-06-28 01:58:53 +04:00
parent 72780e9fc1
commit 8f8baacbf9
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const (
index__3 = ` (`
index__4 = `); Directories: `
index__5 = `.</p><table><thead><tr><th>Name</th><th>Date</th><th>Size</th></tr></thead><tbody><tr><td><a href="../">../</a></td></tr>`
index__6 = `</tbody></table></section><section id="privacy"><h2>Privacy statements</h2><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><p>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.</p></section><footer>2017&mdash;2022 Arav &lt;<a href="mailto:me@arav.top">me@arav.top</a>&gt;</footer><div id="overlay"></div></body></html>`
index__6 = `</tbody></table></section><section id="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.</p></section><section id="privacy"><h2>Privacy statements</h2><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><p>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.</p></section><footer>2017&mdash;2022 Arav &lt;<a href="mailto:me@arav.top">me@arav.top</a>&gt;</footer><div id="overlay"></div></body></html>`
index__7 = `<tr><td><a href="`
index__8 = `">`
index__9 = `</a></td><td>`

View File

@ -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.