Publication of files conforming to the general template
Most files in eDITem will conform to a specialized template. In so far as their behaviour is specific, that behaviour will be described in the publication documentation for that template. General eDITem publication functionality is described here. To design a publication for a template, the general and the specific documentation will have to be consulted in tandem.
Metadata
Publication of document metadata is specific to the template and will not be described here.
Facsimiles
There should be a facsimile window that will display the page facsimiles. It should be possible to activate the correct page by clicking on a thumbnail of that page in the text representation. It should be possible to zoom in.
Text
In the following description, we describe the publication in terms of the behaviours defined in the TEI Processing Model (https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.html). As in the TEI Processing model, if there are multiple behaviours for an element, the first one where the condition matches is executed.
Behaviours extending TEI Processing model
First we describe additional behaviours:
para-with-number-and-uri
A paragraph, provided with a paragraph number and a uri (linked from the reference number) for citation purposes.
section-orig-reading
A section, provided with a switch where the user can choose between an original display (no corrections, no abbreviations, including deletions) and a display of the reading text. In the description below we refer to this switch as $sw-orig-reading
with the values orig
and reading
.
graphic-with-link
A graphic that is also a link
Association of elements and behaviours
add
becomes: inline
remark: if $sw-orig-reading=orig
, the content should be in green
orig
condition: $sw-orig-reading=orig
becomes:
del
condition: $sw-orig-reading=orig
becomes: inline
remark: in blue
del
becomes: omit
div
condition: immediately under body
and @type=original
becomes: section-orig-reading
div
becomes: section
head
becomes: heading
remark: the level of the heading should take into account the value of the type
attribute.
p
becomes: para-with-number-and-uri
remark: the number should be the sequence number of the p
and paragraph-like objects, such as opener
and closer
in the letter template.
question: or are we expecting this to be available in the n-attribute?
pb
becomes: graphic-with-link
remark: the graphic is a thumbnail of the graphic
element in the zone
or surface
that the pb
s facs
attribute points at. The link activates the facsimile component.