aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 0 insertions, 14 deletions
diff --git a/README b/README
deleted file mode 100644
index 378124d..0000000
--- a/README
+++ /dev/null
@@ -1,14 +0,0 @@
-This is gallery software designed to maintain a shadow structure
-of your filesystem, in which you can attach metadata to your media,
-and query your collections in various ways.
-
-All media is content-addressed by its SHA-1 hash value, and at your option
-also perceptually hashed. Duplicate search is an essential feature.
-
-Prerequisites: Go, ImageMagick v7, xdg-utils
-
-The gallery is designed for simplicity, and easy interoperability.
-sqlite3, curl, jq, and the filesystem will take you a long way.
-
-The intended mode of use is running daily automated sync/thumbnail/dhash/tag
-batches in a cron job, or from a system timer. See test.sh for usage hints.