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