summaryrefslogtreecommitdiff
path: root/app/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/doc.go')
-rw-r--r--app/doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/doc.go b/app/doc.go
new file mode 100644
index 0000000..83d1018
--- /dev/null
+++ b/app/doc.go
@@ -0,0 +1,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