diff --git a/calendarium/liturgics/day.py b/calendarium/liturgics/day.py index 77e064c..716f645 100644 --- a/calendarium/liturgics/day.py +++ b/calendarium/liturgics/day.py @@ -19,6 +19,12 @@ Tradition.Greek: GreekYear, } +# How many commemorations Day.minimal_saints keeps before truncating -- +# purely a display-space constraint (the monthly calendar grid cell, +# summary_title's fallback), not a statement about which commemorations +# matter more. Adjust freely if the grid's cell size changes. +MINIMAL_SAINTS_LIMIT = 3 + def _join_and(items): """'meat' / 'meat and fish' / 'meat, fish, and dairy'.""" @@ -297,22 +303,21 @@ async def _add_supplemental_commemorations(self): additive.append(dc) elif dc.day_native and dc.ordering >= 0: day_native_by_day.setdefault(dc.day_id, []).append(dc) - elif not dc.day_native: + elif not dc.day_native and dc.ordering >= 0: additive.append(dc) elif dc.day_id not in winning_day_ids: - # day_native with ordering < 0 (feast_name-matched), but its - # own Day row lost _prefer_tradition_days's preference for - # this request -- e.g. a saint shared via - # DayCommemoration.tradition='common' whose day_native - # entry lives on a different tradition's Day row than the - # one whose feast_name is actually being shown. Its - # feast_name isn't surfacing via self.feasts at all in that - # case, so fall back to showing it plainly rather than - # silently dropping it. + # ordering < 0 (feast_name-matched, day_native or not), but + # its own Day row lost _prefer_tradition_days's preference + # for this request -- e.g. a saint shared via + # DayCommemoration.tradition='common' whose entry lives on a + # different tradition's Day row than the one whose + # feast_name is actually being shown. Its feast_name isn't + # surfacing via self.feasts at all in that case, so fall + # back to showing it plainly rather than silently dropping it. additive.append(dc) - # else: day_native with ordering < 0, and its own Day row is the - # one whose feast_name is being shown -- already represented via - # self.feasts; story-only, excluded here. + # else: ordering < 0 (day_native or not), and its own Day row is + # the one whose feast_name is being shown -- already + # represented via self.feasts; excluded here. self.saints = [] # Parallel to self.saints, but pairs each title with the story's id @@ -321,7 +326,6 @@ async def _add_supplemental_commemorations(self): # itself -- it's consumed as plain strings elsewhere (ical.py, RSS). self.saint_links = [] self.spoken_saints = [] - self.minimal_saints = [] for dcs in day_native_by_day.values(): # Grouped by whichever Day row the entries originally came from # (dc.day_id may not be in self.days -- see the class docstring @@ -332,13 +336,19 @@ async def _add_supplemental_commemorations(self): self.saints.extend(titles) self.saint_links.extend((dc.title, dc.id if dc.story else None) for dc in dcs) self.spoken_saints.extend(dc.title for dc in dcs if _speech_worthy(dc)) - if titles: - self.minimal_saints.append('; '.join(titles)) self.saints.extend(dc.title for dc in additive) self.saint_links.extend((dc.title, dc.id if dc.story else None) for dc in additive) self.spoken_saints.extend(dc.title for dc in additive if _speech_worthy(dc)) + # A length-capped view of self.saints for space-constrained displays + # (the monthly calendar grid, and summary_title's fallback below) -- + # deliberately just a truncation, not a day_native/story-provenance + # distinction (that was the old design, and it broke down as soon as + # a "story-only" commemoration needed to be the thing shown, e.g. + # after a feast_name/DayCommemoration de-duplication). + self.minimal_saints = self.saints[:MINIMAL_SAINTS_LIMIT] + # spoken_saints excludes only the story-less tradition='greek' overlay # (the bulk antiochian.org-harvested commemorations, see # docs/saint-model-refactor.md) -- those would otherwise bloat the diff --git a/calendarium/migrations/0009_remove_day_saints.py b/calendarium/migrations/0009_remove_day_saints.py new file mode 100644 index 0000000..d930bcd --- /dev/null +++ b/calendarium/migrations/0009_remove_day_saints.py @@ -0,0 +1,17 @@ +# Generated by Django 6.0.7 on 2026-08-07 14:41 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('calendarium', '0008_day_story'), + ] + + operations = [ + migrations.RemoveField( + model_name='day', + name='saints', + ), + ] diff --git a/calendarium/models.py b/calendarium/models.py index 4bd390e..a59067e 100644 --- a/calendarium/models.py +++ b/calendarium/models.py @@ -21,7 +21,6 @@ class Day(models.Model): feast_level = models.SmallIntegerField() service = models.SmallIntegerField() service_note = models.CharField(max_length=64) - saints = models.JSONField(default=list) story = models.TextField(null=True, blank=True) # feast-level narrative, non-saint content fast = models.SmallIntegerField() fast_exception = models.SmallIntegerField() diff --git a/calendarium/templates/calendar_day.html b/calendarium/templates/calendar_day.html index 2020bcd..0f1a76b 100644 --- a/calendarium/templates/calendar_day.html +++ b/calendarium/templates/calendar_day.html @@ -43,9 +43,9 @@ {% endif %} - {% if day.saints %} + {% if day.minimal_saints %} diff --git a/calendarium/templates/readings.html b/calendarium/templates/readings.html index 5a9dd62..7e10056 100644 --- a/calendarium/templates/readings.html +++ b/calendarium/templates/readings.html @@ -36,7 +36,7 @@ {% block main %}
-

{{ day.gregorian_date|date|widont }}
{{ day.titles.0|widont }}

+

{{ day.gregorian_date|date:"l, F j, Y"|widont }}
{% if day.feasts %}{{ day.feasts|join:"; "|widont }}{% else %}{{ day.titles.0|widont }}{% endif %}

{% filter widont %} @@ -59,17 +59,6 @@

Service Notes

{% endif %} - {% if day.feasts %} -
-

Feasts

- -
- {% endif %} - {% if day.saints %}

Commemorations

diff --git a/calendarium/tests/data/january.json b/calendarium/tests/data/january.json index 44c520f..68e1a06 100644 --- a/calendarium/tests/data/january.json +++ b/calendarium/tests/data/january.json @@ -10,12 +10,12 @@ "titles": [ "Saturday of the 28th week after Pentecost" ], - "summary_title": "Saturday before Theophany; Circumcision of Our Lord; St Basil the Great", + "summary_title": "Saturday before Theophany; Circumcision of Our Lord", "feast_level": 6, "feast_level_description": "Red cross circle (great feast typikon symbol)", "feasts": [ "Saturday before Theophany", - "Circumcision of Our Lord; St Basil the Great" + "Circumcision of Our Lord" ], "fast_level": 0, "fast_level_desc": "No Fast", @@ -23,6 +23,7 @@ "fast_exception_desc": "Fast Free", "fast_abstentions": [], "saints": [ + "Our Father among the Saints Basil the Great (379).", "St Gregory, Bishop of Nazianzus (374), father of St Gregory the Theologian" ], "service_notes": null, @@ -965,18 +966,17 @@ "titles": [ "Tuesday of the 30th week after Pentecost" ], - "summary_title": "Ven. Theodosius the Great", + "summary_title": "Our Holy Father Theodosius the Cenobiarch (519); The Venerable Vitalis (5th c.); Venerable Michael of Klops, Fool for Christ (1456)", "feast_level": 4, "feast_level_description": "Red cross (polyeleos typikon symbol)", - "feasts": [ - "Ven. Theodosius the Great" - ], + "feasts": null, "fast_level": 0, "fast_level_desc": "No Fast", "fast_exception": 0, "fast_exception_desc": "", "fast_abstentions": [], "saints": [ + "Our Holy Father Theodosius the Cenobiarch (519)", "The Venerable Vitalis (5th c.)", "Venerable Michael of Klops, Fool for Christ (1456)" ], @@ -1063,7 +1063,7 @@ "titles": [ "Wednesday of the 30th week after Pentecost" ], - "summary_title": "St Sava, Archbishop of Serbia", + "summary_title": "St Sava, Archbishop of Serbia; Holy Martyr Tatiana (ca. 230); Venerable Benedict Biscop, Abbot of Wearmouth (689-690)", "feast_level": 3, "feast_level_description": "Red squigg (doxology typikon symbol)", "feasts": null, @@ -1119,7 +1119,7 @@ "titles": [ "Thursday of the 30th week after Pentecost" ], - "summary_title": "Martyrs Hermylus and Stratonicus", + "summary_title": "Martyrs Hermylus and Stratonicus; Our Holy Father Maximos Kavsokalybites (the Hut-burner) (1365); Our Holy Father Hilary, Bishop of Poitiers (369)", "feast_level": 0, "feast_level_description": "Liturgy", "feasts": null, @@ -1226,7 +1226,7 @@ "titles": [ "Saturday of the 30th week after Pentecost" ], - "summary_title": "Ven. Paul of Thebes and John Calabytes; Ven. Pansophius of Alexandria, the Martyr", + "summary_title": "Ven. Paul of Thebes and John Calabytes; Ven. Pansophius of Alexandria, the Martyr; Our Holy Father John Kalyvites (the hut-dweller) (ca. 450)", "feast_level": 2, "feast_level_description": "Black squigg (6-stich typikon symbol)", "feasts": null, @@ -1476,7 +1476,7 @@ "titles": [ "Wednesday of the 31st week after Pentecost" ], - "summary_title": "Ven. Macarius the Great", + "summary_title": "Ven. Macarius the Great; Our Holy Father Mark Eugenikos, Metropolitan of Ephesus and Confessor of the Orthodox Faith (1443)", "feast_level": 2, "feast_level_description": "Black squigg (6-stich typikon symbol)", "feasts": null, @@ -1630,7 +1630,7 @@ "titles": [ "Friday of the 31st week after Pentecost" ], - "summary_title": "Ven. Maximus the Confessor", + "summary_title": "Ven. Maximus the Confessor; Holy Martyr Agnes of Rome (ca. 304); Our Holy Father Maximos the Greek (1556)", "feast_level": 0, "feast_level_description": "Liturgy", "feasts": null, @@ -1686,7 +1686,7 @@ "titles": [ "Saturday of the 31st week after Pentecost" ], - "summary_title": "Apostle Timothy of the Seventy", + "summary_title": "Apostle Timothy of the Seventy; Holy Martyr Anastasius of Persia (628)", "feast_level": 0, "feast_level_description": "Liturgy", "feasts": null, @@ -1791,7 +1791,7 @@ "titles": [ "Monday of the 32nd week after Pentecost" ], - "summary_title": "Ven. Xenia of Rome; Bl. Xenia of St Petersburg", + "summary_title": "Ven. Xenia of Rome; Bl. Xenia of St Petersburg; Our Holy Father Macedonian (ca. 430)", "feast_level": 4, "feast_level_description": "Red cross (polyeleos typikon symbol)", "feasts": null, @@ -1935,7 +1935,7 @@ "titles": [ "Wednesday of the 32nd week after Pentecost" ], - "summary_title": "Ven. Xenophon and Mary; St Simeon the Elder of Mount Sinai", + "summary_title": "Ven. Xenophon and Mary; St Simeon the Elder of Mount Sinai; St Ammonas of Egypt, disciple of St Anthony the Great (350)", "feast_level": 0, "feast_level_description": "Liturgy", "feasts": null, @@ -2087,7 +2087,7 @@ "titles": [ "Friday of the 32nd week after Pentecost" ], - "summary_title": "Ven. Ephrem the Syrian", + "summary_title": "Ven. Ephrem the Syrian; Our Holy Father Isaac the Syrian, bishop of Nineveh (7th c.)", "feast_level": 2, "feast_level_description": "Black squigg (6-stich typikon symbol)", "feasts": null, @@ -2142,7 +2142,7 @@ "titles": [ "Saturday of the 32nd week after Pentecost" ], - "summary_title": "Trans. Rel. Ignatius the Godbearer; St Laurence, Recluse of the Kiev Caves", + "summary_title": "Trans. Rel. Ignatius the Godbearer; St Laurence, Recluse of the Kiev Caves; St Andrei Rublev, iconographer (1430)", "feast_level": 2, "feast_level_description": "Black squigg (6-stich typikon symbol)", "feasts": null, @@ -2290,7 +2290,7 @@ "titles": [ "Monday of the 33rd week after Pentecost" ], - "summary_title": "Unmercenaries Cyrus and John", + "summary_title": "Unmercenaries Cyrus and John; Venerable Nicetas, hermit of the Kiev Caves and Bishop of Novgorod (1108); Marcella of Rome (410)", "feast_level": 3, "feast_level_description": "Red squigg (doxology typikon symbol)", "feasts": null, diff --git a/calendarium/tests/test_ical.py b/calendarium/tests/test_ical.py index f5bce15..d08830a 100644 --- a/calendarium/tests/test_ical.py +++ b/calendarium/tests/test_ical.py @@ -13,7 +13,7 @@ class CalendarTest(TestCase): - fixtures = ['calendarium.json'] + fixtures = ['calendarium.json', 'commemorations.json'] def test_ical(self): """ical endpoint should return 200.""" @@ -82,7 +82,13 @@ def test_ical_julian_urls(self): self.assertEqual(match.kwargs['cal'], Calendar.Julian) async def test_ical_content(self): - """ical with timestamp of Jan 7, 2022 should have Synaxis of St. John.""" + """ical with timestamp of Jan 7, 2022 should have Synaxis of St. John. + + Synaxis of St John the Baptist is Jan 7's sole significant + commemoration, so its original Day.feast_name text (restored after + the feast_name/DayCommemoration de-duplication audit briefly + blanked it, 2026-08) drives summary_title directly rather than + falling back to a join of that day's other commemorations.""" def build_absolute_uri(url): return urljoin('http://testserver', url) @@ -92,7 +98,8 @@ def build_absolute_uri(url): for event in cal.walk('vevent'): if event['dtstart'].dt == timestamp.date(): summary = event.decoded('summary') - self.assertEqual(summary, 'Synaxis of St John the Baptist') + self.assertIn('Synaxis', summary) + self.assertIn('John the Baptist', summary) break else: self.fail('No event for timestamp found') diff --git a/calendarium/tests/test_liturgics.py b/calendarium/tests/test_liturgics.py index 4739165..d0e558f 100644 --- a/calendarium/tests/test_liturgics.py +++ b/calendarium/tests/test_liturgics.py @@ -232,15 +232,34 @@ async def test_raphael_brooklyn_differing_commemoration_date(self): Same shape as the Catherine of Alexandria/Theophan the Recluse fixes: a genuine differing-date case, implemented via the pdist-anchored RaphaelBrooklyn float rather than a fixed month/day, - since "first Saturday of November" moves every year.""" + since "first Saturday of November" moves every year. + + Feb 27's feast_name was briefly cleared by the feast_name/ + DayCommemoration de-duplication audit (2026-08, tier 2), then + restored -- Raphael is Feb 27's sole significant commemoration for + Slavic, so his original feast_name text belongs back in the title + rather than living only as an ordinary saints-list entry; his + DayCommemoration row's ordering went back to -1 (the "already + represented via feasts" convention) so he doesn't also show twice + in the saints list. Confirmed via antiochian.org that Greek doesn't + elevate him on this date at all, so Greek shows neither a feast nor + a saints-list entry for him here. The Nov 1 Greek commemoration got + its own DayCommemoration row in a later pass (previously + feast_name-only, no DayCommemoration existed for this date at all) + -- reuses the same Saint identity as the Feb 27 entry, since it's + the same person; unlike Feb 27, Nov 1 isn't Shape 1 (there's no + recovered original feast_name text for this date), so it stays an + ordinary saints-list entry rather than getting a restored title.""" slavic_feb27 = liturgics.Day(2025, 2, 27, tradition=Tradition.Slavic) greek_feb27 = liturgics.Day(2025, 2, 27, tradition=Tradition.Greek) await slavic_feb27.ainitialize() await greek_feb27.ainitialize() - self.assertIn('St Raphael Bishop of Brooklyn', slavic_feb27.feasts) - self.assertNotIn('St Raphael Bishop of Brooklyn', greek_feb27.feasts) + self.assertEqual(slavic_feb27.feasts, ['St Raphael Bishop of Brooklyn']) + self.assertFalse(any('Raphael' in s for s in slavic_feb27.saints)) + self.assertEqual(greek_feb27.feasts, []) + self.assertFalse(any('Raphael' in s for s in greek_feb27.saints)) # Nov 1, 2025 is itself a Saturday. slavic_nov1 = liturgics.Day(2025, 11, 1, tradition=Tradition.Slavic) @@ -249,7 +268,9 @@ async def test_raphael_brooklyn_differing_commemoration_date(self): await greek_nov1.ainitialize() self.assertNotIn('St Raphael Bishop of Brooklyn', slavic_nov1.feasts) - self.assertIn('St Raphael Bishop of Brooklyn', greek_nov1.feasts) + self.assertEqual(greek_nov1.feasts, []) + self.assertTrue(any('Raphael' in s for s in greek_nov1.saints)) + self.assertFalse(any('Raphael' in s for s in slavic_nov1.saints)) class TestGreekFasting(TestCase): @@ -608,6 +629,26 @@ def test_leavetaking_theophany_weekday_float(self): class TestDay(TestCase): fixtures = ['calendarium.json', 'commemorations.json'] + async def test_minimal_saints_is_a_plain_truncation(self): + """minimal_saints exists purely for space-constrained displays (the + monthly calendar grid, summary_title's fallback) -- it should be + nothing more than the first MINIMAL_SAINTS_LIMIT entries of the full + list, regardless of day_native/story provenance. Oct 1 Greek has 6 + commemorations; the first 3 should come through unchanged.""" + + day = liturgics.Day(2026, 10, 1, tradition=Tradition.Greek) + await day.ainitialize() + + self.assertEqual(len(day.saints), 6) + self.assertEqual(day.minimal_saints, day.saints[:3]) + self.assertEqual(len(day.minimal_saints), 3) + + async def test_minimal_saints_untruncated_when_short(self): + day = liturgics.Day(2026, 1, 7) + await day.ainitialize() + + self.assertEqual(day.minimal_saints, day.saints) + async def test_no_memorial(self): """Memorial Saturday with no memorial readings should not have John 5.24-30.""" @@ -649,13 +690,17 @@ async def test_scriptures_pascha(self): #self.assertEqual('John 20.19-25', readings[2].pericope.display) async def test_annunciation(self): - """Test a sample feast day.""" + """Test a sample feast day. + + St Mary of Egypt moved from Day.feast_name into a proper + DayCommemoration (feast_name/DayCommemoration de-duplication + audit, 2026-08) -- she now shows via day.saints instead.""" day = liturgics.Day(2018, 3, 25) await day.ainitialize() self.assertIn('Annunciation Most Holy Theotokos', day.feasts) - self.assertIn('St Mary of Egypt', day.feasts) + self.assertTrue(any('Mary of Egypt' in s for s in day.saints)) self.assertEqual(day.feast_level, 7) self.assertEqual(day.fast_level, 2) @@ -1061,7 +1106,15 @@ async def test_new_style_commemoration_not_shown_on_shifted_julian_label_date(se async def test_new_style_commemoration_unaffected_in_gregorian_mode(self): """In Gregorian mode self.month/self.day already equal the civil date, so new_style commemorations should behave exactly as any - other -- no exclusion, no re-fetch.""" + other -- no exclusion, no re-fetch. Herman's canonization is + deliberately *not* one of the feast_name/DayCommemoration + de-duplication audit's (2026-08) restored dates, even though it's + Aug 9's sole significant commemoration like the other Shape 1 + cases -- it's new_style (civil-date-anchored), and Day.feast_name + has no new_style gating, so putting it there would bleed onto the + Julian-shifted label date and reintroduce the #146 bug this + mechanism exists to prevent. It stays an ordinary saints-list + entry.""" day = liturgics.Day(2026, 8, 9, calendar=datetools.Calendar.Gregorian) await day.ainitialize() @@ -1134,17 +1187,24 @@ async def test_greek_gap_dates_share_confirmed_common_saints(self): f'{fragment!r} unexpectedly leaked to greek {m}/{d}: {greek.saints}', ) - # July 5 -- Sergius/Athanasius are feast_name-matched (day_native, - # ordering=-1) on the *slavic* Day row, which loses Greek's - # feast-level-facts preference to the empty greek placeholder -- - # so their feast_name never surfaces via greek.feasts at all, and - # they fall back to showing plainly via greek.saints instead (see - # the winning_day_ids check in _add_supplemental_commemorations). + # July 5 -- Sergius/Athanasius used to be feast_name-matched + # (day_native, ordering=-1) on the *slavic* Day row. The + # feast_name/DayCommemoration de-duplication audit (2026-08) cleared + # that feast_name and un-suppressed both (ordering=0), since + # antiochian.org confirmed Athanasius of Mt Athos is independently + # elevated in Greek practice too, while Sergius of Radonezh isn't -- + # a per-saint distinction feast_name's single shared string couldn't + # express. Both traditions' *feasts* are empty now; both already + # showed both saints in *saints* before this change (Greek via the + # winning_day_ids fallback in _add_supplemental_commemorations, + # since Sergius/Athanasius's DayCommemoration rows are anchored to + # the slavic Day row, which never wins Greek's + # feast-level-facts preference) -- this only changes Slavic's view. slavic_jul5 = liturgics.Day(2026, 7, 5, tradition=Tradition.Slavic) await slavic_jul5.ainitialize() - self.assertIn('Unc. Rel. Ven. Sergius of Radonezh; Ven. Athanasius of Athos', slavic_jul5.feasts) - self.assertFalse(any('Sergius of Radonezh' in s for s in slavic_jul5.saints)) - self.assertFalse(any('Athanasius of Mt Athos' in s for s in slavic_jul5.saints)) + self.assertEqual(slavic_jul5.feasts, []) + self.assertTrue(any('Sergius of Radonezh' in s for s in slavic_jul5.saints)) + self.assertTrue(any('Athanasius of Mt Athos' in s for s in slavic_jul5.saints)) greek_jul5 = liturgics.Day(2026, 7, 5, tradition=Tradition.Greek) await greek_jul5.ainitialize() diff --git a/fixtures/calendarium.json b/fixtures/calendarium.json index e7579b4..01ee76e 100644 --- a/fixtures/calendarium.json +++ b/fixtures/calendarium.json @@ -12,7 +12,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -33,7 +32,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -54,7 +52,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -75,7 +72,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -96,7 +92,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -117,7 +112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -138,7 +132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -159,7 +152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -180,7 +172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -201,7 +192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -222,7 +212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -243,7 +232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -264,7 +252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -285,7 +272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -306,7 +292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -327,7 +312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -348,7 +332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -369,7 +352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -390,7 +372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -411,7 +392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -432,7 +412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -453,7 +432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -474,7 +452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 7, @@ -495,7 +472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 7, @@ -516,7 +492,6 @@ "feast_level": -1, "service": 0, "service_note": "No Liturgy", - "saints": [], "story": null, "fast": 1, "fast_exception": 7, @@ -537,7 +512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 7, @@ -558,7 +532,6 @@ "feast_level": -1, "service": 0, "service_note": "No Liturgy", - "saints": [], "story": null, "fast": 1, "fast_exception": 7, @@ -579,7 +552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 7, @@ -600,7 +572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 7, @@ -621,7 +592,6 @@ "feast_level": -1, "service": 0, "service_note": "Great Canon", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -642,7 +612,6 @@ "feast_level": -1, "service": 0, "service_note": "Great Canon", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -663,7 +632,6 @@ "feast_level": 1, "service": 0, "service_note": "Great Canon; Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -684,7 +652,6 @@ "feast_level": -1, "service": 0, "service_note": "Great Canon", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -705,7 +672,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -722,11 +688,10 @@ "day": 0, "title": "First Saturday of Lent", "subtitle": "", - "feast_name": "St Theodore Tyro (the Recruit)", + "feast_name": "", "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -747,7 +712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -768,7 +732,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -789,7 +752,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -810,7 +772,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -831,7 +792,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -852,7 +812,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -873,7 +832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -890,11 +848,10 @@ "day": 0, "title": "Second Sunday of Lent", "subtitle": "", - "feast_name": "St Gregory Palamas", + "feast_name": "", "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -915,7 +872,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -936,7 +892,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -957,7 +912,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -978,7 +932,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -999,7 +952,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1020,7 +972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -1041,7 +992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -1062,7 +1012,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1083,7 +1032,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1104,7 +1052,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1125,7 +1072,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1146,7 +1092,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1167,7 +1112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -1184,11 +1128,10 @@ "day": 0, "title": "Fourth Sunday of Lent", "subtitle": "", - "feast_name": "St John Climacus", + "feast_name": "", "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -1209,7 +1152,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1230,7 +1172,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1251,9 +1192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Presanctified Liturgy" - ], "story": null, "fast": 2, "fast_exception": 3, @@ -1274,7 +1212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -1291,11 +1228,10 @@ "day": 0, "title": "Fifth Sunday of Lent", "subtitle": "", - "feast_name": "St Mary of Egypt", + "feast_name": "", "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -1316,7 +1252,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1337,7 +1272,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1358,7 +1292,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1379,7 +1312,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1400,7 +1332,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -1421,7 +1352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 6, @@ -1442,7 +1372,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 4, @@ -1463,7 +1392,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -1484,7 +1412,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -1505,7 +1432,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 10, @@ -1526,7 +1452,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -1547,7 +1472,6 @@ "feast_level": -1, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 9, @@ -1568,7 +1492,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 2, "fast_exception": 5, @@ -1589,9 +1512,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [ - "Beginning of the Pentecostarion" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -1612,7 +1532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -1633,7 +1552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -1654,7 +1572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -1675,7 +1592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -1696,7 +1612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -1717,7 +1632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -1738,7 +1652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1759,7 +1672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1780,7 +1692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1801,7 +1712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -1822,7 +1732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1843,7 +1752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -1864,7 +1772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1885,7 +1792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1906,7 +1812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1927,7 +1832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1948,7 +1852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -1969,7 +1872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -1990,7 +1892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -2011,7 +1912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2032,7 +1932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2053,7 +1952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2074,7 +1972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2095,7 +1992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 2, @@ -2116,7 +2012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2137,7 +2032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -2158,7 +2052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2179,7 +2072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2200,7 +2092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2221,7 +2112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2242,7 +2132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -2263,7 +2152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2284,7 +2172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -2305,7 +2192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2326,7 +2212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2347,7 +2232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2368,7 +2252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2389,7 +2272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 2, @@ -2410,7 +2292,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2431,7 +2312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -2452,7 +2332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2473,7 +2352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2494,7 +2372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2515,7 +2392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2536,7 +2412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -2557,7 +2432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2578,7 +2452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 1, @@ -2599,7 +2472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2620,7 +2492,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2641,7 +2512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -2662,7 +2532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -2683,7 +2552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -2704,7 +2572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -2725,7 +2592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -2746,7 +2612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -2767,7 +2632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2788,7 +2652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2809,7 +2672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2830,7 +2692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -2851,7 +2712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2872,7 +2732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -2893,7 +2752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2914,7 +2772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2935,7 +2792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2956,7 +2812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -2977,7 +2832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -2998,7 +2852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3019,7 +2872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3040,7 +2892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3061,7 +2912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3082,7 +2932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3103,7 +2952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3124,7 +2972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3145,7 +2992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3166,7 +3012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3187,7 +3032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3208,7 +3052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3229,7 +3072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3250,7 +3092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3271,7 +3112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3292,7 +3132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3313,7 +3152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3334,7 +3172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3355,7 +3192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3376,7 +3212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3397,7 +3232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3418,7 +3252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3439,7 +3272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3460,7 +3292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3481,7 +3312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3502,7 +3332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3523,7 +3352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3544,7 +3372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3565,7 +3392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3586,7 +3412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3607,7 +3432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3628,7 +3452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3649,7 +3472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3670,7 +3492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3691,7 +3512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3712,7 +3532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3733,7 +3552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3754,7 +3572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3775,7 +3592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3796,7 +3612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3817,7 +3632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3838,7 +3652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3859,7 +3672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3880,7 +3692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3901,7 +3712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -3922,7 +3732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3943,7 +3752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3964,7 +3772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -3985,7 +3792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4006,7 +3812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4027,7 +3832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4048,7 +3852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4069,7 +3872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4090,7 +3892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4111,7 +3912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4132,7 +3932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4153,7 +3952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4174,7 +3972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4195,7 +3992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4216,7 +4012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4237,7 +4032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4258,7 +4052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4279,7 +4072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4300,7 +4092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4321,7 +4112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4342,7 +4132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4363,7 +4152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4384,7 +4172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4405,7 +4192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4426,7 +4212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4447,7 +4232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4468,7 +4252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4489,7 +4272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4510,7 +4292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4531,7 +4312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4552,7 +4332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4573,7 +4352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4594,7 +4372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4615,7 +4392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4636,7 +4412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4657,7 +4432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4678,7 +4452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4699,7 +4472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4720,7 +4492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4741,7 +4512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4762,7 +4532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4783,7 +4552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4804,7 +4572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4825,7 +4592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4846,7 +4612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4867,7 +4632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4888,7 +4652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4909,7 +4672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4930,7 +4692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -4951,7 +4712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4972,7 +4732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -4993,7 +4752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5014,7 +4772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5035,7 +4792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5056,7 +4812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5077,7 +4832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5098,7 +4852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5119,7 +4872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5140,7 +4892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5161,7 +4912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5182,7 +4932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5203,7 +4952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5224,7 +4972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5245,7 +4992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5266,7 +5012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5287,7 +5032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5308,7 +5052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5329,7 +5072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5350,7 +5092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5371,7 +5112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5392,7 +5132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5413,7 +5152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5434,7 +5172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5455,7 +5192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5476,7 +5212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5497,7 +5232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5518,7 +5252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5539,7 +5272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5560,7 +5292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5581,7 +5312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5602,7 +5332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5623,7 +5352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5644,7 +5372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5665,7 +5392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5686,7 +5412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5707,7 +5432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5728,7 +5452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5749,7 +5472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5770,7 +5492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5791,7 +5512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5812,7 +5532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5833,7 +5552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5854,7 +5572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5875,7 +5592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5896,7 +5612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5917,7 +5632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5938,7 +5652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -5959,7 +5672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -5980,7 +5692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6001,7 +5712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6022,7 +5732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6043,7 +5752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6064,7 +5772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6085,7 +5792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6106,7 +5812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6127,7 +5832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6148,7 +5852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6169,7 +5872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6190,7 +5892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6211,7 +5912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6232,7 +5932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6253,7 +5952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6274,7 +5972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6295,7 +5992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6316,7 +6012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6337,7 +6032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6358,7 +6052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6379,7 +6072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6400,7 +6092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6421,7 +6112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6442,7 +6132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6463,7 +6152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6484,7 +6172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6505,7 +6192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6526,7 +6212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6547,7 +6232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6568,7 +6252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6589,7 +6272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6610,7 +6292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6631,7 +6312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6652,7 +6332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6673,7 +6352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6694,7 +6372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6715,7 +6392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6736,7 +6412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6757,7 +6432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6778,7 +6452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6799,7 +6472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6820,7 +6492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6841,7 +6512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6862,7 +6532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6883,7 +6552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6904,7 +6572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6925,7 +6592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6946,7 +6612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -6967,7 +6632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -6988,7 +6652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7009,7 +6672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7030,7 +6692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7051,7 +6712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7072,7 +6732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7093,7 +6752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7114,7 +6772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7135,7 +6792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7156,7 +6812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7177,7 +6832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7198,7 +6852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7219,7 +6872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7240,7 +6892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7261,7 +6912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7282,7 +6932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7303,7 +6952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7324,7 +6972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7345,7 +6992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7366,7 +7012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7387,7 +7032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7408,7 +7052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7429,7 +7072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7450,7 +7092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7471,7 +7112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7492,7 +7132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7513,7 +7152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7534,7 +7172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7555,7 +7192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7576,7 +7212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7597,7 +7232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7618,7 +7252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7639,7 +7272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7660,7 +7292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7681,7 +7312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7702,7 +7332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7723,7 +7352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7744,7 +7372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7765,7 +7392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7786,7 +7412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7807,7 +7432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7828,7 +7452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7849,7 +7472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7870,7 +7492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7891,7 +7512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7912,7 +7532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7933,7 +7552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7954,7 +7572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -7975,7 +7592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -7996,7 +7612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8017,7 +7632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8038,7 +7652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8059,7 +7672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8080,7 +7692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8101,7 +7712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8122,7 +7732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8143,7 +7752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8164,7 +7772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8185,7 +7792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8206,7 +7812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8227,7 +7832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8248,7 +7852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8269,7 +7872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8290,7 +7892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8311,7 +7912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8332,7 +7932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8353,7 +7952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8374,7 +7972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8395,7 +7992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8416,7 +8012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8437,7 +8032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8458,7 +8052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8479,7 +8072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8500,7 +8092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8521,7 +8112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8542,7 +8132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8563,7 +8152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8584,7 +8172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8605,7 +8192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8626,7 +8212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8647,7 +8232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8668,7 +8252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8689,7 +8272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8710,7 +8292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8731,7 +8312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8752,7 +8332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8773,7 +8352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8794,7 +8372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8815,7 +8392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8836,7 +8412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8857,7 +8432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8878,7 +8452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8899,7 +8472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -8920,7 +8492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8941,7 +8512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8962,7 +8532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -8983,7 +8552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9004,7 +8572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -9025,7 +8592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9046,7 +8612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 0, @@ -9067,7 +8632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9088,7 +8652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9105,11 +8668,10 @@ "day": 1, "title": "", "subtitle": "", - "feast_name": "Circumcision of Our Lord; St Basil the Great", + "feast_name": "Circumcision of Our Lord", "feast_level": 6, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -9130,9 +8692,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Repose of St Seraphim of Sarov" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -9153,9 +8712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Malachi" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -9176,9 +8732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Synaxis of Seventy Apostles" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -9199,7 +8752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 9, @@ -9220,7 +8772,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -9241,7 +8792,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -9262,9 +8812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. George the Chozebite" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9285,10 +8832,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Martyr Polyeuctus of Melitene in Armenia", - "Hieromartyr Philip, Metropolitan of Moscow" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9309,9 +8852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Gregory of Nyssa" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9328,11 +8868,10 @@ "day": 11, "title": "", "subtitle": "", - "feast_name": "Ven. Theodosius the Great", + "feast_name": "", "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9353,9 +8892,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "St Sava, Archbishop of Serbia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9376,9 +8912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Hermylus and Stratonicus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9399,9 +8932,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "St Nino of Georgia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9422,10 +8952,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Paul of Thebes and John Calabytes", - "Ven. Pansophius of Alexandria, the Martyr" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9446,9 +8972,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Veneration of Chains of Apostle Peter" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9469,7 +8992,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -9490,9 +9012,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ss Athanasius the Great and Cyril of Alexandria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9513,9 +9032,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Macarius the Great" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9536,9 +9052,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [ - "Zacharias the New Martyr of Patra" - ], "story": null, "fast": 0, "fast_exception": 2, @@ -9559,9 +9072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Maximus the Confessor" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9582,9 +9092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostle Timothy of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9605,9 +9112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Clement and Martyr Agathangel" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9628,10 +9132,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Ven. Xenia of Rome", - "Bl. Xenia of St Petersburg" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9652,7 +9152,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9673,10 +9172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Xenophon and Mary", - "St Simeon the Elder of Mount Sinai" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9697,7 +9192,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9718,9 +9212,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Ephrem the Syrian" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9741,10 +9232,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Trans. Rel. Ignatius the Godbearer", - "St Laurence, Recluse of the Kiev Caves" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9765,7 +9252,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -9786,9 +9272,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Unmercenaries Cyrus and John" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9809,9 +9292,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Martyr Tryphon" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9832,7 +9312,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -9853,9 +9332,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Righteous Simeon the Godbearer and Anna the Prophetess" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9876,9 +9352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Isidore of Pelusium" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9895,11 +9368,10 @@ "day": 5, "title": "", "subtitle": "", - "feast_name": "Repose St Theodosius of Chernigov", + "feast_name": "", "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -9920,9 +9392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Bucolus, Bishop of Smyrna" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9943,9 +9412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Parthenius, Bishop of Lampsacus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9966,9 +9432,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Theodore Stratelates" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -9989,10 +9452,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Martyr Nicephorus of Antioch", - "Relics of St Innocent of Irkutsk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10013,10 +9472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Haralambos", - "Martyrs Porphyrius and Baptus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10037,10 +9492,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Blaise of Sebaste", - "Ven. Dimitry of Priluk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10061,10 +9512,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "St Meletius, Archbishop of Antioch", - "St Aleksy, Metr. of All Russia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10085,9 +9532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Martinian of Caesarea" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10108,9 +9552,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "St Cyril, Teacher of the Slavs" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10131,9 +9572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostle Onesimus of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10154,9 +9592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Pamphylius and His Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10177,10 +9612,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Theodore Tyro", - "Hieromartyr Germogen, Patriarch of Moscow" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10201,9 +9632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Leo the Great, Pope of Rome" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10224,9 +9652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostles of the Seventy Archippus and Philemon" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10247,9 +9672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Leo, Bishop of Catania" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10270,9 +9692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Timothy of Symbola" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10293,10 +9712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Unc. Rel. Holy Martyrs at Gate of Eugenius", - "Ven. Thalassius and Baradates, Hermits of Syria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10317,9 +9732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Polycarp, Bishop of Smyrna" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10340,7 +9752,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -10361,9 +9772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Tarasius, Abp. of Constantinople" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10384,9 +9792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Porphyrius, Bishop of Gaza" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10407,9 +9812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Basil the Confessor" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10430,9 +9832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. John Cassian" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10453,9 +9852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Eudoxia of Heliopolis" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10476,10 +9872,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Theodotus, Bishop of Cyrenia", - "St Arseny, Bishop of Tver" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10500,9 +9892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Eutropius, Cleonicus and Basiliscus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10523,10 +9912,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Ven. Gerasimus of the Jordan", - "Rt. Blv. Prince Daniel of Moscow" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10547,9 +9932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Conon of Isauria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10570,9 +9952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Forty-two Martyrs of Ammoria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10593,9 +9972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Seven Hieromartyrs of Cherson" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10616,9 +9992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Theophylactus, Bishop of Nicomedia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10639,7 +10012,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -10660,9 +10032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Quadratus and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10683,10 +10052,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "St. Sophronius, Patriarch of Jerusalem", - "St Euthymius, Bishop of Novgorod" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10707,9 +10072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Theophanes the Confessor" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10730,9 +10092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Trans. Rel. Nicephorus, Patr. Constantinopole" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10753,9 +10112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Benedict of Nursia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10776,9 +10132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Agapius and Seven with Him" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10799,9 +10152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Sabinas of Egypt" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10822,10 +10172,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Ven. Alexius the Man of God", - "Ven. Makary of Kalyazinsk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10846,10 +10192,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "St Cyril, Archbishop of Jerusalem", - "Rep. St Nikolaj of Zhicha" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10870,9 +10212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Chrysanthius and Daria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10893,9 +10232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Holy Fathers Slain at St Sabbas Monastery" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10916,9 +10252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St James the Confessor of Catania" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10939,9 +10272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Basil of Ancyra" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10962,9 +10292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Nikon and 199 Disciples" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -10985,7 +10312,6 @@ "feast_level": 7, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 4, @@ -11006,10 +10332,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Leavetaking of Annunciation", - "Synaxis of Archangel Gabriel" - ], "story": null, "fast": 0, "fast_exception": 3, @@ -11030,9 +10352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Matrona of Thessalonica" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11053,9 +10372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Hilarion the New" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11076,9 +10392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Mark, Bishop of Arethusa" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11099,9 +10412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. John Climacus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11122,12 +10432,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -11143,11 +10452,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Ven. Mary of Egypt", - "Ven. Euthymius of Suzdal", - "Martyrs Gerontius and Basilides" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11168,9 +10472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Titus the Wonderworker" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11191,9 +10492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Nicetas the Confessor" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11214,9 +10512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Joseph the Hymnographer" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11237,9 +10532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Agathopedes, Theodulus and Their Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11260,9 +10552,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "St Methodius, Enlightener of the Slavs" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11283,7 +10572,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -11304,9 +10592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostles of the Seventy Herodion, Agabus, Asyncritus, Rufuf, Phlegon, Hermes" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11327,9 +10612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Eupsychius of Caesarea in Cappadocia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11350,9 +10632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Terence, Pompeius, Africanus and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11373,9 +10652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Antipas, Bishop of Pergamum" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11396,9 +10672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Basil the Confessor, Bishop of Parium" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11419,9 +10692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Artemon, Presbyter of Laodicea" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11442,9 +10712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Martin the Confessor, Pope of Rome" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11465,9 +10732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostles of the Seventy Aristarchus, Pudens and Trophimus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11488,9 +10752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Virgin Martyrs Agape, Irene and Chionia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11511,10 +10772,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Simeon of Persia", - "Ven. Zosima of Solovetsk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11535,9 +10792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. John, Disciple of Gregory Decapolites" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11558,9 +10812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. John of Ancient Caves in Palestine" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11581,9 +10832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Theodore Trichinas" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11604,9 +10852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Januarius and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11627,9 +10872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Theodore the Sykeote" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11650,7 +10892,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -11671,9 +10912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Sabbas Stratelates" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11694,7 +10932,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -11715,10 +10952,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Basil of Amasea", - "St Stephen, Bishop of Perm" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11739,9 +10972,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Simeon, Kinsman of the Lord" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11762,9 +10992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostles Jason and Sosipater of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11785,9 +11012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Nine Martyrs at Cyzicus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11808,7 +11032,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -11829,10 +11052,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Prophet Jeremiah", - "Ven. Paphnutius of Borovsk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11853,14 +11072,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "St Athanasius the Great, Patr. of Alexandria" - ], "story": null, "fast": 0, "fast_exception": 0, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -11876,12 +11092,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -11897,9 +11112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Virgin Martyr Pelagia of Tarsus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11920,9 +11132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Great Martyr Irene of Thessalonica" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11943,9 +11152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Righteous Job the Longsuffering" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -11962,11 +11168,10 @@ "day": 7, "title": "", "subtitle": "", - "feast_name": "St Alexis Toth, Confessor and Defender of Orthodoxy in America", + "feast_name": "", "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -11987,7 +11192,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -12008,10 +11212,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Prophet Isaiah", - "Trans. Rel. St Nicholas the Wonderworker" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12032,7 +11232,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -12053,12 +11252,11 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -12074,9 +11272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Epiphanius, Bishop of Cyprus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12097,9 +11292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Virgin Martyr Glyceria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12120,10 +11312,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Martyr Isidore of Chios", - "Ven. Isidore, Fool-for-Christ of Rostov" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12144,10 +11332,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Ven. Pachomius the Great", - "Slain Crown Prince Dimitry of Moscow" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12168,10 +11352,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Ven. Theodore the Sanctified", - "Trans. Rel. Ephraim, Abbot of Perekop" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12192,9 +11372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostle Andronicus of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12215,9 +11392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Theodotus of Ancyra" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12238,10 +11412,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Patrick, Bishop of Prusa", - "Rt. Blv. Dimitry Donskoy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12262,10 +11432,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Martyr Thalelaeus of Cilicia", - "Unc. Rel. St Aleksy, Metropolitan of Kiev" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12286,7 +11452,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -12307,9 +11472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Basiliscus, Bishop of Comana" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12330,10 +11492,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "St Michael the Confessor", - "Unc. Rel. St Leonty, Bishop of Rostov" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12354,10 +11512,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Ven. Simeon the Stylite", - "Ven. Nikita the Stylite" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12378,7 +11532,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -12399,10 +11552,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Apostles Carpus and Alphaeus of the Seventy", - "Greatmartyr George the New at Sofia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12423,10 +11572,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Therapon", - "Trans. Rel. Ven. Nilus of Stolbensk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12447,10 +11592,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "St Nicetas, Bishop of Chalcedon", - "St Ignaty, Bishop of Rostov" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12471,10 +11612,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Virgin Martyr Theodosia of Tyre", - "Rep. Bl. John of Ustiug" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12495,9 +11632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Isaac, Founder of Dalmatian Monastery" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12518,9 +11652,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostle Hermes of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12541,9 +11672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Justin the Philosopher" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12564,9 +11692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Nicephorus the Confessor" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12587,9 +11712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Lucillian and His Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12610,9 +11732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Metrophanes, First Patriarch of Constantinople" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12633,9 +11752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Dorotheus, Bishop of Tyre" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12656,9 +11772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Bessarion the Wonderworker of Egypt" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12679,9 +11792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Theodotus, Bishop of Ancyra" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12702,9 +11812,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Trans. Rel. Theodore Stratelates" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12725,10 +11832,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "St Cyril of Alexandria", - "Ven. Kirill of Belozersk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12749,10 +11852,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Timothy, Bishop of Prusa", - "St John Maximovitch, Metropolitan of Tobolsk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12773,7 +11872,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -12794,9 +11892,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Onuphrius the Great" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12817,9 +11912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Aquilina of Byblos" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12840,9 +11932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Elisha" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12863,10 +11952,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Prophet Amos", - "St Jonah, Metr. of Moscow" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12887,10 +11972,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "St Tycho, Bishop of Amathus", - "Ven. Tikhon of Kaluga" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12911,9 +11992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Manuel, Sabel, Ismael of Persia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12934,9 +12012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Leontius and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -12957,7 +12032,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -12978,9 +12052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Methodius, Bishop of Patar" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13001,9 +12072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Julian of Tarsus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13024,10 +12092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Eusebius, Bishop of Samosata", - "Martyrs Zeno and Zenas of Philadelphia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13048,9 +12112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Agrippina of Rome" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13071,7 +12132,6 @@ "feast_level": 6, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -13092,10 +12152,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Virgin Martyr Febronia", - "Peter and Fevronia of Murom" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13116,10 +12172,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Ven. David of Thessalonica", - "Tikhvin Icon" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13140,9 +12192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Sampson the Hospitable of Constantinople" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13163,11 +12212,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Trans. Rel. Ven. Cyrus and John", - "St. Paul the Physician, of Corinth", - "Sergius and Herman, Wonderworkers of Valaam" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13188,7 +12232,6 @@ "feast_level": 6, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -13209,7 +12252,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -13230,9 +12272,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Unmercenary Wonderworkers Cosmas and Damian" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13253,9 +12292,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Robe of the Theotokos at Blachernae" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13276,10 +12312,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Martyr Hyacinth", - "Trans. Rel. Philip, Metr. Moscow" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13300,9 +12332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Andrew of Crete" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13319,11 +12348,10 @@ "day": 5, "title": "", "subtitle": "", - "feast_name": "Unc. Rel. Ven. Sergius of Radonezh; Ven. Athanasius of Athos", + "feast_name": "", "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -13344,9 +12372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Sisoes the Great" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13367,9 +12392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Thomas of Mt Maleon" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13390,10 +12412,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Procopius of Caesarea", - "Ven. Theophilus the Myrrhgusher of Macedonia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13414,9 +12432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Pancratius, Bishop of Taormina" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13437,12 +12452,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -13458,10 +12472,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Euphemia", - "Blessed Princess Olga" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13482,9 +12492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Proclus and Hilary of Ancyra" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13505,9 +12512,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Synaxis of Archangel Gabriel" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13528,9 +12532,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Apostle Aquila of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13551,12 +12552,11 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -13572,9 +12572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Athenogenes, Bishop of Heracleopolis" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13591,13 +12588,10 @@ "day": 17, "title": "", "subtitle": "", - "feast_name": "Royal Passionbearers", + "feast_name": "", "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Marina" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13618,9 +12612,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Emilian of Silistria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13641,12 +12632,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -13662,7 +12652,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -13683,9 +12672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Ezekiel" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13706,10 +12692,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Holy Myrrhbearer Mary Magdalene, Equal-to-the-Apostles", - "Martyr Markella of Chios" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13730,9 +12712,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martys Trophimus, Theophilus and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13753,12 +12732,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -13774,9 +12752,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Dormition Righteous Anna, Mother of Theotokos" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13797,12 +12772,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -13818,7 +12792,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -13839,9 +12812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostles of 70 Prochorus, Nicanor, Timon, Parmenas" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13862,9 +12832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Callinicus of Gangra" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13885,9 +12852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostles Silas and Silvanus of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13908,9 +12872,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Righteous Joseph of Arimathea" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -13927,13 +12888,10 @@ "day": 1, "title": "", "subtitle": "", - "feast_name": "Procession of the Lifegiving Cross; 7 Maccabean Martyrs", + "feast_name": "Procession of the Lifegiving Cross", "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Begin Dormition Fast" - ], "story": null, "fast": 4, "fast_exception": 1, @@ -13954,10 +12912,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Trans. Rel. Protomartyr Stephen", - "Bl. Vasily, Fool-for-Christ" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -13978,10 +12932,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Ven. Isaac, Dalmatius, Faustus", - "Ven. Anthony the Roman of Novgorod" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14002,9 +12952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Seven Sleepers of Ephesus" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14025,9 +12972,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Martyr Eusignius of Antioch" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14048,7 +12992,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 4, "fast_exception": 4, @@ -14069,9 +13012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Dometius of Persia" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14092,9 +13032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Emilian the Confessor" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14111,11 +13048,10 @@ "day": 9, "title": "", "subtitle": "", - "feast_name": "Ven. Herman of Alaska, Wonderworker of All America", + "feast_name": "", "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 4, "fast_exception": 4, @@ -14136,9 +13072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Holy Martyr and Archdeacon Lawrence of Rome" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14159,9 +13092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Holy Martyr and Archdeacon Euplus of Catania" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14182,9 +13112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Anicletus and Photius of Nicomedia" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14201,11 +13128,10 @@ "day": 13, "title": "", "subtitle": "", - "feast_name": "Leavetaking of Transfiguration; St Tikhon of Zadonsk", + "feast_name": "Leavetaking of Transfiguration", "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 4, "fast_exception": 4, @@ -14226,9 +13152,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Prophet Micah" - ], "story": null, "fast": 4, "fast_exception": 0, @@ -14249,7 +13172,6 @@ "feast_level": 7, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -14270,7 +13192,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -14291,9 +13212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Myron, Presbyter of Cyzicus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14314,9 +13232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Florus and Laurus of Illyria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14337,9 +13252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Andrew Stratelates and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14360,9 +13272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Samuel" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14383,10 +13292,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Apostle Thaddeus of the Seventy", - "Avram, Archimandrite of Smolensk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14407,9 +13312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Agathonicus and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14430,9 +13332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Lupus, Slave of St Demetrius" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14453,10 +13352,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Eutychius", - "Trans. Rel. Peter, Metr. Kiev" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14477,9 +13372,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Relics of Apostle Bartholomew" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14500,10 +13392,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Martyrs Adrian and Natalia", - "Vladimir Icon" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14524,9 +13412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Poemen the Great" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14547,12 +13432,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -14568,7 +13452,6 @@ "feast_level": 6, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 8, @@ -14589,10 +13472,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Ss Alexander, John, Paul, Pats. Constantinople", - "Trans. Rel. St Alexander Nevsky" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14613,9 +13492,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Sash of the Theotokos" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14632,11 +13508,10 @@ "day": 1, "title": "", "subtitle": "", - "feast_name": "Church New Year; Ven. Simeon the Stylite (The Elder)", + "feast_name": "Church New Year", "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -14657,9 +13532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Anthony and Theodosius of Kiev Caves" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14680,9 +13552,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Anthimus, Bishop of Nicomedia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14703,9 +13572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Babylas, Bishop of Antioch" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14726,9 +13592,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Prophet Zachariah and Elizabeth" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14749,9 +13612,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Miracle of Archangel Michael at Colossae" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14772,10 +13632,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Martyr Sozon of Cilicia", - "St John, Archbishop of Novgorod" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14796,7 +13652,6 @@ "feast_level": 7, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -14817,10 +13672,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Righteous Joachim and Anna", - "Ven. Joseph of Volotsk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14841,9 +13692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Menodora, Metrodora, Nymphodora" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14864,10 +13712,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Ven. Theodora of Alexandria", - "Trans. Rel. Ven. Sergius and Herman" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14888,9 +13732,6 @@ "feast_level": 0, "service": 0, "service_note": "Leavetaking Nativity Theotokos", - "saints": [ - "Hieromartyr Autonomus, Bishop in Italy" - ], "story": null, "fast": 0, "fast_exception": 1, @@ -14911,7 +13752,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -14932,7 +13772,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 1, "fast_exception": 8, @@ -14953,9 +13792,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Nicetas the Goth" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14976,9 +13812,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Euphemia the All-Praised" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -14999,9 +13832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Sophia and Daughters Faith, Hope, and Love" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15022,9 +13852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Eumenes, Bishop of Gortyna" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15045,10 +13872,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Martyrs Trophimus, Sabbatius, Dorymedon", - "Rt. Blv. Theodore, Prince of Smolensk, and his sons Ss David and Constantine of Yaroslavl" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15069,10 +13892,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Eustathius and Martyr Theopistes", - "Martyrs Michael and Theodore of Chernigov" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15093,10 +13912,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Apostle Quadratus of the Seventy", - "Unc. Rel. St Dimitry, Metr. Rostov" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15117,9 +13932,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Phocas, Bishop of Sinope" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15140,7 +13952,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -15157,11 +13968,10 @@ "day": 24, "title": "", "subtitle": "", - "feast_name": "Holy New Martyrs of Alaska", + "feast_name": "", "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -15182,12 +13992,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -15203,7 +14012,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -15224,10 +14032,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Martyr Callistratus and Companions", - "Ven. Sabbatius of Solovetsk" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15248,7 +14052,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -15269,9 +14072,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Cyriacos, Hermit of Palestine" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15292,10 +14092,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Gregory of Armenia", - "Ven. Gregory of Vologda" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15316,9 +14112,6 @@ "feast_level": 6, "service": 0, "service_note": "", - "saints": [ - "Holy Apostle Ananias of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 2, @@ -15339,10 +14132,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Cyprian, Martyrs Justina and Theoctistus", - "Bl. Andrew, Fool-for-Christ" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15363,11 +14152,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Dionysius the Areopagite", - "Martyrs Rusticus the Presbyter and Eleutherius the Deacon", - "St John the Chozebite, Bishop of Caesarea" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15388,10 +14172,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Hierotheus, Bishop of Athens", - "Unc. Rel. Gurias of Kazan and Varsanuphy of Tver" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15412,9 +14192,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Ss Peter, Aleksy, Jonah, Philip, Germogen, Metrs. Moscow" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15431,11 +14208,10 @@ "day": 6, "title": "", "subtitle": "", - "feast_name": "St Innocent, Metr. of Moscow / Holy Apostle Thomas", + "feast_name": "", "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -15456,9 +14232,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Martyrs Sergius and Bacchus in Syria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15479,9 +14252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Pelagia the Penitent" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15498,11 +14268,10 @@ "day": 9, "title": "", "subtitle": "", - "feast_name": "St Tikhon, Patriarch of Moscow / Holy Apostle James, Son of Alphaeus", + "feast_name": "", "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -15523,9 +14292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Eulampius and Eulampia at Nicomedia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15546,9 +14312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostle Philip of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15569,9 +14332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Probus, Tarachus and Andronicus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15592,9 +14352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Carpus and Companions at Pergamus" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15615,9 +14372,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Parasceva of Serbia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15638,9 +14392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Euthymius the New of Thessalonica" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15661,9 +14412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Longinus the Centurion" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15684,10 +14432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Hosea", - "Monastic Martyr Andrew of Crete" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15708,7 +14452,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -15729,10 +14472,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Prophet Joel", - "Relics Ven. John of Rila" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15753,10 +14492,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Artemius at Antioch", - "Ven. Matrona of Chios" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15777,9 +14512,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Hilarion the Great" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15800,9 +14532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "St Abercius, Equal-to-the-Apostles" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15823,7 +14552,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -15844,9 +14572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Arethas and Companions" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15867,9 +14592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Marcian and Martyrius the Notaries" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15890,7 +14612,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -15911,9 +14632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Nestor of Thessalonica" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15934,11 +14652,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Martyrs Terence, Neonila and Children", - "St Arsenius of Serbia", - "Rep. Ven. Job of Pochaev" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15959,10 +14672,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Martyr Anastasia the Roman", - "Ven. Avram of Rostov" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -15983,9 +14692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Zenobius and His Sister Zenobia" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16002,11 +14708,10 @@ "day": 31, "title": "", "subtitle": "", - "feast_name": "Hieromartyr John Kochurov", + "feast_name": "", "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -16027,10 +14732,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Unmercenaries and Wonderworkers Cosmas and Damian", - "St Theodota, Mother of Cosmas and Damian" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16051,9 +14752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Acindynus of Persia and Others" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16074,9 +14772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Acepsimus, Joseph, Aithalas" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16097,9 +14792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Joannicus the Great" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16120,10 +14812,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Martyrs Galacteon and Wife Epistemis", - "Repose St Jonah of Novgorod" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16144,11 +14832,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "St Paul the Confessor of Constantinople", - "Ven. Luke of Sicily (Taormina)", - "Rep. St Herman, Archbishop of Kazan" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16169,9 +14852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Holy 33 Martyrs of Melitene" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16192,7 +14872,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -16213,9 +14892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Onesiphorus and Porphyrius" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16236,9 +14912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Apostles of the 70 Erastus, Olympas, Herodion, Sosipater, Quartus, Tertius" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16259,9 +14932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Menas, Victor and Vincent" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16282,9 +14952,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "St John the Merciful, Patriarch of Alexandria" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -16305,7 +14972,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -16326,7 +14992,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 1, @@ -16347,9 +15012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Begin Nativity Fast" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16370,7 +15032,6 @@ "feast_level": 6, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 2, @@ -16391,10 +15052,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "St Gregory the Wonderworker", - "Ven. Nikon of Radonezh" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16415,9 +15072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Platon and Roman" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16438,10 +15092,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Prophet Obadiah", - "Ven. Barlaam and Joasaph" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16462,9 +15112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Gregory Decapolites" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16485,7 +15132,6 @@ "feast_level": 7, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 2, @@ -16506,10 +15152,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Apostles of the 70 Philemon, Archippus, Apphia", - "St Michael, Prince of Tver" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16530,7 +15172,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 0, @@ -16551,7 +15192,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 0, @@ -16572,7 +15212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 1, @@ -16593,9 +15232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Alypius the Stylite" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16616,9 +15252,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Jacob of Persia" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16639,11 +15272,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Monk Martyr and Confessor Stephen the New", - "Martyr Irenarchus and Seven Women Martyrs at Sebaste", - "Martyr Timothy and his Companions at Tiberiopolis" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16664,9 +15292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Paramon and Companions" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16687,7 +15312,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 2, @@ -16708,9 +15332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Nahum" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16731,9 +15352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Habakkuk" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16754,10 +15372,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Prophet Zephaniah", - "Ven. Savva of Zvenigorod" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16774,11 +15388,10 @@ "day": 4, "title": "", "subtitle": "", - "feast_name": "Hieromartyr Alexander Hotovitzky", + "feast_name": "", "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 0, @@ -16799,7 +15412,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 0, @@ -16820,7 +15432,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 2, @@ -16841,10 +15452,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "St Ambrose, Bishop of Milan", - "Ven. Nilus of Stolobensk" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16865,9 +15472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Patapius of Thebes" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16888,7 +15492,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 0, @@ -16909,9 +15512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Menas, Hermogenes, Eugraphus" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16932,9 +15532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Daniel the Stylite" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16955,9 +15552,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "St Spyridon the Wonderworker" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -16978,12 +15572,11 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 2, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -16999,9 +15592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyrs Thyrsus, Leucis, Callinicus" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17022,10 +15612,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Eleutherius of Illyria and his mother, Martyr Evanthia", - "St Stephen of Surozh" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17046,9 +15632,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Prophet Haggai" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17069,9 +15652,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Holy Prophet Daniel and Three Holy Youths" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17092,9 +15672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Sebastian and Companions at Rome" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17115,9 +15692,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Martyr Boniface and Righteous Aglaida" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17138,15 +15712,11 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "Forefeast of Nativity", - "Hieromartyr Ignatius the Godbearer" - ], "story": null, "fast": 5, "fast_exception": 0, "flag": 0, - "tradition": "common" + "tradition": "slavic" } }, { @@ -17162,9 +15732,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Virgin Martyr Juliana and Companions" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17185,9 +15752,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Anastasia and Companions" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17208,9 +15772,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Holy Ten Martyrs of Crete" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -17231,7 +15792,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 5, "fast_exception": 9, @@ -17252,7 +15812,6 @@ "feast_level": 8, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -17273,9 +15832,6 @@ "feast_level": 3, "service": 0, "service_note": "", - "saints": [ - "Hieromartyr Euthymius of Sardis" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -17296,7 +15852,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 11, @@ -17317,9 +15872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "20,000 Martyrs of Nicomedia" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -17340,9 +15892,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Holy Innocents Slain by Herod" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -17363,9 +15912,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Virgin Martyr Anysia at Thessalonica" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -17386,9 +15932,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Melania the Younger of Rome" - ], "story": null, "fast": 0, "fast_exception": 11, @@ -17409,7 +15952,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17430,7 +15972,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17451,7 +15992,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17472,7 +16012,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17493,9 +16032,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Saturday before Elevation is read on this day" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -17516,7 +16052,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17537,7 +16072,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17558,7 +16092,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17579,7 +16112,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17600,7 +16132,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17621,7 +16152,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17642,7 +16172,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17663,7 +16192,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17684,7 +16212,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17705,7 +16232,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17726,7 +16252,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17747,7 +16272,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17768,9 +16292,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Saturday after Nativity is read on this day" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -17791,7 +16312,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17812,9 +16332,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Sunday after Nativity is read on this day" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -17835,7 +16352,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17856,7 +16372,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17877,9 +16392,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Sunday before Theophany is read on this day" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -17900,7 +16412,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17921,7 +16432,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17942,7 +16452,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17963,7 +16472,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -17984,7 +16492,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -18005,7 +16512,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -18026,7 +16532,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -18047,7 +16552,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -18068,9 +16572,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Holy Apostle Ananias of the Seventy" - ], "story": null, "fast": 0, "fast_exception": 2, @@ -18091,7 +16592,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -18112,9 +16612,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Greatmartyr Catherine of Alexandria" - ], "story": null, "fast": 5, "fast_exception": 0, @@ -18135,10 +16632,6 @@ "feast_level": 4, "service": 0, "service_note": "", - "saints": [ - "St Gregory of Nyssa", - "St Theophan the Recluse" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -18159,9 +16652,6 @@ "feast_level": 2, "service": 0, "service_note": "", - "saints": [ - "Ven. Zachariah the Recluse" - ], "story": null, "fast": 0, "fast_exception": 3, @@ -18182,9 +16672,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [ - "Ven. Zachariah the Recluse" - ], "story": null, "fast": 0, "fast_exception": 0, @@ -18205,7 +16692,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -18226,7 +16712,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -18247,7 +16732,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 3, @@ -18268,7 +16752,6 @@ "feast_level": 1, "service": 0, "service_note": "Presanctified Liturgy", - "saints": [], "story": null, "fast": 2, "fast_exception": 0, @@ -18289,7 +16772,6 @@ "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -18306,11 +16788,10 @@ "day": 0, "title": "", "subtitle": "", - "feast_name": "St Raphael Bishop of Brooklyn", + "feast_name": "", "feast_level": 5, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -18331,7 +16812,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 2, @@ -18352,7 +16832,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -18373,7 +16852,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 4, "fast_exception": 0, @@ -18394,7 +16872,6 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], "story": null, "fast": 0, "fast_exception": 0, @@ -18415,7 +16892,266 @@ "feast_level": 0, "service": 0, "service_note": "", - "saints": [], + "story": null, + "fast": 5, + "fast_exception": 0, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 887, + "fields": { + "pdist": 999, + "month": 3, + "day": 31, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 1, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 888, + "fields": { + "pdist": 999, + "month": 5, + "day": 2, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 0, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 889, + "fields": { + "pdist": 999, + "month": 5, + "day": 3, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 0, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 890, + "fields": { + "pdist": 999, + "month": 5, + "day": 11, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 2, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 891, + "fields": { + "pdist": 999, + "month": 7, + "day": 10, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 0, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 892, + "fields": { + "pdist": 999, + "month": 7, + "day": 15, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 2, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 893, + "fields": { + "pdist": 999, + "month": 7, + "day": 19, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 0, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 894, + "fields": { + "pdist": 999, + "month": 7, + "day": 24, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 0, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 895, + "fields": { + "pdist": 999, + "month": 7, + "day": 26, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 2, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 896, + "fields": { + "pdist": 999, + "month": 8, + "day": 28, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 1, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 897, + "fields": { + "pdist": 999, + "month": 9, + "day": 25, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 0, + "fast_exception": 2, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 898, + "fields": { + "pdist": 999, + "month": 12, + "day": 13, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", + "story": null, + "fast": 5, + "fast_exception": 2, + "flag": 0, + "tradition": "greek" + } +}, +{ + "model": "calendarium.day", + "pk": 899, + "fields": { + "pdist": 999, + "month": 12, + "day": 20, + "title": "", + "subtitle": "", + "feast_name": "", + "feast_level": 0, + "service": 0, + "service_note": "", "story": null, "fast": 5, "fast_exception": 0, diff --git a/fixtures/commemorations.json b/fixtures/commemorations.json index 2145773..2f5f6db 100644 --- a/fixtures/commemorations.json +++ b/fixtures/commemorations.json @@ -13287,6 +13287,94 @@ "full_name": null } }, +{ + "model": "commemorations.saint", + "pk": 7095, + "fields": { + "name": "St Theodosius, Archbishop of Chernigov (1896)", + "full_name": "St Theodosius, Archbishop of Chernigov (1896)" + } +}, +{ + "model": "commemorations.saint", + "pk": 7096, + "fields": { + "name": "Holy Royal Martyrs of Russia", + "full_name": "Holy Royal Martyrs of Russia" + } +}, +{ + "model": "commemorations.saint", + "pk": 7097, + "fields": { + "name": "Juvenaly and Peter the Aleut, New Martyrs of Alaska", + "full_name": "Juvenaly and Peter the Aleut, New Martyrs of Alaska" + } +}, +{ + "model": "commemorations.saint", + "pk": 7098, + "fields": { + "name": "St Innocent, Metropolitan of Moscow (1879)", + "full_name": "St Innocent, Metropolitan of Moscow (1879)" + } +}, +{ + "model": "commemorations.saint", + "pk": 7099, + "fields": { + "name": "St Tikhon, Patriarch of Moscow (1925)", + "full_name": "St Tikhon, Patriarch of Moscow (1925)" + } +}, +{ + "model": "commemorations.saint", + "pk": 7100, + "fields": { + "name": "Hieromartyr John Kochurov (1917)", + "full_name": "Hieromartyr John Kochurov (1917)" + } +}, +{ + "model": "commemorations.saint", + "pk": 7101, + "fields": { + "name": "Hieromartyr Alexander Hotovitzky (1937)", + "full_name": "Hieromartyr Alexander Hotovitzky (1937)" + } +}, +{ + "model": "commemorations.saint", + "pk": 7102, + "fields": { + "name": "St Theodore Tyro (the Recruit)", + "full_name": "St Theodore Tyro (the Recruit)" + } +}, +{ + "model": "commemorations.saint", + "pk": 7103, + "fields": { + "name": "St Gregory Palamas, Archbishop of Thessalonica", + "full_name": "St Gregory Palamas, Archbishop of Thessalonica" + } +}, +{ + "model": "commemorations.saint", + "pk": 7104, + "fields": { + "name": "St John Climacus, Author of The Ladder", + "full_name": "St John Climacus, Author of The Ladder" + } +}, +{ + "model": "commemorations.saint", + "pk": 7105, + "fields": { + "name": "St Mary of Egypt", + "full_name": "St Mary of Egypt" + } +}, { "model": "commemorations.daycommemoration", "pk": 5209, @@ -19763,7 +19851,7 @@ "high_rank": true, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -19811,7 +19899,7 @@ "high_rank": true, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -20067,7 +20155,7 @@ "high_rank": false, "new_style": true, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "slavic" } }, @@ -20243,7 +20331,7 @@ "high_rank": true, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -20259,7 +20347,7 @@ "high_rank": true, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -20403,7 +20491,7 @@ "high_rank": false, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -20435,7 +20523,7 @@ "high_rank": false, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -20547,7 +20635,7 @@ "high_rank": true, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -20691,7 +20779,7 @@ "high_rank": true, "new_style": false, "day_native": true, - "ordering": -1, + "ordering": 0, "tradition": "common" } }, @@ -23043,7 +23131,7 @@ "high_rank": false, "new_style": false, "day_native": false, - "ordering": 3, + "ordering": -1, "tradition": "common" } }, @@ -25459,7 +25547,7 @@ "high_rank": false, "new_style": true, "day_native": false, - "ordering": 2, + "ordering": 0, "tradition": "common" } }, @@ -40646,5 +40734,197 @@ "ordering": 5, "tradition": "greek" } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7231, + "fields": { + "day": 471, + "saint": 7095, + "title": "Repose of St Theodosius, Archbishop of Chernigov (1896)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7232, + "fields": { + "day": 634, + "saint": 7096, + "title": "Holy Royal Martyrs of Russia (Tsar Nicholas II and His Family) (1918)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7233, + "fields": { + "day": 703, + "saint": 7097, + "title": "Holy New Martyrs Juvenaly and Peter the Aleut of Alaska (1796, 1815)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7234, + "fields": { + "day": 715, + "saint": 7098, + "title": "Repose of St Innocent, Enlightener of Alaska and Siberia, Metropolitan of Moscow (1879)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "slavic" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7235, + "fields": { + "day": 718, + "saint": 7099, + "title": "Repose of St Tikhon, Patriarch of Moscow and All Russia, Confessor (1925)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "slavic" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7236, + "fields": { + "day": 740, + "saint": 7100, + "title": "Hieromartyr John Kochurov, Protopresbyter of Chicago and Tsarskoye Selo (1917)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "slavic" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7237, + "fields": { + "day": 774, + "saint": 7101, + "title": "Hieromartyr Alexander Hotovitzky, Missionary to America (1937)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7238, + "fields": { + "day": 35, + "saint": 7102, + "title": "St Theodore Tyro (the Recruit), Great-martyr", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7239, + "fields": { + "day": 43, + "saint": 7103, + "title": "St Gregory Palamas, Archbishop of Thessalonica", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7240, + "fields": { + "day": 57, + "saint": 7104, + "title": "St John Climacus, Abbot of Sinai, Author of The Ladder of Divine Ascent", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7241, + "fields": { + "day": 64, + "saint": 7105, + "title": "St Mary of Egypt", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "common" + } +}, +{ + "model": "commemorations.daycommemoration", + "pk": 7242, + "fields": { + "day": 876, + "saint": 5593, + "title": "St Raphael, Bishop of Brooklyn (1915)", + "story": null, + "rank": 0, + "high_rank": false, + "new_style": false, + "day_native": false, + "ordering": 0, + "tradition": "greek" + } } ]