aboutsummaryrefslogtreecommitdiff
path: root/gallery-cgi.conf
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-01 09:07:23 -0500
committerB Stack <bgstack15@gmail.com>2021-02-01 09:07:23 -0500
commita4481dc007ff202882b783ed4b36e03a8b4c1d05 (patch)
tree0f8b5ccb6ea5e966e8d517b07936479ef49b3516 /gallery-cgi.conf
downloadgallery-a4481dc007ff202882b783ed4b36e03a8b4c1d05.tar.gz
gallery-a4481dc007ff202882b783ed4b36e03a8b4c1d05.tar.bz2
gallery-a4481dc007ff202882b783ed4b36e03a8b4c1d05.zip
initial commit
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