ERIS Extensions and Recommendations
- Roff 57.1%
- Makefile 31.5%
- Scheme 11.4%
| eer-001 | eer-001: ERIS over HTTP | |
| eer-002 | eer-002: ERIS and RDF | |
| eer-003 | eer-003: Move README.md to index.md | |
| eer-004 | eer-004: ERIS and Magnet URI | |
| eer-005 | eee-005: Merge abstract and intro | |
| template | eer-005: ERIS Cache | |
| .gitignore | Render as HTML with Makefile and lowdown | |
| COPYING | Initial commit | |
| guix.scm | eer-005: ERIS Cache | |
| index.md | eer-001: ERIS over HTTP | |
| Makefile | eer-005: ERIS Cache | |
| README.md | Move index page to index.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 the eer-* folders in the index.md files.
EERs and a index page can be rendered to HTML with lowdown by running make.
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.