From 667de65e2fda7cb30ec886ccf6619a4178d5488b Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sat, 13 Jul 2024 21:32:04 +0300 Subject: v1.3 --- html/about.htm | 35 ++++++++++++++++++++++++++++++++++- html/deviantion.htm | 4 ++-- html/gruser.htm | 2 +- html/index.htm | 2 +- html/list.htm | 2 +- html/search.htm | 2 +- 6 files changed, 40 insertions(+), 7 deletions(-) (limited to 'html') diff --git a/html/about.htm b/html/about.htm index 0495bb5..54e5418 100644 --- a/html/about.htm +++ b/html/about.htm @@ -2,7 +2,7 @@ SkunkyArt - +
@@ -20,11 +20,44 @@

SkunkyArt is an alternative frontend for deviantart.com, written in Go.

+

Room in Matrix

Instance settings:

  • NSFW: {{if .Templates.About.Nsfw}}YES{{else}}NO{{end}}
  • Proxyfing: {{if .Templates.About.Proxy}}YES{{else}}NO{{end}}
+

Instances:

+
    + {{range .Templates.About.Instances}} +
  • {{.Title}}: +
      +
    • Country: {{.Country}}
    • +
    • URLs:
    • +
        + {{range .Urls}} + {{if ne .I2P ""}} +
      • I2P: Yes
      • + {{end}} + {{if ne .Ygg ""}} +
      • Ygg: Yes
      • + {{end}} + {{if ne .Tor ""}} +
      • Tor: Yes
      • + {{end}} + {{if ne .Clearnet ""}} +
      • Clearnet: {{.Clearnet}}
      • + {{end}} + {{end}} +
      +
    • Settings:
    • +
        +
      • NSFW: {{if .Settings.Nsfw}}YES{{else}}NO{{end}}
      • +
      • Proxyfing: {{if .Settings.Proxy}}YES{{else}}NO{{end}}
      • +
      +
    +
  • + {{end}} +

Copyright lost+skunk, X11. SkunkyArt v1.3

\ No newline at end of file diff --git a/html/deviantion.htm b/html/deviantion.htm index 34f5fda..c00c1ae 100644 --- a/html/deviantion.htm +++ b/html/deviantion.htm @@ -2,7 +2,7 @@ SkunkyArt | {{.Templates.Deviation.Post.Deviation.Author.Username}} - {{.Templates.Deviation.Post.Deviation.Title}} - +
@@ -34,7 +34,7 @@ {{if (ne .Templates.Deviation.Tags "")}} {{.Templates.Deviation.Tags}}
{{end}} - Published: {{.Templates.Deviation.StringTime}}; Views: {{.Templates.Deviation.Post.Deviation.Stats.Views}}; Favourites: {{.Templates.Deviation.Post.Deviation.Stats.Favourites}}; Downloads: {{.Templates.Deviation.Post.Deviation.Stats.Downloads}} + Published: {{.Templates.Deviation.StringTime}}; Views: {{.Templates.Deviation.Post.Deviation.Stats.Views}}; Favourites: {{.Templates.Deviation.Post.Deviation.Stats.Favourites}}; Downloads: {{.Templates.Deviation.Post.Deviation.Stats.Downloads}}
Redirect to original
{{if (ne .Templates.Deviation.Post.Description "")}} diff --git a/html/gruser.htm b/html/gruser.htm index 4f01c3e..ee7de73 100644 --- a/html/gruser.htm +++ b/html/gruser.htm @@ -8,7 +8,7 @@ gallery of {{.Templates.GroupUser.GR.Owner.Username}} {{end}} - +
diff --git a/html/index.htm b/html/index.htm index 01286f3..3347306 100644 --- a/html/index.htm +++ b/html/index.htm @@ -2,7 +2,7 @@ SkunkyArt - +
diff --git a/html/list.htm b/html/list.htm index 38ab5e0..b2472c4 100644 --- a/html/list.htm +++ b/html/list.htm @@ -2,7 +2,7 @@ SkunkyArt - +
diff --git a/html/search.htm b/html/search.htm index 39e0875..fee5ada 100644 --- a/html/search.htm +++ b/html/search.htm @@ -2,7 +2,7 @@ SkunkyArt | Search "{{.QueryRaw}}" - +
-- cgit v1.2.3