Feature #3512

Mis à jour par Matthieu Decorde il y a presque 2 ans

Currently the "description" corpus property only provides information about which import module was used to build the corpus.

The property value is displayed in the Corpus Properties command result in the Parameters tab, at line "description".

For example:
<pre>
description: Built with the XTZ import module
</pre>

This doesn't allow to diagnoze some bug contexts.

h3. Solution 1



Add TXM version full signature to corpus "description" property.

For example:
<pre>
description: Built by the "XML-TEI Zero + CSV" import module with TXM 0.8.3 (2023-11-07 09h15) Linux, 5.15.0-88-generic, amd64
</pre>

h3. Solution 2

Use the "notes" line instead.

Append the note
<pre>
Built/Updated by TXM 0.8.3 (2023-11-07 09h15) with the "XML-TEI Zero + CSV" import module by <user name>(<os name>, <os version>, <os arch>)
</pre>

Retour