Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
An overview of the components of the Métopes addon.
# css
Mostly css files for styling the editor, also icons
And a file called `affiliation.xml`. What is it good for?
# customize.xxe_gui
File that contains the menu subentries of "File/Import styled file"
<property name="filters" type="String" value="ue(label='Chapter or article TEI' path='metopes_tei/xsl/ue.xsl',multiple='true');book(label='Volume TEI' path='metopes_tei/xsl/vol.xsl')"/>
# documentation
Contains the link to the XSD used and also the documentation of the
TEI schema, as a PDF, probably generated from an ODD
# metopes_tei.xxe_addon
A file that initializes the addon and contains some administrative information.
# translations
Contains translation files for some languages for the user interface
# xsl
Contains XSL scripts
- ue.xsl :: oototei (P5)
- ue_biblio.xsl :: bibliography
- ue_figures.xsl :: figures
- ue_front.xsl :: header
- ue_maths.xsl :: formulas
- ue_recension.xsl :: recension?
- vol.xsl :: structure of TEI publication
# xxe
Contains `.incl` files which extend the user interface of xml mind. In the xxe files, commands and macros can be configured.
Also, macros that use built-in XMLmind commands can be defined.
Subfolders can contain icons (`affichage/icons`), or xsl (`xsl`).
The main file is `tei.xxe`
## cairn
Configuration XMLMind pour environnement TEI, Export Pour cairn.info
## common
Common functions (?)
## container
Configuration XMLMind pour environnement TEI, Container
## core
Configuration XMLMind pour environnement TEI, Core
## edit
Configuration XMLMind pour environnement TEI, Toindesignxml
## eoa
Confguration for EOA stuff
## epub
## html
## html5
Configuration XMLMind pour environnement TEI, Export HTML5
## jats
Configuration XMLMind pour environnement TEI, JATS
## link
Linking to external resources like orcid and fundref
## medici
Bibliographic tools?
## notes
Tools for editing notes?
## onix
Export ONIX metadata
## openedition
Configuration XMLMind pour environnement TEI, export Open Edition (UE, CR, revues, books)
## recensions
## rectifIndex
Adjust index terms
## remaining
Remaining?
## retroconversion
Tools for retroconversion
## templates
`volume.xml` contains an exemplary TEI header
## typo
Configuration XMLMind pour environnement TEI, Typo - Regex
Some rules for Arabic text.
## ui
Provides buttons and commands for the addon.
`icons` contains icons for the GUI.
## writing
Configuration XMLMind pour environnement TEI, Writing
Standard text editing commands?
## xhtml
Export to XHTML
## xsd
Collection of XSD schema files