mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
update README
This commit is contained in:
parent
c3ba5590c9
commit
d5fab7f1b9
15
README.md
15
README.md
@ -51,14 +51,15 @@ The goal of this project is to make the easiest, fastest, and most painless way
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Activity timeline
|
- Activity timeline
|
||||||
- SSH/HTTP(S) protocol support
|
- SSH and HTTP/HTTPS protocols
|
||||||
- SMTP/LDAP/reverse proxy authentication support
|
- SMTP/LDAP/Reverse proxy authentication
|
||||||
- Reverse proxy suburl support
|
- Reverse proxy with sub-path
|
||||||
- Account/Organization(with team)/Repository management
|
- Account/Organization/Repository management
|
||||||
- Repository/Organization webhooks (including Slack)
|
- Repository/Organization webhooks (including Slack)
|
||||||
- Repository Git hooks/deploy keys
|
- Repository Git hooks/deploy keys
|
||||||
- Add/remove repository collaborators
|
- Repository issues and pull requests
|
||||||
- Gravatar and custom source support
|
- Add/Remove repository collaborators
|
||||||
|
- Gravatar and custom source
|
||||||
- Mail service
|
- Mail service
|
||||||
- Administration panel
|
- Administration panel
|
||||||
- CI integration: [Drone](https://github.com/drone/drone)
|
- CI integration: [Drone](https://github.com/drone/drone)
|
||||||
@ -116,7 +117,7 @@ There are 5 ways to install Gogs:
|
|||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- Ex-team members [@lunny](https://github.com/lunny) and [@fuxiaohei](https://github.com/fuxiaohei).
|
- Ex-team members [@lunny](https://github.com/lunny), [@fuxiaohei](https://github.com/fuxiaohei) and [@slene](https://github.com/slene).
|
||||||
- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
|
- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
|
||||||
- See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.
|
- See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.
|
||||||
|
|
||||||
|
@ -18,13 +18,14 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
|
|||||||
## 功能特性
|
## 功能特性
|
||||||
|
|
||||||
- 支持活动时间线
|
- 支持活动时间线
|
||||||
- 支持 SSH/HTTP(S) 协议
|
- 支持 SSH 以及 HTTP/HTTPS 协议
|
||||||
- 支持 SMTP/LDAP/反向代理的用户认证
|
- 支持 SMTP、LDAP 和反向代理的用户认证
|
||||||
- 支持反向代理子路径
|
- 支持反向代理子路径
|
||||||
- 支持用户、组织和仓库管理系统
|
- 支持用户、组织和仓库管理系统
|
||||||
- 支持仓库和组织级别 Web 钩子(包括 Slack 集成)
|
- 支持仓库和组织级别 Web 钩子(包括 Slack 集成)
|
||||||
- 支持仓库 Git 钩子和部署密钥
|
- 支持仓库 Git 钩子和部署密钥
|
||||||
- 支持 添加/删除 仓库协作者
|
- 支持仓库工单(Issue)和合并请求(Pull Request)
|
||||||
|
- 支持添加和删除仓库协作者
|
||||||
- 支持 Gravatar 以及自定义源
|
- 支持 Gravatar 以及自定义源
|
||||||
- 支持邮件服务
|
- 支持邮件服务
|
||||||
- 支持后台管理面板
|
- 支持后台管理面板
|
||||||
@ -64,7 +65,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
|
|||||||
|
|
||||||
## 贡献成员
|
## 贡献成员
|
||||||
|
|
||||||
- 前团队成员 [@lunny](https://github.com/lunny) 和 [@fuxiaohei](https://github.com/fuxiaohei)。
|
- 前团队成员 [@lunny](https://github.com/lunny)、[@fuxiaohei](https://github.com/fuxiaohei) 和 [@slene](https://github.com/slene)。
|
||||||
- 您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。
|
- 您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。
|
||||||
- 您可以通过查看 [TRANSLATORS](conf/locale/TRANSLATORS) 文件获取公开的翻译人员列表。
|
- 您可以通过查看 [TRANSLATORS](conf/locale/TRANSLATORS) 文件获取公开的翻译人员列表。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user