mirror of https://github.com/halo-dev/halo
![]() * Issue-2121 bugfix 过滤文件名中的非法字符 * Issue-2121 todo: 需要增加一些单元测试 * Issue-2121 add UT * Issue-2121 add UT * Issue-2121 move filter method to FileUtils * Issue-2121 move filter method to FilenameUtils * Issue-2121 checkstyle formatted * Issue-2121 1. add regex to filter more reversed info 2. limit filename length in 200 2. add UT * Issue-2121 remove tail dots * Issue-2121 throw FileOperationException if filename is empty * Issue-2121 trim() string after substring it * Issue-2121 change pattern name * Issue-2121 revert irrelevant code * Issue-2121 bug, '+' should not be filtered |
||
---|---|---|
.github | ||
config/checkstyle | ||
gradle/wrapper | ||
hack | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
OWNERS | ||
README.md | ||
SECURITY.md | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
Halo [ˈheɪloʊ],一款现代化的开源博客/CMS系统,值得一试。
快速开始
详细部署文档请查阅:https://docs.halo.run
在线体验
- 环境地址:https://demo.halo.run
- 后台地址:https://demo.halo.run/admin
- 用户名:demo
- 密码:P@ssw0rd123..
- 使用前请阅读:https://demo.halo.run/archives/tips
生态
项目 | 状态 | 描述 |
---|---|---|
halo-admin | Web 管理端 UI,已内置在主应用 | |
js-sdk | JavaScript SDK | |
halo-comment | 独立评论组件,可以非常方便的集成到主题中 | |
halo-comment-normal | 另外一款评论组件 | |
halo-mobile-app | 已停止维护 | 移动端管理 APP |
tencent-cloudbase-halo | 无 | 腾讯云 CloudBase 一键部署配置 |
halo-theme-* | 无 | GitHub 上开源的 Halo 主题集合 |
许可证
Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。
贡献
参考 CONTRIBUTING。