ips/pkg6depotd/templates
Till Wegmueller d49bb3c306
feat: Add web UI for browsing packages in pkg6depotd
Add a human-facing web interface at /ui/ for browsing IPS package
repositories. Uses Askama templates, HTMX for interactivity, and
Pico.css for styling.

Routes:
- /ui/ - Publisher list with package counts
- /ui/packages/:publisher - Paginated package list
- /ui/search - Search with HTMX search-as-you-type
- /ui/package/:publisher/*fmri - Package detail with lazy manifest
- /ui/p5i - P5I file generation for installing package sets
2026-03-15 21:55:10 +01:00
..
partials feat: Add web UI for browsing packages in pkg6depotd 2026-03-15 21:55:10 +01:00
base.html feat: Add web UI for browsing packages in pkg6depotd 2026-03-15 21:55:10 +01:00
index.html feat: Add web UI for browsing packages in pkg6depotd 2026-03-15 21:55:10 +01:00
package_detail.html feat: Add web UI for browsing packages in pkg6depotd 2026-03-15 21:55:10 +01:00
packages.html feat: Add web UI for browsing packages in pkg6depotd 2026-03-15 21:55:10 +01:00
search.html feat: Add web UI for browsing packages in pkg6depotd 2026-03-15 21:55:10 +01:00