En selvhostet webapp for å samle og dele favoritter — filmer, sanger, biler, lego, blomster, bilder, hva som helst. Én Go-binary, SQLite, HTMX. Enkel å drifte.
  • Go 82.2%
  • HTML 12.7%
  • JavaScript 2.5%
  • CSS 1.4%
  • Makefile 0.7%
  • Other 0.5%
Find a file
Ole-Morten Duesund 4e9db3f995 feat: add Atom feeds and JSON/CSV import/export
Phase 5 — Feeds & Import/Export:
- Atom feeds: global (/feed.xml), per-user (/u/{name}/feed.xml),
  per-tag (/tags/{name}/feed.xml). Uses gorilla/feeds.
- JSON export: all user's faves with tags, pretty-printed
- CSV export: standard format with header row
- JSON import: validates and creates faves with tags
- CSV import: flexible column mapping from header row
- Import/export pages with format documentation
- Feed items include enclosure for images, author info
- Limited-visibility profiles excluded from feeds

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 16:11:44 +02:00
cmd/favoritter feat: add profiles, public views, settings, and code quality fixes 2026-03-29 16:01:41 +02:00
internal feat: add Atom feeds and JSON/CSV import/export 2026-03-29 16:11:44 +02:00
web feat: add Atom feeds and JSON/CSV import/export 2026-03-29 16:11:44 +02:00
.gitignore feat: implement Phase 1 (auth) and Phase 2 (faves CRUD) foundation 2026-03-29 15:55:22 +02:00
go.mod feat: add Atom feeds and JSON/CSV import/export 2026-03-29 16:11:44 +02:00
go.sum feat: add Atom feeds and JSON/CSV import/export 2026-03-29 16:11:44 +02:00
LICENSE feat: implement Phase 1 (auth) and Phase 2 (faves CRUD) foundation 2026-03-29 15:55:22 +02:00