diff --git a/README.md b/README.md index 60e809b..3bde7e7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ --- +projectpages: "https://gitlab.com/tonyg/preserves" +projecttree: "https://gitlab.com/tonyg/preserves/tree/master" --- Preserves: an Expressive Data Language # Preserves: an Expressive Data Language -This repository contains a [proposal](preserves.html) and -[various implementations](implementations/) of *Preserves*, a new data -model and serialization format in many ways comparable to JSON, XML, -S-expressions, CBOR, ASN.1 BER, and so on. +This [repository]({{page.projectpages}}) contains a +[proposal](preserves.html) and +[various implementations]({{page.projecttree}}/implementations/) of +*Preserves*, a new data model and serialization format in many ways +comparable to JSON, XML, S-expressions, CBOR, ASN.1 BER, and so on. **WARNING** Everything in this repository is experimental and in flux! The design of Preserves is not finalised and may change drastically.