From 33db34100b1c0c6ebf41cb65f14ffdf88f5af17d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Nov 2020 14:26:10 +0200 Subject: doc: add an abstract to the subplot --- obnam.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/obnam.md b/obnam.md index b3646d3..d6cbf59 100644 --- a/obnam.md +++ b/obnam.md @@ -391,4 +391,11 @@ functions: - subplot/vendored/runcmd.py classes: - json +abstract: | + Obnam is a backup system, consisting of a not very smart server for + storing chunks of backup data, and a client that splits the user's + data into chunks. They communicate via HTTP. + + This document describes the architecture and acceptance criteria for + Obnam, as well as how the acceptance criteria are verified. ... -- cgit v1.2.1