From f2740c77c3e3d234b724704482e7b0380c2550d4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 9 Sep 2022 09:16:38 +0300 Subject: fix: use separate subplot YAML metadata file for new Subplot Subplot has just made a breaking change: the subplot document metadata must be in a separate YAML file, not embedded in the markdown. This adapts Obnam to that. It's a little awkward that Subplot hasn't made a release of this yet, but as I use Subplot from git, I need this now. Sponsored-by: author --- obnam.md | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'obnam.md') diff --git a/obnam.md b/obnam.md index e1f3055..0c36a8b 100644 --- a/obnam.md +++ b/obnam.md @@ -1,26 +1,3 @@ ---- -title: "Obnam2—a backup system" -author: Lars Wirzenius -documentclass: report -bindings: - - subplot/server.yaml - - subplot/client.yaml - - subplot/data.yaml - - lib/files.yaml - - lib/runcmd.yaml -impls: - python: - - subplot/server.py - - subplot/client.py - - subplot/data.py - - lib/daemon.py - - lib/files.py - - lib/runcmd.py -classes: - - json - - sql -... - # Abstract Obnam is a backup system, consisting of a not very smart server for -- cgit v1.2.1