Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.41 KB

Edirom Source Manager (edirom-SoMa)

Der Zellkörper oder das Soma ist der formgebende Rumpf einer Zelle ohne ihre Zellfortsätze […].
Zellkörper, DocCheck Flexikon (List of Authors, licensed under CC BY-NC-SA 3.0 Unported, accessed 2017-03-20)

eXist-db application-package for managing MEI files for Edirom Online. Supports template-based creation, deletion, and editing via eXide.

Version 0.1 alpha

  • add files
  • delete files
  • open files in eXide for editing

Setup / Miscellaneous

  • expects collection for generated and listed MEI files in eXist-db at: /db/edirom_data

this may be changed in the following files

  • for file creation:

  • modules/edirom_createSource.xql Line 50 declare variable $sourceCollectionPath := 'xmldb:exist:///db/edirom_data/';

  • for file list:

  • modules/edirom_getFileList.xql Line 98 local:ls('xmldb:exist:///db/edirom_data')

  • for file deletion in:

  • edirom_deleteItem.xql Line 38 declare variable $collection := "xmldb:exist:///db/edirom_data";

License

This package is available under the terms of GNU GPL-3 License a copy of the license can be found in the repository gpl-3.0.txt.