-
Getting today's feast, by limiting it to the current month, and then scanning for the current day, takes about a second. What's the reason for this performance? I'm running it in the browser fwiw, so …
-
The current GitHub project description is:
> Generates the General Roman Calendar used in the Catholic Rite.
There is no such thing as the "Catholic Rite". All of the rites used within the Catho…
-
The liturgical calendar would serve two purposes:
1. make the (admittedly dummy) date picker easy to use.
2. give users an overview about the current month, so that they can see the past/upcoming cele…
-
I think we chose incorrect word (its spelling): [Wikipedia](https://en.wikipedia.org/wiki/Sanctorale) states it is `sanctorale`, not `sanctoral` (note the `e` at the end of the word).
-
In this issue I propose to review the actual returned data by romcal, and suggest some improvements.
TL;DR: check the example under the "Proposed returned data" part.
It might be not too difficu…
-
In the Liturgy of the Hours, we use 4 weeks. On special days (e.g. on Easter Sunday), we don’t usually output the psalter week number, however, we denote that it is a custom (or Proper?) celebration o…
-
I my opinion, we should localise the celebration rank names too, like we do (in the TS branch) with the liturgical colours.
Just for reference, here are the Latin rank names with their respective E…
-
I've noticed some optional memorials (even in general.js) have metadata with liturgical colors or titles ("saintsCyrilMonkAndMethodiusBishop"), and some don't (e.g. "theMostHolyNameOfJesus").
Some …
-
This issue deals with two tasks:
- proof the strings in `en.ts`:
- this was the original issue;
- define how the key names are generated:
- for the specific rules, see [this comment](https:/…
-
Currently using the javascript in the browser like the following.
`
`
Seems like the web pages take time to download the script. Is there a way to do the processing on the server and return just to…