Link to gitlab pages

This commit is contained in:
Tony Garnock-Jones 2019-08-11 16:52:29 +01:00
parent 05789f77cd
commit 74f9093c5e
1 changed files with 7 additions and 4 deletions

View File

@ -1,14 +1,17 @@
---
projectpages: "https://gitlab.com/tonyg/preserves"
projecttree: "https://gitlab.com/tonyg/preserves/tree/master"
---
<title>Preserves: an Expressive Data Language</title>
<link rel="stylesheet" href="preserves.css">
# 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.