commit 6ab957197388dd32e3c3bd5134775a0b455f1a84 parent 9e09fdf28ea379eeea3aec4bf726aad3c04c5060 Author: lash <dev@holbrook.no> Date: Thu, 6 Nov 2025 00:47:04 +0000 Update README Diffstat:
| M | README | | | 18 | +++++++++++++++++- |
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -1,5 +1,22 @@ Example in folder dummy. +It includes two demo data files: + +* running.xml +* present.xsl + +running.xml is an example of a fully flattened ledger with signature chains and serial ledger entries. It also includes: + +* Descriptions of the account units used +* How to resolve content hashes (attachments) +* Reference to more information about identities behind public keys. + +It is still missing a schema, that's next step. + +present.xsl is a small stylesheet stub just to demonstrate how xsl transformations work. + +-- + To run the python example: ``` @@ -21,6 +38,5 @@ python demo.py python create.py 124 # The makefile has a single stanza that performs xsl transformation on the xml -# It is nonsensical, but it illustrates what it is and how it is intended to work to generate final output to render make ```