This tool takes the O&A database files and converts them to .epub files. These files can be loaded on computers or tablets for access at events.
The ebook format is popular among heralds who were accustomed to working with the printed O&A (1970s–2000s) as they allow for the same basic use cases.
Connections
Imports: Retrieves the oanda.db and my.cat files from the O&A Website. Checks for new files every day and converts them if they’ve been updated.
Hosting: Runs on the personal home computer of Morsulus.
License: Open, Artistic License.
Team
College Staff: Morsulus Herald — currently Herveus d’Ormonde, transitioning to Mathghamhain Ua Ruadháin.
History
The title of Morsulus Herald is given to the lead maintainer of the database.
The Morsulus tools were built by:
Iulstan Sigewealding, 1992–1999
Herveus d’Ormonde, 2000–
Other contributors:
Mathghamhain Ua Ruadháin, 2019—
Future Work
Web-Based Indexer: The tool currently used for indexing armory runs under XWindows. As of early 2025, Mathghamhain is working on building a web-based replacement for that tool.
The College’s website at heraldry.sca.org is the official reference point for both outsiders and members of the college.
Content
The content on the site can be divided into a couple of sections based on the pattern of updates and the people who contribute to it:
General Info: Home page, About Us, KWHSS information.
Rules: Admin Handbook, SENA, Glossary, etc. Generally maintained by Palimpsest. Files sent to Codex for posting.
Articles: Directory of links to locally-hosted and off-site resources. Usually approved by Clarion or directly by the Sovereigns. Files sent to Codex for posting.
Letters: LoARs, Precedents, LoAR search. LoARs are posted directly by Morsulus.
Technology
Code: The site uses simple PHP templating code to wrap a common header, footer, and stylesheet around all of the pages on the site.
Databases: There are no relational databases, but several types of information are stored as YAML files which are read and converted to HTML displays by PHP code embedded in certain pages.
Revision Control: All code and content are stored in Git. The repository is hosted at GitHub. Access is limited.