From 802cedfa3b92a07247bf513b90e0fdff71201294 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Wed, 29 Jul 2026 01:10:06 +0200 Subject: 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.). 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. --- man/lectio.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man') 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 = \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 -- cgit v1.3