Go to file
2022-04-27 22:54:40 +04:00
metadir Initial commit 2022-04-24 09:24:02 +00:00
.gitignore Initial commit 2022-04-24 09:24:02 +00:00
flake.lock Initial commit 2022-04-24 09:24:02 +00:00
flake.nix Initial commit 2022-04-24 09:24:02 +00:00
index.ged add UUIDs to william's close relatives 2022-04-27 22:54:40 +04:00
metadir.json Initial commit 2022-04-24 09:24:02 +00:00
README.org Initial commit 2022-04-24 09:24:02 +00:00

tree_ru

nix develop

operations

annotate

# build biorg from all datums
scripts/puma -c \
  "metadir/props/datum/index.csv" \
  "bash scripts/build-biorg" \
  "ops/biorg" \
  "index.bi.org"

# annotate events in biorg

# break biorg to a temporary metadir
temp=$(cat ops/biorg/links/index.bi.org | bash scripts/break-biorg);
rm "ops/inbox";
ln -s "temp" "ops/inbox";

# merge ../ops/inbox into the metadir
bash scripts/merge ops/inbox ./metadir;

serve

timeline-backend