Skip to content

Releases: evt-project/evt-builder

v1.3.1

10 Nov 21:27
7f38d90
Compare
Choose a tag to compare
  • Add support for separate lists with different @type
  • Add config to disable the use of <head> from <list*> as label
  • Add support for lists of families
  • Add selector for families and gens
  • Fix #26
  • Fix #27
  • Fix #28

v1.3

20 Dec 14:06
Compare
Choose a tag to compare
  • Warning: the configuration file has undergone numerous transformations, thus we suggest you to recreate your own using the one provided in this release. *
  • Added support for Chronological index for multiple <text>s edition. Information about date must be encoded in the <front> in a <date> element in a <docDate>; 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.
    • To enable translation you will have to set to true() the $translation parameter in the configuration file.
    • 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.
  • 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!

v1.2

20 Dec 13:58
Compare
Choose a tag to compare
  • Added support for integrations and editorial additions encoded with <supplied>, with particular attention to omissions (@reason="omitted") and illegible text (@reason="illegible");
  • Added support for columns breaks (<cb>) and tables (<table>);
  • Added support for <note>s that are not inline and are referenced in the text one or more times with the element <ptr/>;
  • Added support for <ref>s whose @target attribute refers to a web page;
  • Many bugs fixed!

v1.1.1

20 Dec 13:57
Compare
Choose a tag to compare
  • Please note that for the first there is an incompatibility with regard to a previous version of EVT: read carefully the first item, and check the manual!
  • Changed the starting point of the transformation which is now based on <text> (also when using a <group> element): this is the most important difference compared to previous versions, in fact note that the old method based on
    does not work anymore, so please make sure to read the updated manual on this point;
  • Added support for image formats other than JPEG;
  • Added German language support thanks to Christian Schuster from [Transylvania Digital Humanities Centre] (http://centre.ubbcluj.ro/digihubb/) who actually translated the English localization file;
  • Added support for list of organizations (<listOrg>) and named entities <org>s;
  • Added a template to rend italicized <title>s in <note>s;
  • Added files for custom XSLT templates (evt_builder-custom-templates.xsl) and CSS rules (evt_builder-custom-styles.css), check section 3 of the manual;
  • Added a distinction between critical <note>s and comment <note>s;
  • Added initial support for original content encoded into a <front>;
  • Many bug fixed!

v1.1

20 Dec 13:50
Compare
Choose a tag to compare
  • Fundamental change to the starting point of the transformation in order to handle both single and multiple documents based on <text>s (collected in a <group> in the latter case).
  • Added German language support (thanks to Christian Schuster from Transylvania Digital Humanities Centre (DigiHUBB) who did the translation).
  • Added template to rend italic <title>s in <note>s
  • Added files for custom templates and CSS rules
  • Added distinction between critical <note>s and comment <note>s
  • Renamed evt_builder-miscellaneous.xsl into evt_builder-general.xsl
  • Added initial support for original content encoded into a <front>
  • General bug fixing

v1.0

20 Dec 13:45
Compare
Choose a tag to compare
  • Add support for named entities
  • Add support for <listPlace> and <listPerson> elements
  • Add support for diplomatic documents (regesto)
  • Add search engine
  • Add text tools
  • Add multi-language support for the UI
  • Add support for manuscript and project information
  • Lots of bugs fixed!