ERIS Extensions and Recommendations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
pukkamustard 6fd58cbb9b
sqlite: Add note on improving performance with transactions.
1 week ago
eer sqlite: Add note on improving performance with transactions. 1 week ago
layout
.gitignore
COPYING
README.md
flake.lock
flake.nix
guix.scm
haunt.scm

README.md

ERIS Extensions and Recommendations

This repository contains documentation of extensions, recommendations and best-practices related to ERIS.

Writing and Publishing

EERs are located in index.md files contained in the eer/* folders.

A XHTML rendering of EERs and an index page can be generated with Haunt by running haunt build. Use Guix (guix shell -Df guix.scm) or Nix (nix develop) for a suitable environment.

Everything is published using Codeberg Pages, i.e. the pages branch of this repository is made available at https://eris.codeberg.page/eer.

You can checkout the pages branch in an other git worktree: git worktree add ../eer-pages pages and then render to the pages worktree with OUT=../eer-pages make. To publish you will need to commit and push changes in the pages branch.

License

CC-BY-SA-4.0