Feature #1565
Mis à jour par Severine Gedzelman il y a presque 9 ans
see: https://groupes.renater.fr/wiki/txm-users/public/bhe_specs_encodage_export
* UI to choose file name for exportation
* Prepare export files to be contained in a zip file (alike the TXM binary corpus file)
* Modify "file" menu to contain one submenu « Export » with 4 options (submenu) :
** Submenu 1 : Corpus au format binaire/Corpus in a binary format...
** Submenu 2 : Annotations au format XML-TEI/Annotations in XML-TEI...
** Submenu 3 : Annotations Analec au format XML-Analec (TEI)/Analec Annotations in XML...
** Submenu 4 : Annotations Analec au format Glozz/Analec Annotations in Glozz...
* Check if we need to save again the annotations before export
* Modify the TEI annotations file
** name becomes "..._..._annotations" instead of "..._..._stand-off"
** <teiHeader>, should include
*** <publicationStmt> with a real info
*** <sourceDesc><p> with a more generic description
*** a section to encode author, creator of the annotations, maybe in "a <encodingDesc> declaration":http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-encodingDesc.html.
<code>
<encodingDesc>
<projectDesc>
<p>Annotations created by CREATOR, for the use in Symogih XML platform</p>
</projectDesc>
</encodingDesc>
</code>
* UI to choose file name for exportation
* Prepare export files to be contained in a zip file (alike the TXM binary corpus file)
* Modify "file" menu to contain one submenu « Export » with 4 options (submenu) :
** Submenu 1 : Corpus au format binaire/Corpus in a binary format...
** Submenu 2 : Annotations au format XML-TEI/Annotations in XML-TEI...
** Submenu 3 : Annotations Analec au format XML-Analec (TEI)/Analec Annotations in XML...
** Submenu 4 : Annotations Analec au format Glozz/Analec Annotations in Glozz...
* Check if we need to save again the annotations before export
* Modify the TEI annotations file
** name becomes "..._..._annotations" instead of "..._..._stand-off"
** <teiHeader>, should include
*** <publicationStmt> with a real info
*** <sourceDesc><p> with a more generic description
*** a section to encode author, creator of the annotations, maybe in "a <encodingDesc> declaration":http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-encodingDesc.html.
<code>
<encodingDesc>
<projectDesc>
<p>Annotations created by CREATOR, for the use in Symogih XML platform</p>
</projectDesc>
</encodingDesc>
</code>