aboutsummaryrefslogtreecommitdiffstats
path: root/stagit.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2021-03-05 11:51:21 +0100
committerHiltjo Posthuma <[email protected]>2021-03-05 11:51:21 +0100
commit7968c0bc9c0172bd654e1f87d8194aef7fb69865 (patch)
tree52018dfbf0b80f4013d225409d0fafc5fb8ecb7c /stagit.1
parentd1c528fb5ad81c876f07a69e1b759764f69cb9de (diff)
downloadstagit-7968c0bc9c0172bd654e1f87d8194aef7fb69865.tar.gz
stagit-7968c0bc9c0172bd654e1f87d8194aef7fb69865.zip
add $STAGIT_BASEURL environment variable to make Atom links absolute
With feedback from adc, thanks!
Diffstat (limited to 'stagit.1')
-rw-r--r--stagit.110
1 files changed, 9 insertions, 1 deletions
diff --git a/stagit.1 b/stagit.1
index f5adaf2..78411cb 100644
--- a/stagit.1
+++ b/stagit.1
@@ -1,4 +1,4 @@
-.Dd July 19, 2020
+.Dd March 4, 2021
.Dt STAGIT 1
.Os
.Sh NAME
@@ -103,6 +103,14 @@ favicon image.
.It style.css
CSS stylesheet.
.El
+.Sh ENVIRONMENT
+.Bl -tag -width Ds
+.It Ev STAGIT_BASEURL
+Base URL to make links in atom.xml absolute.
+For example: STAGIT_BASE_URL="https://git.codemadness.org/stagit/".
+.El
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr stagit-index 1
.Sh AUTHORS