add TXM version full signature to corpus "description" property
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:
description: Built with the XTZ import module
This doesn’t allow to diagnoze some bug contexts.
Solution 1
Add TXM version full signature to corpus “description” property.
For example:
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
Solution 2
Use the “notes” line instead.
[SLH: why not “description”?]
Append the note
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>)
[SLH: other format suggestion:]
Built/Updated by TXM 0.8.3 (2023-11-07 09h15) with the "XML-TEI Zero + CSV" import module by <user name> on <os name>, <os version>, <os arch>
(from redmine: issue id 3512, created on 2023/11/24 by Serge Heiden)