Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create feed from scratch #44

Merged
merged 7 commits into from
Feb 22, 2024
Merged

feat: create feed from scratch #44

merged 7 commits into from
Feb 22, 2024

Conversation

shouya
Copy link
Owner

@shouya shouya commented Feb 21, 2024

Fixes #35.

Now it's possible to specify in the source field (under endpoint, or in merge filter's config) a struct that looks like this:

- path: /feed.xml
  source:
    format: rss # or atom
    title: "My Feed"
    description: "This is my feed"
    link: "https://example.com/"

Don't forget to ensure the inspector ui has proper support for it before merging.

@shouya shouya merged commit 5cfd568 into master Feb 22, 2024
2 checks passed
@shouya shouya deleted the feed-from-scratch branch February 22, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow creating new feed from scratch
1 participant