From 5d903108f96dcefc809fcbeaf57f70e3a89dc178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Rinnetm=C3=A4ki?= Date: Wed, 21 Jan 2026 11:36:33 +0200 Subject: [PATCH] documented the method of storing old versions as static HTML files --- .gitignore | 2 +- CONTRIBUTING.md | 1 + GOVERNANCE.md | 1 + spec/spec.md | 4 ++++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 80841f8..c1f6c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -108,7 +108,7 @@ dist .tern-port # Spec-Up generated files and build artifacts -*.html +index.html !spec/**/*.html # GitHub Pages deployment artifacts diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8054c80..7580304 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,7 @@ DIIP follows a **6-month release cycle**: - **Latest Published Version**: [https://FIDEScommunity.github.io/DIIP](https://FIDEScommunity.github.io/DIIP) - **Latest Draft**: [https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft) +- **Previous Versions***: Available as static files in the main branch. Examples: [v4](https://FIDEScommunity.github.io/DIIP/v4.html), [v5](https://FIDEScommunity.github.io/DIIP/v5.html) ## How to Contribute diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 9c36b31..301901a 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -67,6 +67,7 @@ DIIP operates on a structured 6-month release cycle: - **Published Version**: Available at [https://FIDEScommunity.github.io/DIIP](https://FIDEScommunity.github.io/DIIP) - **Draft Version**: Available at [https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft) +- **Previous Versions***: Available as static files in the main branch. Examples: [v4](https://FIDEScommunity.github.io/DIIP/v4.html), [v5](https://FIDEScommunity.github.io/DIIP/v5.html) ## Decision Making Process diff --git a/spec/spec.md b/spec/spec.md index a0735d0..cf352a6 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -8,6 +8,10 @@ **Latest Draft:** [https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft) +**Previous Releases:** +[v4](v4.html), +[v5](v5.html) + Editors: ~ [Eelco Klaver](https://www.linkedin.com/in/eklaver/) (Credenco) ~ [Harmen van der Kooij](https://www.linkedin.com/in/harmenvanderkooij/) (FIDES Labs)