blob: 2136fb88e39c8dbe251fd20d1d194ad259e98245 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
|