Fossil SCM

Document the empty-string case for the server/ui --skin flag and cgi skin: directive.

stephan 2024-07-08 23:24 trunk
Commit 699b9ca54d8f30510f0b7e279038996000d5a896eba10f5bb48859c4b4e2f238
1 file changed +5 -3
+5 -3
--- src/main.c
+++ src/main.c
@@ -2321,12 +2321,13 @@
23212321
** nossl Signal that no SSL connections are available.
23222322
**
23232323
** nocompress Do not compress HTTP replies.
23242324
**
23252325
** skin: LABEL Use the built-in skin called LABEL rather than
2326
-** the default. If there are no skins called LABEL
2327
-** then this line is a no-op.
2326
+** the default, or the default if LABEL is empty.
2327
+** If there are no skins called LABEL then this
2328
+** line is a no-op.
23282329
**
23292330
** files: GLOBLIST GLOBLIST is a comma-separated list of GLOB
23302331
** patterns that specify files that can be
23312332
** returned verbatim. This feature allows Fossil
23322333
** to act as a web server returning static
@@ -3179,11 +3180,12 @@
31793180
** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci"
31803181
** --pkey FILE Read the private key used for TLS from FILE
31813182
** -P|--port [IP:]PORT Listen on the given IP (optional) and port
31823183
** --repolist If REPOSITORY is dir, URL "/" lists repos
31833184
** --scgi Accept SCGI rather than HTTP
3184
-** --skin LABEL Use override skin LABEL
3185
+** --skin LABEL Use override skin LABEL, or the site's default skin if
3186
+** LABEL is an empty string.
31853187
** --th-trace Trace TH1 execution (for debugging purposes)
31863188
** --usepidkey Use saved encryption key from parent process. This is
31873189
** only necessary when using SEE on Windows or Linux.
31883190
**
31893191
** See also: [[cgi]], [[http]], [[winsrv]]
31903192
--- src/main.c
+++ src/main.c
@@ -2321,12 +2321,13 @@
2321 ** nossl Signal that no SSL connections are available.
2322 **
2323 ** nocompress Do not compress HTTP replies.
2324 **
2325 ** skin: LABEL Use the built-in skin called LABEL rather than
2326 ** the default. If there are no skins called LABEL
2327 ** then this line is a no-op.
 
2328 **
2329 ** files: GLOBLIST GLOBLIST is a comma-separated list of GLOB
2330 ** patterns that specify files that can be
2331 ** returned verbatim. This feature allows Fossil
2332 ** to act as a web server returning static
@@ -3179,11 +3180,12 @@
3179 ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci"
3180 ** --pkey FILE Read the private key used for TLS from FILE
3181 ** -P|--port [IP:]PORT Listen on the given IP (optional) and port
3182 ** --repolist If REPOSITORY is dir, URL "/" lists repos
3183 ** --scgi Accept SCGI rather than HTTP
3184 ** --skin LABEL Use override skin LABEL
 
3185 ** --th-trace Trace TH1 execution (for debugging purposes)
3186 ** --usepidkey Use saved encryption key from parent process. This is
3187 ** only necessary when using SEE on Windows or Linux.
3188 **
3189 ** See also: [[cgi]], [[http]], [[winsrv]]
3190
--- src/main.c
+++ src/main.c
@@ -2321,12 +2321,13 @@
2321 ** nossl Signal that no SSL connections are available.
2322 **
2323 ** nocompress Do not compress HTTP replies.
2324 **
2325 ** skin: LABEL Use the built-in skin called LABEL rather than
2326 ** the default, or the default if LABEL is empty.
2327 ** If there are no skins called LABEL then this
2328 ** line is a no-op.
2329 **
2330 ** files: GLOBLIST GLOBLIST is a comma-separated list of GLOB
2331 ** patterns that specify files that can be
2332 ** returned verbatim. This feature allows Fossil
2333 ** to act as a web server returning static
@@ -3179,11 +3180,12 @@
3180 ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci"
3181 ** --pkey FILE Read the private key used for TLS from FILE
3182 ** -P|--port [IP:]PORT Listen on the given IP (optional) and port
3183 ** --repolist If REPOSITORY is dir, URL "/" lists repos
3184 ** --scgi Accept SCGI rather than HTTP
3185 ** --skin LABEL Use override skin LABEL, or the site's default skin if
3186 ** LABEL is an empty string.
3187 ** --th-trace Trace TH1 execution (for debugging purposes)
3188 ** --usepidkey Use saved encryption key from parent process. This is
3189 ** only necessary when using SEE on Windows or Linux.
3190 **
3191 ** See also: [[cgi]], [[http]], [[winsrv]]
3192

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button