- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/wzpan/comment.js
- 软件文档: http://www.hahack.com/codes/comment-js/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
- 官方下载: https://github.com/wzpan/comment.js
软件介绍
Comment.js 是一个纯 JS 实现的静态站点评论系统,它的核心代码只有 400 行左右,却能够用来实现评论会话和最新评论列表的两个功能。比起已有的社会化评论系统,它有如下几个优点:
完善的评论管理系统。基于 issue 的评论,支持 Markdown ,支持 Gravatar。
开箱即用的邮件通知功能。
无需搭建后台。直接用现成的 issue 作为后端,不像 isso 那样还需要自己搭个后台,搞定数据库。
接入简单。获取评论会话和获取最新列表各自对应一个函数。
代码简单。这意味着你也可以很快上手脚本代码,对这个脚本进行定制。
除了 Github issue 之外,comment.js 也支持使用 OSChina issue 作为后端,即使 Github 被墙,也能通过修改参数迅速切换到其他备选站点,比起说关闭就关闭的评论服务可靠多了。
依赖:
jQuery - 用于 Ajax 请求以及将评论内容插入到页面中。
markdown-js - Markdown 支持。
timeago.js - 时间文本格式化。
spin - 用于在加载评论数据前先绘制一个 loading 动画(可选)。
Web Caching
Duane Wessels / O'Reilly Media, Inc. / 2001-6 / 39.95美元
On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly design......一起来看看 《Web Caching》 这本书的介绍吧!