1 个仓库
Mechanisms to fetch and update comment threads in the browser without a full page reload.
Distinct from Dynamic Comment Updaters: Distinct from PR updaters: this is a general UI feature for refreshing web comment sections via AJAX.
Explore 1 awesome GitHub repository matching user interface & experience · Asynchronous Comment Refreshing. Refine with filters or upvote what's useful.
Isso 是一个自托管评论系统和 WSGI 评论服务器,允许用户管理去中心化的讨论板。它作为一个 Markdown 讨论引擎,将用户生成的内容转换为过滤后的 HTML,以便在网页上安全显示。 该系统被设计为跨域评论主机,使单个集中式服务器实例能够为多个不同域提供独特的评论区。它使用 CORS 主机名白名单来保护这种集成,以确保评论仅能在授权网站上嵌入。 该平台提供了一个全面的审核界面,包含密码保护的管理面板和用于筛选帖子的审核队列。其他功能包括基于 SMTP 的电子邮件通知、用户 Identicon 生成,以及通过 JSON 导入从外部平台迁移对话历史的能力。 该服务器可以通过容器化环境、FastCGI 或作为系统服务进行部署。
Uses AJAX to dynamically update comment threads and counts without requiring a full page reload.