summaryrefslogtreecommitdiff
path: root/data/of/amendments/004-john-xxiii-john-paul-ii.sexp
blob: 2760313b220b5e6d78561477cbed7e201fb2cf18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
; data/of/amendments/004-john-xxiii-john-paul-ii.sexp -- ADDS St John XXIII
; and St John Paul II to the General Roman Calendar (one decree, two
; entries).
;
; Decree: 29 May 2014, Prot. N. 309/14. Signed Antonio Card. Canizares
; Llovera (Praefectus) + Arthur Roche (Archiepiscopus a Secretis).
; Following the joint canonization of 27 April 2014.
;
; Published: NOT FOUND IN AAS -- checked exhaustively (yearly indices
; 2014-2024, and the four individual monthly AAS issues June-Sept 2014,
; all read directly with no hit; docs/research/of/PROVENANCE-amendments.md
; item 4 names this the weakest-sourced entry in the whole inventory).
; Rests on the Vatican decree webpage alone:
; http://www.vatican.va/roman_curia/congregations/ccdds/documents/rc_con_ccdds_doc_20140529_decreto-calendario-generale-gxxiii-gpii_en.html
; -- re-fetched directly for this task (2026-08-26), which confirms the
; operative sentence: "the Supreme Pontiff Francis... has decreed that
; the celebrations of Pope Saint John XXIII and Pope Saint John Paul II
; should be inserted into the General Roman Calendar, to be observed
; annually with the rank of Optional Memorial, the first on 11 October,
; the second on 22 October."
;
; What it does: two new memoria ad libitum entries, 11 October (John
; XXIII) and 22 October (John Paul II).
;
; `en`/`la`/slug/rank/colour/subject all reused from lectio's own
; roman-calendar.ini ([john-xxiii-pope] date 10-11, [john-paul-ii-pope]
; date 10-22, both rank optional, class saint, colour white) -- an
; engineering-key/cross-check reuse only, per calendar-2002.sexp's own
; header discipline.
((id of-amend-04-john-xxiii-john-paul-ii)
  (directives
    ((Add
       ((date (Fixed (month 10) (day 11)))
         (cel
           ((slug john-xxiii-pope)
             (names
               ((en "Saint John XXIII, pope")
                (la "S. Ioannis XXIII, papae")))
             (rank Memoria_ad_libitum) (status Feast) (colour White)
             (subject Saint) (citations ()) (layer of-universal)))))
     (Add
       ((date (Fixed (month 10) (day 22)))
         (cel
           ((slug john-paul-ii-pope)
             (names
               ((en "Saint John Paul II, pope")
                (la "S. Ioannis Pauli II, papae")))
             (rank Memoria_ad_libitum) (status Feast) (colour White)
             (subject Saint) (citations ()) (layer of-universal)))))
     )))