axllent / silverstripe-weblog
适用于 Silverstripe 的博客模块
1.4.3
2023-11-22 22:41 UTC
Requires
- silverstripe/asset-admin: ^1.0 || ^2.0
- silverstripe/assets: ^1.0 || ^2.0
- silverstripe/cms: ^4.0 || ^5.0
- silverstripe/lumberjack: ^2.0 || ^3.0
- silverstripe/vendor-plugin: ^1.0 || ^2.0
Suggests
- axllent/silverstripe-weblog-categories: optional: add categories to your blog posts
Conflicts
This package is auto-updated.
Last update: 2024-09-23 00:46:28 UTC
README
Silverstripe Weblog 是一个基本的博客框架。核心包不包含复杂的权限、作者、评论、标签或分类。如果需要,可以通过扩展(如 weblog-categories)单独添加这些功能。
Silverstripe Weblog 模块是从零开始构建的,但基于 Silverstripe Blog 模块,并从该项目借鉴了一些想法和方法。
功能
- 博客和博客文章的基本基础
- 单个自定义 "Weblog" 权限组
CMS_ACCESS_Weblog
- 计划发布的博客文章
- 博客文章的特色图像
- 与
silverstripe/lumberjack
集成以简化文章管理 - 博客 RSS
- Open Graph 元标签
文档
要求
silverstripe/cms: ^4.0 || ^5.0
silverstripe/lumberjack
建议模块
- axllent/silverstripe-weblog-categories - 博客分类模块
- axllent/silverstripe-weblog-wp-import - 导入 WordPress 博客文章的工具