From c5514c3875b9b782688047d547dfd6663a5b77bb Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Thu, 1 Aug 2024 22:48:05 +0300 Subject: v1.3 --- html/about.htm | 63 +++++++++++++++++++++++++++-------------------------- html/daily.htm | 1 + html/deviantion.htm | 1 + html/gruser.htm | 1 + html/index.htm | 1 + html/search.htm | 1 + 6 files changed, 37 insertions(+), 31 deletions(-) (limited to 'html') diff --git a/html/about.htm b/html/about.htm index 31f58c8..edb576d 100644 --- a/html/about.htm +++ b/html/about.htm @@ -3,6 +3,7 @@ SkunkyArt +
@@ -21,43 +22,43 @@ SkunkyArt is an alternative frontend for deviantart.com, written in Go.

Room in Matrix

-

Instance settings:

+ 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:
    • +
      + Instances: +
        + {{range .Templates.About.Instances}} +
      • {{.Title}}:
          -
        • NSFW: {{if .Settings.Nsfw}}YES{{else}}NO{{end}}
        • -
        • Proxyfing: {{if .Settings.Proxy}}YES{{else}}NO{{end}}
        • +
        • Country: {{.Country}}
        • +
        • URLs:
        • +
            + {{if ne .Urls.I2P ""}} +
          • I2P: Yes
          • + {{end}} + {{if ne .Urls.Ygg ""}} +
          • Ygg: Yes
          • + {{end}} + {{if ne .Urls.Tor ""}} +
          • Tor: Yes
          • + {{end}} + {{if ne .Urls.Clearnet ""}} +
          • Clearnet: {{.Urls.Clearnet}}
          • + {{end}} +
          +
        • Settings:
        • +
            +
          • NSFW: {{if .Settings.Nsfw}}YES{{else}}NO{{end}}
          • +
          • Proxyfing: {{if .Settings.Proxy}}YES{{else}}NO{{end}}
          • +
        -
      - - {{end}} -
    +
  • + {{end}} +
+

Copyright lost+skunk, X11. SkunkyArt v1.3.1

\ No newline at end of file diff --git a/html/daily.htm b/html/daily.htm index 22e9275..c464268 100644 --- a/html/daily.htm +++ b/html/daily.htm @@ -3,6 +3,7 @@ SkunkyArt | Daily Deviations +
diff --git a/html/deviantion.htm b/html/deviantion.htm index c00c1ae..50710b6 100644 --- a/html/deviantion.htm +++ b/html/deviantion.htm @@ -4,6 +4,7 @@ SkunkyArt | {{.Templates.Deviation.Post.Deviation.Author.Username}} - {{.Templates.Deviation.Post.Deviation.Title}} +
diff --git a/html/gruser.htm b/html/gruser.htm index ee7de73..a219e36 100644 --- a/html/gruser.htm +++ b/html/gruser.htm @@ -9,6 +9,7 @@ {{end}} +
diff --git a/html/index.htm b/html/index.htm index 3347306..08feba5 100644 --- a/html/index.htm +++ b/html/index.htm @@ -3,6 +3,7 @@ SkunkyArt +
diff --git a/html/search.htm b/html/search.htm index fee5ada..df1cf85 100644 --- a/html/search.htm +++ b/html/search.htm @@ -3,6 +3,7 @@ SkunkyArt | Search "{{.QueryRaw}}" +
-- cgit v1.2.3