README.md (800B)
1 # The GNU Taler Protocol 2 3 This is the working area for the [Living Standards Document](https://www.gnunet.org/en/livingstandards.html) 0009, 4 "The GNU Taler Protocol". 5 6 * [Source repository](https://git.taler.net/lsd0009.git/) 7 * [Rendered version](https://lsd.gnunet.org/lsd0009/) 8 9 ## Tooling 10 11 Text, HTML and the intermediate XML version of the draft are built from the [markdown file](./draft-guetschow-taler-protocol.md) using `make`. 12 13 ```sh 14 $ make 15 ``` 16 17 This requires that you have the necessary software installed: 18 - GNU make 19 - [kramdown-rfc](https://github.com/cabo/kramdown-rfc) 20 - [xml2rfc](https://github.com/ietf-tools/xml2rfc) 21 22 To alleviate the CI from the `kramdown-rfc` dependency, the [generated xml file](./draft-guetschow-taler-protocol.xml) 23 needs to be checked in to git before pushing.