home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 969 / HOL / CIWE.HOL < prev    next >
Encoding:
Text File  |  1996-12-25  |  3.8 KB  |  100 lines

  1. ! Church in Wales Holy Days - English - by the Revd Ian Day
  2.  
  3. ! The files Ciw?.hol are the data files for adding Christian festivals and
  4. ! seasons to a Psion Agenda file.   They are based on the lectionary of
  5. ! The Church In Wales with the exception of the feast of the Confession of
  6. ! Peter which has been added because this feast together with the
  7. ! Conversion of Paul provide the start and finish dates for the Week of
  8. ! Prayer for Christian Unity in the UK.
  9.  
  10. ! Whilest I have tried to check thoroughly the accuracy of both spelling
  11. ! and dating I would value receiving information concerning any
  12. ! inaccuracies or misspellings.
  13.  
  14. ! Ian Day
  15. ! Parish of Mold, Church in Wales, UK
  16. ! friday@mcmail.com
  17.  
  18. year_symbol = "F";
  19. style = bold,italic;
  20. {"Easter Day" = easter; alias = p; }
  21. "Ash Wednesday" = p - 46;
  22. "Palm Sunday: Sixth Sunday in Lent" = p - 7;
  23. "Passion Sunday: Fifth Sunday in Lent" = p - 14;
  24. "Fourth Sunday in Lent: Mothering Sunday" = p - 21;
  25. "Third Sunday in Lent" = p - 28;
  26. "Second Sunday in Lent" = p - 35;
  27. "First Sunday in Lent" = p - 42;
  28. "Quinquagesima" = p - 49;
  29. "Sexagesima" = p - 56;
  30. "Septuagesima" = p - 63;
  31. "Monday in Holy Week" = p - 6;
  32. "Tuesday in Holy Week" = p - 5;
  33. "Wednesday in Holy Week" = p - 4;
  34. "Maundy Thursday" = p - 3;
  35. "Good Friday" = p - 2 ;
  36. "Easter Eve" = p - 1;
  37. "Monday in Easter Week" = p + 1;
  38. "Tuesday in Easter Week" = p + 2;
  39. "Ascension Day"= p + 39;
  40. "First Sunday after Easter" = p+7;
  41. "Second Sunday after Easter" = p + 14;
  42. "Third Sunday after Easter" = p + 21;
  43. "Fourth Sunday after Easter" = p + 28;
  44. "Fifth Sunday after Easter, Rogation Sunday" = p + 35;
  45. "Sunday after Ascension Day: Sixth Sunday after Easter" = p + 42;
  46. "Pentecost: Whitsunday" = p+49;
  47. "Monday after Pentecost" = p+50;
  48. "Tuesday after Pentecost" = p+51;
  49. "Trinity Sunday: Sunday after Pentecost" = p + 56;
  50. "Remembrance Sunday" = float(11, 0, 2);
  51.  
  52. {"First Sunday of Advent" = float(12, 0, -1, 3);
  53.     alias = a;}
  54. "Second Sunday of Advent" = a + 7;
  55. "Third Sunday of Advent"= a + 14;
  56. "Fourth Sunday of Advent" = a+21;
  57. "Christmas Eve" = fix(12, 24); 
  58. "Nativity of Our Lord: Christmas Day" = fix(12, 25); 
  59. "New Year's Eve" = fix(12,31);
  60. "New Year's Day" = fix(1,1);
  61. "The Naming of Jesus" = fix(1, 1);
  62. "The Epiphany of Our Lord" = fix(1, 6);
  63. "The Confession of Peter" = fix(1,18);
  64. "Week of Prayer for Christian Unity Begins" = fix(1,18);
  65. "Week of Prayer for Christian Unity" = fix(1,19);
  66. "Week of Prayer for Christian Unity" = fix(1,20);
  67. "Week of Prayer for Christian Unity" = fix(1,21);
  68. "Week of Prayer for Christian Unity" = fix(1,22);
  69. "Week of Prayer for Christian Unity" = fix(1,23);
  70. "Week of Prayer for Christian Unity" = fix(1,24);
  71. "Week of Prayer for Christian Unity" = fix(1,25);
  72. "The Conversion of Paul, Apostle" = fix(1,25);
  73. "The Presentation of Christ in the Temple, Candlemass" = fix(2,2);
  74. "Matthias, Apostle" = fix(2,24);
  75. "David, Bishop, Patron Saint of Wales" = fix(3, 1);
  76. "The Annunciation to the Blessed Virgin Mary: Lady Day" = fix(3,25);
  77. "Mark, Evangelist" = fix(4,25);
  78. "Philip and James, Apostles" = fix(5,1);
  79. "Barnabas, Apostle" = fix(6,11);
  80. "The Nativity of John the Baptist" = fix(6,24);
  81. "Peter, Apostle" = fix(6,29);
  82. "Mary Magdalene" = fix(7,22);
  83. "James, Apostle" = fix(7,25);
  84. "The Transfiguration of Our Lord" = fix(8,6);
  85. "The Blessed Virgin Mary, Mother of Our Lord Jesus Christ" = fix(8,15);
  86. "Bartholomew, Apostle" = fix(8,24);
  87. "Matthew, Apostle and Evangelist" = fix(9,21);
  88. "Michael and All Angels: Michaelmas" = fix(9,29);
  89. "Luke, Evangelist" = fix(10,18);
  90. "Simon and Jude, Apostles" = fix(10,28);
  91. "All Saints" = fix(11,1);
  92. "The Commemoration of All Souls" = fix(11,2);
  93. "The Saints of Wales" = fix(11,8);
  94. "Thomas, Apostle" = fix(12,21);
  95. "Andrew, Apostle, Patron Saint of Scotland" = fix(11,30);
  96. "Stephen, the First Martyr" = fix(12,26);
  97. "John, Apostle and Evangelist" = fix(12,27);
  98. "The Innocents' Day" = fix(12,28);
  99.  
  100.