Skip to content

Customizing Edirom Online

Dennis Ried edited this page Oct 9, 2024 · 2 revisions

Customizing using the preferences

One of the easiest ways to customize Edirom-Online is using predefined preferences:

  • Changing the layout for annotations (3 are predefined)
    • <entry key="annotation_layout" value="EdiromOnline.view.window.annotationLayouts.AnnotationLayout1"/>
  • Switching the image server from digilib to openseadragon (IIIF)
    • <entry key="image_server" value="openseadragon"/>
  • Adding a custom CSS file
    • <entry key="additional_css_path" value="xmldb:exist:///db/apps/baudiData/editions/baudi-14-2b84beeb/edirom/css/style.css"/>
  • Defining a "welcome window"
    • <entry key="start_documents_uri" value="xmldb:exist:///db/apps/baudiData/editions/baudi-14-2b84beeb/edirom/introduction.xml"/>

… more to come …