ERIS Extensions and Recommendations
Find a file
2024-11-22 07:55:52 +00:00
eer Put DNSLink in the correct directory 2024-11-22 07:55:52 +00:00
layout haunt: Wrap Pikchr diagram in a figure element. 2023-01-02 17:44:40 +01: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