summaryrefslogtreecommitdiff
path: root/fixtures/KernelMajor.Score.HTML.expected
AgeCommit message (Collapse)Author
2026-04-14Release 0.4.0: foo.zone HTML styling, uptime-stats section order, dashboard ↵HEADv0.4.0masterPaul Buetow
without full Kernel tables. - Link foo.zone stylesheet and mirror header/heading/quote layout for HTML reports. - Default -all stats order matches foo.zone (Host Uptime through Score, then KernelMajor and KernelName; full Kernel last when include-kernel). - Daemon root HTML uses include-kernel=false like the public stats page. - Refresh HTML integration fixtures. Made-with: Cursor
2026-04-14Add HTML OutputFormat and report API support (ask task 03)Paul Buetow
- Add FormatHTML with parse/string and HTMLReporter on existing report path - Emit minimal HTML document with escaped title, description, and pre table - Daemon /report sets text/html Content-Type for HTML format - Integration fixtures and tests for HTML Made-with: Cursor