Plugins, themes, and integrations for ZrLog.
ZrLog 的插件、主题与外部服务集成。
插件市场 · 主题市场 · 插件开发 · 主题开发 · ZrLog Core
这个组织只维护 ZrLog 的可选扩展能力。插件、主题和第三方服务集成独立于核心工程发布,可以按站点需要安装、升级或移除;插件运行时与公共协议库属于 zrlog 核心组织。
| Repository | Responsibility |
|---|---|
zrlog/zrlog-plugin-core |
ZrLog 核心组织维护的插件运行时服务,不作为可选插件安装 |
zrlog/zrlog-plugin-common |
ZrLog 核心组织维护的插件协议与共享库,不作为独立插件安装 |
| Repository | Responsibility |
|---|---|
zrlog-plugin-hello-world |
新插件的示例工程与基础结构参考 |
templates |
ZrLog 主题源码与主题资源 |
| Category | Repositories |
|---|---|
| 内容与互动 | article-arranger, comment, changyan, discuss, importer, rss, sitemap |
| 存储与发布 | backup-sql-file, static-plus, qiniu, oss, cos |
| 运维与集成 | mail, reminder, site-check, statistics, webhook |
- 从
zrlog-plugin-hello-world了解工程结构、路由、配置页和资源打包。 - 使用
zrlog-plugin-common提供的协议与客户端能力,不重复定义宿主通信结构。 - 按插件开发指南实现并打包,提交前验证 Java、前端资源和 Native Image 配置。
- 运行时或协议层的公共改动应先在
plugin-core/plugin-common落地,再验证具体插件消费者。
- 缺陷和功能建议请提交到对应扩展仓库,便于维护者定位版本和运行环境。
- 新插件优先保持单一职责;只有稳定、跨插件复用的协议和能力才进入公共层。
- 每个扩展独立维护版本与发布节奏,使用前请以其 README 和 Release 说明为准。
ZrLog 核心工程与产品信息见 github.com/zrlog 和 www.zrlog.com。