API service for Cadmus FeBo (Federalism and Border Management in Greek Antiquity).
🐋 Quick Docker image build (you need to have a buildx container):
Before creating Docker images, ensure you have a buildx builder instance running that supports multi-arch:
docker buildx create --use --name multi-arch-builder || docker buildx use multi-arch-builder
docker buildx inspect --bootstrapBuild:
docker buildx build --platform linux/amd64,linux/arm64 -t vedph2020/cadmus-febo-api:4.0.3 -t vedph2020/cadmus-febo-api:latest --push .(replace with the current version).
This is a Cadmus API layer customized for the PRJ project. Most of its code is derived from shared Cadmus libraries.
| inscription | passage | conflict | actor | |
|---|---|---|---|---|
| categories | ins-fn topic | topic | topic | actor |
| comment | X | |||
| date | document episode | document episode | X | |
| keywords | X | X | X | X |
| links | X | X | X | X |
| metadata | X | X | X | X |
| names | X | |||
| note | X trans | X trans | X | X |
| references | X | X | X | X |
| scripts (EPI) | X | |||
| support (EPI) | X | |||
| text | X | X | ||
| apparatus= | X | X |
- 2026-07-03: updated packages.
- 2026-06-17: updated packages.
- 2026-05-16: updated packages and removed MongoDB logging.
- 2026-03-30: removed names from actor facet.
- 2026-03-27: added comment to conflict facet.
- 2026-03-27:
⚠️ refactored profiles. - 2026-03-22:
- updated packages.
- added profile settings for facet editor.
- 2026-02-20: updated packages.
- 2026-02-17: updated packages.
- 2026-01-25:
- profile: removed categories:topic from
inscriptionandpassagefacet. - profile: updated
categories_topicthesaurus.
- profile: removed categories:topic from
- 2026-01-20: updated packages.
- 2025-11-24:
⚠️ upgraded to NET 10. - 2025-11-14: profile:
- changed some thesauri.
- removed bibliography (
DocReferenceswill be used instead) and orthography layer.
- 2025-11-05:
- updated packages.
- Docker image.
- 2025-11-02:
- updated packages.
- added orthography thesauri.
- 2025-10-06:
- updated packages.
- added links to facets.
- thesauri changes.
- 2025-09-23: updated packages.
- 2025-06-03: updated packages.
- 2025-05-09:
⚠️ updated packages (epigraphic models).- updated preview profile.
- updated profile.
- 2025-02-19: added
.AddApplicationPart(typeof(ThesaurusImportController).Assembly).
- 2025-02-18: updated packages.
- 2025-01-28: updated packages.
- 2025-01-23: updated packages.
- 2025-01-19: updated packages.
- 2025-01-01: updated packages.
- 2024-12-23: updated packages.
- 2024-12-21: updated packages.
- 2024-12-16: updated packages.
- 2024-12-03: updated packages.
- 2024-11-30: updated packages.
- 2024-11-29: updated packages.
- 2024-11-23:
⚠️ upgraded to .NET 9. - 2024-09-30: updated packages.
- 2024-07-24: updated packages.
- 2024-07-19: updated packages.
- 2024-07-15: updated packages.
- 2024-07-08: updated packages.
- 2024-06-30: updated packages.
- 2024-06-24:
- updated packages.
- added epigraphic parts for fragments and signs.
- 2024-06-22: replaced historical datation part with chronotopes in inscription facet.
- 2024-06-09: updated packages.
- 2024-05-23: updated packages.
- 2024-05-11: added proxy.
- 2024-05-02: updated packages.
- 2024-04-11: updated packages.
- initial release.