krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

v1.3.7: app/doc.go · raw

1// Package app implements SkunkyArt: a JavaScript-free alternative frontend for
2// DeviantArt.
3//
4// It fetches upstream data through the devianter library, renders it into static
5// HTML (or Atom feeds) server-side, and optionally proxies and caches media so
6// that no request from the browser reaches DeviantArt directly.
7package app