diff --git a/README.md b/README.md index d50ae1fa..409cef99 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Remark42 ia a comment engine, self-hosted, lightweight, simple (but functional) - Moderation allowing admins to remove comments and block users - Voting and pinning system - Ability to sort comments +- Comment retrieval per post, user and comment's id +- Extractor for recent comments, cross-post - Multi-level nested comments with both tree and plain presentations - Export all data to json and automatic backups - Import from disqus @@ -13,6 +15,7 @@ Remark42 ia a comment engine, self-hosted, lightweight, simple (but functional) - Fully dockerized and can be deployed in a single command - Nice, lightweight and fully customizable UI - Multi-site mode to serve comments for multiple sites from a single remark instance +- Integration with automatic ssl (Let’s Encrypt) via [nginx-le](https://github.com/umputun/nginx-le) ## Install diff --git a/remark.rest b/remark.rest index d8348b0c..ea148379 100644 --- a/remark.rest +++ b/remark.rest @@ -6,7 +6,7 @@ GET https://demo.remark42.com/api/v1/find?url=https://radio-t.com/p/2017/12/16/p GET https://demo.remark42.com/api/v1/find?url=https://radio-t.com/p/2017/12/16/podcast-576/&sort=time&format=plain" ### last 10 comments -GET https://demo.remark42.com/api/v1/last/10 +GET https://demo.remark42.com/api/v1/last/50 ### create commnet POST https://demo.remark42.com/api/v1/comment