GOARCH Online Chapel Parser

This plugin provides simple access to the XML daily data feed that is output by the Greek Orthodox Archdiocese of America website’s Online Chapel.

Author:Jacob Gorny (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.3.1
Plugin version:0.1.1
Added to WordPress repository:24-10-2015
Last updated:25-10-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.gornycreative.com/code/wordpress-p...
Total downloads:937
Active installs:10+
plugin download
Click to start download

This plugin is designed to provide simple access to the XML daily data feed that is generated by the Greek Orthodox Archdiocese of America website’s Online Chapel. Data made available through this plugin includes: lectionary title for the day, icon for the day, fasting rule for the day, scripture readings and commemorated saints and feasts for the day.

This plugin provides a widget and shortcodes that can be used in posts and pages.

When using the plugin widget to display information, you can choose your own static widget title, choose to use the lectionary title as the widget title, or leave both options blank for no widget title. You may then check any boxes you wish to display the information you want to show. It is possible to place multiple copies of this widget within different areas – if, for example, you’d like to put the daily icon and lectionary title in one place on your web page and the readings on another.

There is no performance penalty, as a cache for both the xml feed output and daily icon are saved and replaced as needed. Icon image files are saved locally for reuse, while the xml feed output is downloaded and saved once daily. These materials can be found in the /cache directory of the plugin.

Shortcodes are also included that allow you to display any data found in the widget in any order and at any location. Shortcodes include a class parameter should you wish to change the CSS for the element. The shortcodes supported are as follows:

  • [oc_lectionary_title] – displays the name of the day as presented in the lectionary.
  • [oc_fasting] – provides the fasting rule for the day.
  • [oc_icon] – displays icon as an img tag. Optional parameter: class.
  • [oc_readings] – displays hyperlinked readings with leaders in a div. Optional parameters: reading_type_class, reading_class.
  • [oc_saintfeasts] – displays hyperlinked daily feasts and saints in a div. Optional parameter: class.