mirror of
https://github.com/svemagie/indiekit-endpoint-blogroll.git
synced 2026-04-02 15:34:59 +02:00
feat: add FeedLand source type for blogroll
Adds FeedLand (feedland.com or self-hosted) as a new source type alongside OPML and Microsub. Syncs subscriptions via FeedLand's public OPML endpoint with optional category filtering and AJAX category discovery in the admin UI.
This commit is contained in:
@@ -70,7 +70,16 @@
|
||||
"microsubChannel": "Microsub Channel",
|
||||
"microsubChannelHint": "Sync feeds from a specific channel, or all channels",
|
||||
"categoryPrefix": "Category Prefix",
|
||||
"categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
|
||||
"categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')",
|
||||
"feedlandInstance": "FeedLand Instance URL",
|
||||
"feedlandInstanceHint": "FeedLand instance URL (feedland.com or self-hosted)",
|
||||
"feedlandUsername": "FeedLand Username",
|
||||
"feedlandUsernameHint": "Your FeedLand screen name",
|
||||
"feedlandCategory": "FeedLand Category",
|
||||
"feedlandCategoryAll": "All subscriptions",
|
||||
"feedlandCategoryHint": "Optional: sync only feeds from a specific category",
|
||||
"feedlandLoadCategories": "Load",
|
||||
"feedlandRequired": "FeedLand instance URL and username are required"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user