Skip to content

Commit 8be0c14

Browse files
committed
Update readme to point to @11ty/import
1 parent d4f483c commit 8be0c14

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# eleventy-activity-feed
22

3-
Activity feed lets you build one centralized RSS feed that pulls in new entries from a bunch of different social networking sites. Support for (one or more) YouTube, RSS or Atom for existing blogs, and Bluesky or Mastodon (via RSS). Contributions for more are welcome!
3+
Activity Feed lets you build one centralized RSS feed that pulls in new entries from a bunch of different social networking sites. Support for (one or more) YouTube, RSS or Atom for existing blogs, and Bluesky or Mastodon (via RSS). Contributions for more are welcome [in the `@11ty/import` package](https://github.com/11ty/eleventy-import)!
44

55
This allows you to encourage folks to subscribe in *one* location and you can control how that feed is populated later.
66

77
**Limitations:**
88

9-
- This is not a permanent data store or archival tool for your content. This does _not_ (yet?) fetch old data beyond the initial page of results for each activity type’s API. This is merely a aggregation and rebroadcast tool for your new content in RSS.
9+
- This is not a permanent data store or archival tool for your content. This is merely a aggregation and rebroadcast tool for your new content in RSS. [Use `@11ty/import` for the archival use case](https://github.com/11ty/eleventy-import)!
1010

1111
**Caching Notes**:
1212

1313
- When used in a static build, this will only update the feed when your build runs. I’d recommend setting up a recurring build to generate your feed regularly (maybe daily?).
1414
- You can persist your fetch cache across builds—learn more on the [Eleventy Fetch docs](https://www.11ty.dev/docs/plugins/fetch/#running-this-on-your-build-server). Vercel and Cloudflare Pages offer this functionality for-free.
1515
- You can control the maximum frequency at which new fetches are made to the APIs using `feed.setCacheDuration("4h");`
1616

17-
1817
## Demo
1918

2019
You can subscribe to the following Eleventy feed in your RSS reader of choice to see it in action:
@@ -76,9 +75,3 @@ Add to the `<head>` of your page to show it in RSS readers:
7675
```html
7776
<link rel="alternate" href="/follow.rss" title="Eleventy’s Activity Feed" type="application/rss+xml">
7877
```
79-
80-
## What’s Next?
81-
82-
Happy to accept PRs for better HTML display of different feed entries ([YouTube needs URL->`<a>` linkified descriptions](https://github.com/11ty/eleventy-activity-feed/issues/2) and addition of more types of data! Feel free to contribute!
83-
84-
Check out the [issue tracker](https://github.com/11ty/eleventy-activity-feed/issues).

0 commit comments

Comments
 (0)