Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • subugoe/ahiqar/backend
1 result
Select Git revision
Show changes
Commits on Source (2)
......@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.2.2.] - 2021-01-11
### Fixed
- semantic errors that lead to the application not being installed properly.
## [2.2.1] - 2020-11-16
## Changed
......
project.name=https://ahikar-test.sub.uni-goettingen.de/
project.version=2.2.0
project.version=2.2.2
project.title=TextAPI for Ahikar
project.abbrev=ahikar-test
project.processorversion=5.2.0
......
......@@ -84,7 +84,7 @@ return (sm:chown($path, "admin"), sm:chmod($path, "rwsrwxr-x"))),
"ahiqar_collection.xml",
"ahiqar_collection_meta.xml",
"ahiqar_tile.xml",
"ahiqar_tile_meta.xml")
"ahiqar_tile_meta.xml",
"kant_sample.xml")
return
......
......@@ -29,7 +29,7 @@ let $test-results :=
test:suite(util:list-functions("http://ahikar.sub.uni-goettingen.de/ns/tapi/html/tests")),
test:suite(util:list-functions("http://ahikar.sub.uni-goettingen.de/ns/tei2html-tests")),
test:suite(util:list-functions("http://ahikar.sub.uni-goettingen.de/ns/tei2html-textprocessing-tests")),
test:suite(util:list-functions("http://ahikar.sub.uni-goettingen.de/ns/tapi/images/tests"))
test:suite(util:list-functions("http://ahikar.sub.uni-goettingen.de/ns/tapi/images/tests")),
test:suite(util:list-functions("http://ahikar.sub.uni-goettingen.de/ns/tapi/txt/normalization/tests"))
)
......