Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 640 Bytes

File metadata and controls

27 lines (17 loc) · 640 Bytes

RSS Feeds of Pad Changes for Etherpad

Publish Status Backend Tests Status

Exposes an RSS feed for each pad at /p/{padId}/feed.

Install

pnpm run plugins i ep_rss

Settings

Optional stale time (milliseconds before a new RSS item is generated) can be set in settings.json:

"rss": {
  "staleTime": 300000
}

Defaults to 5 minutes if not configured.

License

Apache-2.0