lsd0009

LSD0009: The GNU Taler Protocol
Log | Files | Refs | README

commit 20b38d07038c16e1d3d5fedb3cf8851e59d5a27a
parent f1c039566d980a155d14854e17f3b39eaa7847c1
Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
Date:   Mon, 11 Aug 2025 17:28:21 +0200

add README.md

Diffstat:
AREADME.md | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,23 @@ +# The GNU Taler Protocol + +This is the working area for the [Living Standards Document](https://www.gnunet.org/en/livingstandards.html) 0009, +"The GNU Taler Protocol". + +* [Source repository](https://git.taler.net/lsd0009.git/) +* [Rendered version](https://lsd.gnunet.org/lsd0009/) + +## Tooling + +Text, HTML and the intermediate XML version of the draft are built from the [markdown file](./draft-guetschow-taler-protocol.md) using `make`. + +```sh +$ make +``` + +This requires that you have the necessary software installed: +- GNU make +- [kramdown-rfc](https://github.com/cabo/kramdown-rfc) +- [xml2rfc](https://github.com/ietf-tools/xml2rfc) + +To alleviate the CI from the `kramdown-rfc` dependency, the [generated xml file](./draft-guetschow-taler-protocol.xml) +needs to be checked in to git before pushing.