Compare commits
1 Commits
main
...
linz-statu
Author | SHA1 | Date | |
---|---|---|---|
3ff90b8dbf |
26
data/configs/linz_statut.toml
Normal file
26
data/configs/linz_statut.toml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
[law]
|
||||||
|
id = 10000341
|
||||||
|
name = "Statut für die Landeshauptstadt Linz"
|
||||||
|
[law.typ]
|
||||||
|
Land = "OÖ"
|
||||||
|
|
||||||
|
[[law.classifiers]]
|
||||||
|
name = "Hauptstück"
|
||||||
|
is_root = true
|
||||||
|
match_function = "contains"
|
||||||
|
|
||||||
|
[[law.classifiers]]
|
||||||
|
name = "Abschnitt"
|
||||||
|
is_root = false
|
||||||
|
match_function = "contains"
|
||||||
|
|
||||||
|
[parser]
|
||||||
|
remove_strings = [
|
||||||
|
"<br />"
|
||||||
|
]
|
||||||
|
move_para_headers_into_content = true
|
||||||
|
|
||||||
|
[[parser.replace_rules]]
|
||||||
|
find = "§ 1" # Should be at the same level as the other "Theil"e
|
||||||
|
replace_with = "<gldsym>§ 1</gldsym>"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user