4
Archive
znetsixe edited this page 2026-05-11 22:24:29 +02:00
Archive
Note
Pre-refactor wiki content has been removed from the live wiki. The git history of
EVOLV.wiki.gitpreserves 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-Container-Topology |
Pre-refactor Docker / container planning | Architecture, Getting Started |
Architecture-Deployment-Blueprint |
Pre-refactor rollout plan | Architecture, 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, Architecture |
Architecture-Security-and-Access-Boundaries |
Pre-refactor security model | OT Security IEC 62443 |
Architecture-Security-and-Regulatory-Mapping |
Pre-refactor IEC 62443 mapping | OT Security IEC 62443 |
Architecture-Telemetry-and-Smart-Storage |
Pre-refactor telemetry blueprint | Telemetry, 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 — git keeps it.
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:
- Open https://gitea.wbd-rd.nl/RnD/EVOLV/commits/branch/main
- Click into the 2026-05-11 refactor commit
- Scroll to the deleted files
Where to look instead
| For ... | See |
|---|---|
| Top-level navigation | Home |
| Code architecture (BaseDomain / three-tier / generalFunctions) | Architecture |
| Typical plant configurations | Topology Patterns |
| Topic naming, units, S88 colours | Topic Conventions |
| Port 0 / 1 / 2, InfluxDB schema, Grafana | Telemetry |
| Per-node operator reference | The node's own wiki on gitea.wbd-rd.nl/RnD/<node>/wiki |
Related pages
| Page | Why |
|---|---|
| Home | Current top-level navigation |
EVOLV Wiki
Start here
Reference
Per-node wikis
- pumpingStation
- machineGroupControl
- valveGroupControl
- reactor
- settler
- monster
- rotatingMachine
- valve
- diffuser
- measurement
- dashboardAPI
- generalFunctions
Domain concepts
- ASM Models
- PID Control Theory
- Pump Affinity Laws
- Settling Models
- Signal Processing — Sensors
- InfluxDB Schema Design
- Wastewater Compliance NL
- OT Security IEC 62443
Operations findings
Node-RED / FlowFuse manuals
- Manual Index
- Runtime — Node.js
- Function Node Patterns
- Messages and Editor Structure
- FlowFuse ui-chart
- FlowFuse ui-button
- FlowFuse ui-gauge
- FlowFuse ui-text
- FlowFuse ui-template
- FlowFuse ui-config
- Dashboard Layout
- Widgets Catalog
Archive