Files
EVOLV/wiki/Archive.md

65 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

# Archive
> [!NOTE]
> Pre-refactor wiki content has been removed from the live wiki. The git history of `EVOLV.wiki.git` preserves every prior page if you need to consult it. This page lists what was removed and when, plus where to look for the current content.
---
## What was removed (2026-05-11)
The 2026-05-11 wiki refactor removed nine pre-refactor pages from the live `EVOLV.wiki.git`:
| Removed page | Era | Successor |
|:---|:---|:---|
| `Architecture-Configuration-Model-and-Tagcodering` | Pre-refactor planning doc | [Architecture](Architecture) |
| `Architecture-Container-Topology` | Pre-refactor Docker / container planning | [Architecture](Architecture), [Getting Started](Getting-Started) |
| `Architecture-Deployment-Blueprint` | Pre-refactor rollout plan | [Architecture](Architecture), [Getting Started](Getting-Started) |
| `Architecture-Deployment-Controls-Checklist` | Pre-refactor go / no-go checklist | (none — superseded by per-node `wiki/Home.md`) |
| `Architecture-Platform-Overview` | Pre-refactor edge / site / central layering | [Home](Home), [Architecture](Architecture) |
| `Architecture-Security-and-Access-Boundaries` | Pre-refactor security model | [OT Security IEC 62443](Concept-OT-Security-IEC62443) |
| `Architecture-Security-and-Regulatory-Mapping` | Pre-refactor IEC 62443 mapping | [OT Security IEC 62443](Concept-OT-Security-IEC62443) |
| `Architecture-Telemetry-and-Smart-Storage` | Pre-refactor telemetry blueprint | [Telemetry](Telemetry), [InfluxDB Schema Design](Concept-InfluxDB-Schema-Design) |
| `AI-assisted coding.-` | Pre-refactor coding-with-AI usage note | (none) |
Plus, in the source tree under `EVOLV/wiki/`, the audit moved a further 20 stale pages to `wiki/Archive/<name>.md` (these were never published to the live wiki, only existed in the source repo).
---
## How to recover an archived page
The content has not been lost &mdash; git keeps it.
```bash
git clone https://gitea.wbd-rd.nl/RnD/EVOLV.wiki.git
cd EVOLV.wiki
git log --all --diff-filter=D --name-only | grep '<page-name>'
git show <commit>:<path>
```
Or use Gitea's web UI:
1. Open https://gitea.wbd-rd.nl/RnD/EVOLV/commits/branch/main
2. Click into the 2026-05-11 refactor commit
3. Scroll to the deleted files
---
## Where to look instead
| For ... | See |
|:---|:---|
| Top-level navigation | [Home](Home) |
| Code architecture (BaseDomain / three-tier / generalFunctions) | [Architecture](Architecture) |
| Typical plant configurations | [Topology Patterns](Topology-Patterns) |
| Topic naming, units, S88 colours | [Topic Conventions](Topic-Conventions) |
| Port 0 / 1 / 2, InfluxDB schema, Grafana | [Telemetry](Telemetry) |
| Per-node operator reference | The node's own wiki on `gitea.wbd-rd.nl/RnD/<node>/wiki` |
---
## Related pages
| Page | Why |
|:---|:---|
| [Home](Home) | Current top-level navigation |