#43 · OPML import/export so users can move feeds in/out
+90 pts on merge
Claim on GitLab
Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard
+40 merge_pr award. New to the repo? See the
Contributing guide,
and Local Development & SSO
to run the app locally (
cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.
Description
Context
Standard feature for any RSS reader. Lets users seed the community reader from their existing client and bail out if needed.
Acceptance criteria
- [ ] POST
/api/feeds/importaccepts OPML XML body, adds feeds to user's subscriptions - [ ] GET
/api/feeds/export.opmlreturns user's feeds as OPML - [ ] Bulk import skips duplicates, returns count of added/skipped
- [ ] Public/private flag respected — exporting public feeds is allowed without login
Technical hints
- OPML 2.0 is just
<outline xmlUrl="..." />— a 50-line parser handles it
--- *Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook will auto-award your bounty + the standard merge_pr (40 pts) to your scoreboard account. Email on commit must match your Authentik email.*
Relevant files
No relevant files linked yet.
Hints
No hints yet.
Activity
No points have been awarded for this bounty yet.
Comments
Sign in to join the discussion.
No comments yet. Be the first to weigh in.