RSS/Atom Feeds#
This site demonstrates how visitors can receive notifications on comments, threads, authors, etc. using RSS. It works by generating an atom.xml for each of these items and then exposes links allowing users to "subscribe" to something.
More specifically, visitors of this site can subscribe to receive notifications to:
- specific pages: any comments on an individual page well notify them via RSS
- direct replies to comments
- replies to whole threads
- or any comments by a certain author
This allows notifications to be delivered to a reader without requiring them to sign up for an account, via an open and standard protocol. Feel free to browse and explore the comments, and experiment with this commenting + notifications functionality.
The site is able to do this automatically during the static compilation phase. Every comment that's received for this site adds the necessary frontmatter via the r3ply comment template.
You can experiment with it right on this page.
Comments (0) #
Write Comment Comment [-] Collapse All Collapse [+] Expand All ExpandWhole Thread Thread Direct Replies Replies
Commenting Info:
This is a demo of commenting using r3ply. You can leave comments on this website by sending an email.
Your email address will be anonymized, and can never be shared with anyone.
To try it out click the Write Comment button, or draft an email manually 1. Your email client with a template already filled out that looks as follows:
Pending Comments (0)
This comment shouldn't actually normally be rendered. It's used to by the base.html template to render one instance of a templat… root / parent .. # . next ⭣ prev. ⭡
This comment shouldn't actually normally be rendered. It's used to by the base.html template to render one instance of a template that's wrapped in
<template>tags. That template is then later cloned and appended to the page for each comment that's pending in the comment cache. For more details, and to view this comment, go to /debug-comment-template/.