module DivinumOfficium

Defined in:

lib/do.cr

Constant Summary

HORAS = ["Omnes", "Matutinum", "Laudes", "Prima", "Tertia", "Sexta", "Nona", "Vesperae", "Completorium"] of ::String

r!grep -A 1 "[horas]" /home/m/w/bre/divinum-officium/web/www/horas/horas.dialog | tail -1 | tr " " "+" | tr "," " "

LANGUAGES = ["Latin", "Dansk", "Deutsch", "English", "Espanol", "Francais", "Italiano", "Magyar", "Polski", "Portugues", "Latin-Bea", "Polski-Newer"] of ::String

r!grep -A 1 "[languages]" /home/m/w/bre/divinum-officium/web/www/horas/horas.dialog | tail -1 | tr "," " "

RUBRICS = ["Tridentine+1570", "Tridentine+1910", "Divino+Afflatu", "Reduced+1955", "Rubrics+1960", "1960+Newcalendar", "Monastic", "Ordo+Praedicatorum"] of ::String

r!grep -A 1 "[versions]" /home/m/w/bre/divinum-officium/web/www/horas/horas.dialog | tail -1 | tr " " "+" | tr "," " "

VOTIVES = ["none", "Dedicatio", "Defunctorum", "ParvumBMV"] of ::String

r!grep -A 1 "[votives]" /home/m/w/bre/divinum-officium/web/www/horas/horas.dialog | tail -1 | tr " " "+" | tr "," " "

Class Method Summary

Class Method Detail

def self.download_expands #

[View source]
def self.download_horas #

[View source]
def self.get_horas(date) #

[View source]
def self.get_popup(item) #

[View source]