diff options
| author | nytpu <alex@nytpu.com> | 2021-05-19 07:42:47 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-19 07:59:27 -0600 |
| commit | ac86835f6dcaaf4c42e0c1f2e4ff5eae24b9ff14 (patch) | |
| tree | 436362d3a3ce5de51894763fd1f20ecf5ca047bd | |
| parent | 012eddbafe8b6f82d5a767baaa877d2e164ade67 (diff) | |
document new footer functionality
| -rw-r--r-- | doc/comitium.1.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/comitium.1.scd b/doc/comitium.1.scd index 5d5b023..b4b6308 100644 --- a/doc/comitium.1.scd +++ b/doc/comitium.1.scd @@ -133,6 +133,13 @@ Within the data directory, the following files are used: contents of *feed.gmi* will be appended to the contents of *header.gmi* separated by one newline. +*footer.gmi* + This file is neither created nor modified by comitium. If it exists and is + nonempty, then it is read and used as a custom footer for *feed.gmi* and + *subscriptions.gmi*. If it doesn't exist or is empty, then a default footer + is used. Note the link "aggregated using comitium vX.X.X" will always be + appended to ensure that all instances are compliant with the AGPL. + *feed.gmi* The outputted text/gemini file containing the subscription items. Is what should be linked or copied to your server directory to publish it. |
