- A PDF document generated directly from the source via [pandoc](https://pandoc.org)(and additional processing - see [Makefile](/Makefile) for details).
- An HTML version generated directly from the source via the static website generator [Hugo](https://gohugo.io) - available online here: https://opendata.zitsh.de/leitfaden/
**The main content file is [leitfaden-opendata.md](leitfaden-opendata.md).**
## Building
You need a few prerequisites to build the _Open-Data-Leitfaden Schleswig-Holstein_.
...
...
@@ -18,12 +20,13 @@ On a *Ubuntu 20.04 LTS* system the following packages have to be installed:
sudo apt install make librsvg2-bin poppler-utils pandoc pdflatex hugo
```
On a *Alpine Linux edge* system the build environment can be prepared this way:
On a *Alpine Linux 3.18.4* system the build environment can be prepared this way:
```bash
apk add ruby texlive make librsvg hugo texmf-dist-fontsextra poppler-utils
@@ -48,9 +51,16 @@ The resulting HTML files can be found in the `public/` directory.
You can also run Hugo in _live mode_ and serve the content at http://localhost:1313/leitfaden/ by using the command `make serve-web`.
## Commons errors
```
File template/listings-setup.tex not found in resource path
```
## License
The text, all markdown sources and PDF artifacts of the _Open-Data-Leitfaden Schleswig-Holstien_ are published under [Creative Commons Namensnennung 4.0 International Lizenz](https://creativecommons.org/licenses/by/4.0/deed.de)(CC BY 4.0).
The text, all markdown sources and PDF artifacts of the _Open-Data-Leitfaden Schleswig-Holstein_ are published under [Creative Commons Namensnennung 4.0 International Lizenz](https://creativecommons.org/licenses/by/4.0/deed.de)(CC BY 4.0).
For the licenses to the images contained in the _Open-Data-Leitfaden Schleswig-Holstein_, please refer to the [Bildverzeichnis](https://berlinonline.github.io/open-data-handbuch/#bildverzeichnis).