diff --git a/data/configs/linz_statut.toml b/data/configs/linz_statut.toml new file mode 100644 index 0000000..b5fe86b --- /dev/null +++ b/data/configs/linz_statut.toml @@ -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 = [ + "
" +] +move_para_headers_into_content = true + +[[parser.replace_rules]] +find = "§ 1" # Should be at the same level as the other "Theil"e +replace_with = "§ 1" +