Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erictapen/stgb
https://stgb.erictapen.name/
https://github.com/erictapen/stgb
Last synced: about 1 month ago
JSON representation
https://stgb.erictapen.name/
- Host: GitHub
- URL: https://github.com/erictapen/stgb
- Owner: erictapen
- Created: 2023-11-17T14:45:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T17:03:08.000Z (5 months ago)
- Last Synced: 2024-08-04T19:11:19.400Z (5 months ago)
- Language: Nix
- Size: 726 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StGB
An experiment to make the structure of a long document easier accessible.
![](preview.jpg)
## Build
The easiest way is to build it with Nix (with Flakes enabled):
```
$ nix build github:erictapen/stgb
```Alternatively clone the repository and build it by hand:
```
$ git clone [email protected]:bundestag/gesetze.git$ pandoc -t html gesetze/s/stgb/index.md | python3 stgb.py
```Instead of building, the resulting `stgb.html` and `stgb.json` could also be downloaded fromthe root of the webserver at `https://stgb.erictapen.name/`.