Skip to content

Commit

Permalink
Merge branch 'arkivverket:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tsodring authored Jun 28, 2024
2 parents 39acb0e + 8ad2684 commit ac7ef20
Show file tree
Hide file tree
Showing 10 changed files with 27,572 additions and 39,493 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
strategy:
matrix:
image: [
"debian:bullseye",
# "debian:bookworm",
"debian:bookworm",
# "debian:sid"
]
container:
Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ docbook/spesifikasjon-complete.xml: docbook
xmllint --xinclude --nonet docbook/spesifikasjon.xml > $@.new && mv $@.new $@

po/spesifikasjon.pot: docbook/spesifikasjon-complete.xml
po4a-gettextize \
-o attributes='href' \
-f docbook -m docbook/spesifikasjon-complete.xml > [email protected] && mv [email protected] $@
po4a --no-translations po4a.cfg

po/en.po po/nn.po: po/spesifikasjon.pot
po/%.po: po/spesifikasjon.pot
po4a --no-translations po4a.cfg

docbook/spesifikasjon-complete.%.xml: po/%.po docbook/spesifikasjon-complete.xml
Expand Down
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ Oversettelser

Teksten oversettes ved hjelp av
https://hosted.weblate.org/projects/noark/noark5/

Opphavsrettslig vern
--------------------

Denne spesifikasjonen faller inn under unntakene i åndsverkslovens §
9, og er ikke opphavsrettslig vernet.

Videredistribusjon og bruk i kildeformat (RST) og kompilert form (XML,
HTML, PDF, PostScript, RTF og så videre) er tillatt både med og uten
endringer.
Loading

0 comments on commit ac7ef20

Please sign in to comment.