diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 01:10:06 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 01:10:06 +0200 |
| commit | 802cedfa3b92a07247bf513b90e0fdff71201294 (patch) | |
| tree | 05c1702fb804a7354dc971cbb6a5e72e3b817266 /man | |
| parent | e2facb4e06a6eba00d0673d5513ce5300af5a976 (diff) | |
| download | lectio-802cedfa3b92a07247bf513b90e0fdff71201294.tar.gz lectio-802cedfa3b92a07247bf513b90e0fdff71201294.zip | |
examples: ship a commented sanctorale calendar-layer template
Add examples/sanctorale-of.ini: every universal Ordinary Form sanctorale entry
as a COMMENTED calendar-layer block (date, rank, class, colour, name.<lang>).
As shipped it changes nothing; to alter a day you copy it into
~/.config/lectio/calendars/, uncomment its block, edit a field, and enable the
layer with `use =`. The layer overlays the embedded calendar field by field, so
untouched days keep their defaults (verified: uncommenting St Sebastian with
rank=feast makes it displace the ferial). Header documents suppress/add/readings.
Man page and README point at it.
Diffstat (limited to 'man')
| -rw-r--r-- | man/lectio.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/lectio.1 b/man/lectio.1 index faa394f..102e170 100644 --- a/man/lectio.1 +++ b/man/lectio.1 @@ -136,16 +136,16 @@ Localised interface labels for \fBui_language = <code>\fR. .I ~/.config/lectio/calendars/ Custom calendar layers, stacked over the universal calendar via .B use -in config (field\-level add / override / suppress). +in config (field\-level add / override / suppress). A commented template of +every universal celebration ships as +.IR examples/sanctorale-of.ini : +copy it here, then uncomment and edit a day to change it. .TP .I ~/.config/lectio/sanctorale/of.ini .TQ .I ~/.config/lectio/sanctorale/ef.ini Optional external universal sanctorale that REPLACES the embedded one for that -form (a missing or malformed file falls back to the embedded default). See the -shipped -.I sanctorale-of.ini -example. +form (a missing or malformed file falls back to the embedded default). .SH EXAMPLES .PP Today's gospel: @@ -171,7 +171,7 @@ entry, enable it: .PP .RS .nf -cp sanctorale-of.ini ~/.config/lectio/calendars/mine.ini +cp examples/sanctorale-of.ini ~/.config/lectio/calendars/mine.ini $EDITOR ~/.config/lectio/calendars/mine.ini echo 'use = mine' >> ~/.config/lectio/config.ini .fi |
