OmekaS is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata.
See OmekaS Developer Documentation, OmekaS user manual, and UMFA user documentation for more information.
Themes must be manually added to the themes folder of the installation, using an FTP program or an ssh connection.
To add this theme to the site using FTP
- Download the zipped theme to your computer.
- Open your FTP client, log on to the server that houses the Omeka S install and navigate to the /themes folder (this should be located in the main folder of the install).
- Upload the zipped theme to the /themes folder
- Unzip the module
The UMFA theme uses a licensed copy of the Univers font. All hosted Univers webfont files and license scripts/keys have been removed from the public repository.
This theme uses custom styles found in umfa-default.css
, absolute-topNav.css
, item-meta-layout-condensed.css
, left-header.css
, from asset/css/
- Modify desired theme style file from
asset/css/
- Add your own custom stylesheets by appendStylesheet in the main
layout.phtml
fromview/layout/
and create a new css file inasset/css/
The UMFA Theme uses the following libraries:
Omeka uses the following libraries, among others:
Omeka development adheres to the Zend Framework 2 Coding Standards and uses the git-flow branching model.