From a4481dc007ff202882b783ed4b36e03a8b4c1d05 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 1 Feb 2021 09:07:23 -0500 Subject: initial commit --- gallery-cgi.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gallery-cgi.conf (limited to 'gallery-cgi.conf') 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 -- cgit