aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-01-21 12:41:35 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-01-21 12:43:27 +0100
commit05c3687ab15b6236533ef88fb1c8cffd79884126 (patch)
tree90784083f730fb2435458c17060b2c99c995f594
parentaa65466a49edb68993618769d926a793aea5ad76 (diff)
downloadgallery-05c3687ab15b6236533ef88fb1c8cffd79884126.tar.gz
gallery-05c3687ab15b6236533ef88fb1c8cffd79884126.tar.xz
gallery-05c3687ab15b6236533ef88fb1c8cffd79884126.zip
gallery: use AsciiDoc for the README
-rw-r--r--README.adoc (renamed from README)5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README.adoc
index 378124d..dbfa4a7 100644
--- a/README
+++ b/README.adoc
@@ -1,3 +1,6 @@
+gallery
+=======
+
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.
@@ -11,4 +14,4 @@ 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.
+batches in a cron job, or from a system timer. See _test.sh_ for usage hints.