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

Email notifications for new commentaries? #15

Closed
outcoldman opened this issue May 13, 2018 · 15 comments
Closed

Email notifications for new commentaries? #15

outcoldman opened this issue May 13, 2018 · 15 comments
Assignees
Milestone

Comments

@outcoldman
Copy link

Is there are an option to subscribe with an email to all new commentaries for a specific page? Disqus had this option.

@umputun
Copy link
Owner

umputun commented May 13, 2018

there is no such option yet. I'm planning to add it, but this is not an easy one especially in self-hosted context. Most likely email part should support popular third-party mail servers via their proprietary APIs.

@outcoldman
Copy link
Author

As an alternative, maybe an RSS feed for all the commentaries from the website? I like to subscribe to most of the posts on radio-t.

@umputun
Copy link
Owner

umputun commented May 13, 2018

RSS actually is a very nice alternative, thx for the idea.

@umputun
Copy link
Owner

umputun commented May 13, 2018

basic support of rss feed available on demo site. No UI side yet.

take a look as I'm not sure what exactly we should have in this feed. For now, I have added full comment text to descriptions.

edit: fixed demo link to rss

@Menelion
Copy link
Contributor

@umputun, thank you! Looked at it in IE (sorry 'bout that, don't have anything more decent for RSS yet - I've desperately been searching for a Chrome extension, suggestions are more than welcome!). I see "Update" as the title of every comment (i.e., RSS publication). Wouldn't it be niftier to add user names as titles?

@umputun
Copy link
Owner

umputun commented May 13, 2018

makes sense. changed.

@outcoldman
Copy link
Author

curl 'https://demo.remark42.com/api/v1/rss?site=remark&url=https:%2F%2Fremark42.com%2Fdemo%2F'
404 page not found

@umputun
Copy link
Owner

umputun commented May 14, 2018

curl 'https://demo.remark42.com/api/v1/rss/post?site=remark&url=https:%2F%2Fremark42.com%2Fdemo%2F`

will do

@outcoldman
Copy link
Author

@umputun to make it clear - is it an RSS for one page or whole website?
I would prefer to have it return commentaries from the whole website (all new commentaries on radio-t).
In that case, the title probably should be a something like {user} replied on {page title}.

@outcoldman
Copy link
Author

and show only last N

@umputun
Copy link
Owner

umputun commented May 14, 2018

this is /post, i.e. for one post/page. The initial request was "subscribe with an email to all new commentaries for a specific page?". Adding for all posts won't be a problem

umputun added a commit that referenced this issue May 14, 2018
@umputun
Copy link
Owner

umputun commented May 14, 2018

this is for everything - http "https://demo.remark42.com/api/v1/rss/site?site=remark" Both limited to 20 last updates

@igoradamenko igoradamenko self-assigned this May 14, 2018
@outcoldman
Copy link
Author

@umputun any ETA when we will be able to subscribe on radiot?

@umputun
Copy link
Owner

umputun commented May 17, 2018

@outcoldman - rss deployed to radiot, no ui/button yet. you can subscribe directly to https://remark42.radio-t.com/api/v1/rss/site?site=radiot

@igoradamenko
Copy link
Collaborator

We've added links to RSS to UI :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants