summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-18 15:03:15 +0000
committerLars Wirzenius <liw@liw.fi>2021-09-18 15:03:15 +0000
commit7f3f30b0e4b7713d0a6106babf662127ac457210 (patch)
tree9bb7ec9420c2bbd6e3fb9103ee298c445746d3d7 /obnam.md
parentd6728974b98a821b8d633197abd97cf2fc9357f5 (diff)
parent97b9327ac7f73b3a2629cd90da20d1655bf9478e (diff)
downloadobnam2-7f3f30b0e4b7713d0a6106babf662127ac457210.tar.gz
Merge branch 'checksum-type' into 'main'
refactor: define a Checksum type and use it where appropriate Closes #136 See merge request obnam/obnam!180
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/obnam.md b/obnam.md
index 7da389a..02634f0 100644
--- a/obnam.md
+++ b/obnam.md
@@ -18,15 +18,16 @@ functions:
- lib/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.
...
+# 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.
# Introduction