docs(store): add STORE.yaml, MODULE.md/de + icon for the store
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m47s

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-19 02:54:51 +02:00
parent 3f6b08ab53
commit f4f75e14de
4 changed files with 74 additions and 0 deletions

21
MODULE.de.md Normal file
View file

@ -0,0 +1,21 @@
# text.akoma_normalize
Rechtsdokumente nach Akoma Ntoso normalisieren
## Was es tut
Normalisiert heterogene Rechtsquellen (gesetze-im-internet-XML, EUR-Lex-FORMEX, landesrecht-berlin-HTML) in eine strukturierte Akoma-Ntoso-1.0-Darstellung (OASIS LegalDocML).
## Verwendung
```yaml
steps:
- id: step
use: text.akoma_normalize@^0
with:
# Eingaben siehe module.yaml
```
## Lizenz
Apache-2.0 — Teil des Recl∆Im-Modulsets (Flemming.AI), auf Ch∆In.

21
MODULE.md Normal file
View file

@ -0,0 +1,21 @@
# text.akoma_normalize
Normalize legal documents to Akoma Ntoso
## What it does
Normalises heterogeneous legal sources (gesetze-im-internet XML, EUR-Lex FORMEX, landesrecht-berlin HTML) into a structured Akoma Ntoso 1.0 (OASIS LegalDocML) representation.
## How to use
```yaml
steps:
- id: step
use: text.akoma_normalize@^0
with:
# see inputs in module.yaml
```
## License
Apache-2.0 — part of the Recl∆Im module set (Flemming.AI), built on Ch∆In.

27
STORE.yaml Normal file
View file

@ -0,0 +1,27 @@
schema_version: 1
author:
name: "Flemming.AI"
email: chain@flemming.ai
url: https://flemming.ai
license: Apache-2.0
tagline:
en: "Normalize legal documents to Akoma Ntoso"
de: "Rechtsdokumente nach Akoma Ntoso normalisieren"
description:
en: "Normalises heterogeneous legal sources (gesetze-im-internet XML, EUR-Lex FORMEX, landesrecht-berlin HTML) into a structured Akoma Ntoso 1.0 (OASIS LegalDocML) representation."
de: "Normalisiert heterogene Rechtsquellen (gesetze-im-internet-XML, EUR-Lex-FORMEX, landesrecht-berlin-HTML) in eine strukturierte Akoma-Ntoso-1.0-Darstellung (OASIS LegalDocML)."
category: text-processing
tags: [legal, german, akoma-ntoso, offline-capable]
assets:
icon: assets/icon.svg
documentation:
long_description: MODULE.md
links:
repository: https://git.flemming.ai/chain-modules/text-akoma-normalize

5
assets/icon.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<rect width="64" height="64" rx="12" fill="#08090A"/>
<path d="M32 14 L52 50 L12 50 Z" fill="none" stroke="#E9E7E2" stroke-width="3" stroke-linejoin="miter"/>
<circle cx="32" cy="38" r="4" fill="#2E8F9E"/>
</svg>

After

Width:  |  Height:  |  Size: 303 B