#############################
#############################
- Added support for Chronological index for multiple s edition. Information about date must be encoded in the in a element in a ; the date value must be encoded with a @when attribute:
<front>
<!-- [...] -->
<docDate xml:id="CI_docDate">
<date when="1212-04-02">1212 aprile 2</date>
</docDate>
<!-- [...] -->
</front>
-
Added support for translations, see section 2.8 in the Manual.
- Translation(s) are available at document level, to sync translations with single pages you have to use a
<div>
in correspondance to each<pb/>
. - In the XML, the translation text(s) must be encoded in the
<back>
of the<text>
which it is referring to, in a<div type="translation">
element. NB: the value of@type
is mandatory, you can also use@xml:lang"
in case of translations in multiple languages.
- Translation(s) are available at document level, to sync translations with single pages you have to use a
-
Added support for prose/verse visualization for poetry. In order to activate it, set to
true()
the variable$prose_verses_toggler
in the configuration file. -
Added support for
<ref>
and<ptr>
inside HotSpots Pop-ups. -
Added support for Drama elements and for stage directions highlight.
-
Added support for
<editionStmt>
in header info. -
Added support for list of terms and glosses (experimental functionalities).
-
Added support for
<figDesc>
and<head>
in an image linked to a pointer. -
Added the possibility of grouping by type the phenomena and entities to be highlighted in the text (More information in the documentation).
-
Added the possibility to have a single navigation bar at the bottom of the page. To activate it, you just have to turn to
true()
the$bottom_navbar
variable in the configuration file. -
Added minimum support for Viscoll [https://github.com/leoba/VisColl]. To activate it, you have to turn to
true()
the$viscoll_button
variable in the configuration file and to indicate in$viscoll_info
the path to the file containing the Viscoll data model. -
Improved UI performances.
-
Added useful logs messages during first loading of the UI.
-
Added translation in czech (special thanks to Karel Pacovský for this translation).
-
Fixed bug concerning nude
<lb/>
elements, representing a real line break, not to be considered for image text linking feature. -
Fixed bug for latin terms in regesto.
-
Fixed bug for critical notes nested in
<p>
in regesto. -
Fixed bug for named entities without
<forename>
and<surname>
. -
Fixed bug concerning
<back>
text appearing in main text container. -
Fixed layout problem on list letters on small screen.
-
Fixed behaviour of welcome popup.
-
Many bugs fixed!
##############
##############
- With this release we provide three different examples. The first one is the one that has already been transformed. If you want to have a look at the other examples you have to rename the corresponding configuration file as "evt_builder-config.xsl" and perfom a new transformation of the XML source file, following the instructions contained in the documentation. (NB: remember to add a "_default" suffix to the current configuration file, in order to avoid losing the default configurations!).
XML file: input_data/text/DOTR.xml
Config file: config/evt_builder-config_DOTR.xsl
XML file: input_data/text/CodicePelavicino.xml
Config file: config/evt_builder-config_CP.xsl
XML file: input_data/text/Gherardi - Colombine avocat pour et contre.xml
Config file: config/evt_builder-config_GTI.xsl
XML file: input_data/text/ET_Examples.xml
Config file: config/evt_builder-config_ET_Examples.xsl