4
1
Fork
You've already forked eer
1
ERIS Extensions and Recommendations
  • Tree-sitter Query 63.5%
  • Roff 14%
  • CSS 11.4%
  • Nix 7.8%
  • Scheme 3.3%
2026年05月26日 17:46:41 +02:00
eer coap: fix runaway parens 2026年05月21日 13:13:54 +02:00
layout style: update to style from main page. 2026年05月21日 12:37:42 +02:00
.gitignore Revert "Add Direnv metadata" 2023年01月02日 16:46:04 -06:00
COPYING Initial commit 2022年01月31日 10:45:11 +01:00
flake.lock flake.nix: Add a Nix flake file for a development environment. 2023年01月02日 17:45:07 +01:00
flake.nix flake.nix: Add a Nix flake file for a development environment. 2023年01月02日 17:45:07 +01:00
guix.scm Use the Haunt static-site generator 2022年12月31日 15:55:35 +01:00
haunt.scm haunt: Add comment on XHTML/HTML, MIME types and polyglot documents. 2023年01月02日 17:44:40 +01:00
README.md flake.nix: Add a Nix flake file for a development environment. 2023年01月02日 17:45:07 +01:00

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