aboutsummaryrefslogtreecommitdiff
path: root/gallery-cgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gallery-cgi.conf')
-rw-r--r--gallery-cgi.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/gallery-cgi.conf b/gallery-cgi.conf
new file mode 100644
index 0000000..2136fb8
--- /dev/null
+++ b/gallery-cgi.conf
@@ -0,0 +1,25 @@
+# File: /etc/gallery-cgi.conf
+# Author: bgstack15@gmail.com
+# SPDX-License-Identifier: GPL-3.0
+# Startdate: 2021-01-26 19:39
+# Title: Gallery ID Table
+# Package: gallery
+# Purpose: translate gallery_id to source directory for sigal.conf.py
+# History:
+# Usage:
+# dot-sourced by the reverse dependencies to derive target directories for edits
+# Reference:
+# Improve:
+# Dependencies:
+# Reverse dependencies:
+# apply.cgi
+# edit.cgi
+# toggle-editing.cgi
+# regen.cgi
+# sigal.bin
+
+# Use this formula:
+# id=/path/to/gallery_source
+# e.g.,
+# example=/mnt/public/www/.example-gallery
+bgstack15_images=/mnt/public/www/bgstack15/images/.gallery
bgstack15