Skip to content

Commit

Permalink
v0.8.9 preparation (refs #7, #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed Nov 17, 2021
1 parent cee4b54 commit 9ef3203
Show file tree
Hide file tree
Showing 7 changed files with 290 additions and 269 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hxltm-normae_documentum_hxltm-etica-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ jobs:
# gem 'asciidoctor'
# gem 'asciidoctor-pdf'
# gem 'asciidoctor-epub3'
# gem 'rouge'

# bundle exec asciidoctor-pdf --attribute allow-uri-read=1 docs/eng-Latn/index.adoc
# bundle exec asciidoctor-epub --attribute allow-uri-read=1 docs/eng-Latn/index.adoc

# bundle exec asciidoctor-pdf -v --attribute allow-uri-read=1 docs/eng-Latn/draft-eng-Latn.adoc
# bundle exec asciidoctor-pdf -v --attribute allow-uri-read=1 --attribute source-highlighter=rouge docs/eng-Latn/draft-eng-Latn.adoc
# bundle exec asciidoctor-pdf -v --attribute allow-uri-read=1 docs/eng-Latn/index.ado
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- `ontologia/0.77.995.yml` added (but not implemented)
- `ontologia/cor.hxltm.215.json` and added `ontologia/0.77.995.json`
- TODO

## [v0.8.9] - 2020-11-17
### Added
- #8 Official releases now will include PDF documentation
- #7 `ontologia/0.77.995.yml` added (but not implemented)
- #7 `ontologia/cor.hxltm.215.json` and added `ontologia/0.77.995.json`

### Changed
- `ontologia/cor.hxltm.215.yml` can be use instead of `ontologia/cor.hxltm.yml` (refs #7)
- Environment variable `HXLM_CONFIG_BASE` renamed to `HXLTM_DORMUM`
- Environment variable `HXLTM_TESTUM_BASIM_DEFALLO` renamed to `HXLTM_TESTUM`
- #7 `ontologia/cor.hxltm.215.yml` can be use instead of `ontologia/cor.hxltm.yml` (refs #7)
- #7 Environment variable `HXLM_CONFIG_BASE` renamed to `HXLTM_DORMUM`
- #7 Environment variable `HXLTM_TESTUM_BASIM_DEFALLO` renamed to `HXLTM_TESTUM`

## [v0.8.9-rc.2] - 2020-11-14

Expand Down
12 changes: 6 additions & 6 deletions bin/hxltmcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# COMPANY: EticaAI
# LICENSE: Public Domain dedication OR Zero-Clause BSD
# SPDX-License-Identifier: Unlicense OR 0BSD
# VERSION: v0.9.0-rc.1
# VERSION: v0.8.9
# CREATED: 2021-06-27 19:50 UTC v0.5, de github.com/EticaAI
# /HXL-Data-Science-file-formats/blob/main/bin/hxl2example
# REVISION: 2021-06-27 21:16 UTC v0.6 de hxl2tab
Expand All @@ -64,7 +64,7 @@
# 2021-10-15 17:08 UTC v0.8.7 MVP of --objectivum-formulam
# 2021-10-15 17:08 UTC v0.8.8 --objectivum-formulam, allow
# save result to file (was working for stdout)
# -------------------- v0.9.0 To be released
# 2021-11-17 02:37 UTC v0.8.9 Use cor.hxltm.215.yml
# ==============================================================================
"""hxltmcli.py: Humanitarian Exchange Language Trānslātiōnem Memoriam CLI
Expand Down Expand Up @@ -248,7 +248,7 @@
from liquid.context import Context as LiquidContext
# from liquid.token import TOKEN_EXPRESSION as LIQUID_TOKEN_EXPRESSION

__VERSION__ = "v0.9.0-rc.1"
__VERSION__ = "v0.8.9"

# _[eng-Latn]
# Note: If you are doing a fork and making it public, please customize
Expand All @@ -263,9 +263,9 @@
# - voluntārium, https://en.wiktionary.org/wiki/voluntarius#Latin

__DESCRIPTIONEM_BREVE__ = """
_[eng-Latn] hxltmcli {0} is an implementation of HXLTM tagging conventions
on HXL to manage and export tabular data to popular translation memories
and glossaries file formats with non-close standards.
_[eng-Latn] hxltmcli {0} is an example of implementation of the
Multilingual Terminology in Humanitarian Language Exchange (HXLTM).
For XML processing, use hxltmdexml.
[eng-Latn]_"
""".format(__VERSION__)

Expand Down
14 changes: 8 additions & 6 deletions bin/hxltmdexml.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@
# COMPANY: EticaAI
# LICENSE: Public Domain dedication OR Zero-Clause BSD
# SPDX-License-Identifier: Unlicense OR 0BSD
# VERSION: v0.9.0-rc.1
# VERSION: v0.8.9
# CREATED: 2021-07-24 00:04 UTC v0.1.0 de hxl2example
# REVISION: 2021-07-24 17:49 UTC v0.2.0 hxltmdexml at least read XML
# 2021-07-25 23:28 UTC v0.5.0 XLIFF 1.2 and XLIFF 2.1 (MVP)
# 2021-07-28 22:01 UTC v0.7.0 TBX-IATE (MVP), TMX (MVP)
# 2021-11-06 21:19 UTC v0.8.0 Fix cli importing; more stable
# -------------------- v0.9.0 To be released
# 2021-11-17 02:37 UTC v0.8.9 Use cor.hxltm.215.yml
# ==============================================================================
"""hxltmdexml.py: Humanitarian Exchange Language Trānslātiōnem Memoriam de XML
"""hxltmdexml.py: Multilingual Terminology in Humanitarian Language Exchange
(HXLTM) de XML
_[eng-Latn]
Expand Down Expand Up @@ -190,7 +191,7 @@
# pip3 install langcodes
# import langcodes

__VERSION__ = "v0.9.0-rc.1"
__VERSION__ = "v0.8.9"

# _[eng-Latn]
# Note: If you are doing a fork and making it public, please customize
Expand All @@ -206,8 +207,9 @@

__DESCRIPTIONEM_BREVE__ = """
_[eng-Latn]
hxltmdexml {0} is an (not feature-by-feature) conversor from some
XML formats to HXLTM tabular working file.
hxltmdexml {0} is an example of implementation of the
Multilingual Terminology in Humanitarian Language Exchange (HXLTM)
focused on convert XML files to the pivot format HXLTM.
[eng-Latn]_"
""".format(__VERSION__)

Expand Down
Loading

0 comments on commit 9ef3203

Please sign in to comment.