summaryrefslogtreecommitdiff
path: root/Hutch/Networking/ManPageService.swift
Commit message (Collapse)AuthorAgeFilesLines
* feat: add custom hutch user-agent to api callsChristian Cleberg2026-04-151-1/+3
| | | | Implements: https://todo.sr.ht/~ccleberg/hutch/64
* feat: add in-app man pages browserChristian Cleberg2026-04-031-0/+216
Add a native Man Pages section to the More tab with in-app browsing for man.sr.ht documentation and srht.site pages. - add ManPageService for fetching and extracting public docs content - add ManPageBrowserView and ManPageDetailView - add More tab navigation for Man Pages - support in-place navigation for internal documentation links - allow HTMLWebView to intercept internal links and use a base URL - support man.sr.ht and srht.site content extraction - remove heading permalink "#" anchors from man page rendering - fix relative links, fragment links, and srht.site CTA/icon layout