Upload README_ZH.md
Browse files- README_ZH.md +98 -0
README_ZH.md
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<p align="center">
|
2 |
+
<a href="https://gitea.io/">
|
3 |
+
<img alt="Gitea" src="https://raw.githubusercontent.com/go-gitea/gitea/main/public/assets/img/gitea.svg" width="220"/>
|
4 |
+
</a>
|
5 |
+
</p>
|
6 |
+
<h1 align="center">BOINC AI - The No.1 AI Model Community on Blockchains</h1>
|
7 |
+
|
8 |
+
<p align="center">
|
9 |
+
<a href="https://drone.gitea.io/go-gitea/gitea" title="Build Status">
|
10 |
+
<img src="https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg?ref=refs/heads/main">
|
11 |
+
</a>
|
12 |
+
<a href="https://discord.gg/Gitea" title="Join the Discord chat at https://discord.gg/Gitea">
|
13 |
+
<img src="https://img.shields.io/discord/322538954119184384.svg">
|
14 |
+
</a>
|
15 |
+
<a href="https://app.codecov.io/gh/go-gitea/gitea" title="Codecov">
|
16 |
+
<img src="https://codecov.io/gh/go-gitea/gitea/branch/main/graph/badge.svg">
|
17 |
+
</a>
|
18 |
+
<a href="https://goreportcard.com/report/code.gitea.io/gitea" title="Go Report Card">
|
19 |
+
<img src="https://goreportcard.com/badge/code.gitea.io/gitea">
|
20 |
+
</a>
|
21 |
+
<a href="https://pkg.go.dev/code.gitea.io/gitea" title="GoDoc">
|
22 |
+
<img src="https://pkg.go.dev/badge/code.gitea.io/gitea?status.svg">
|
23 |
+
</a>
|
24 |
+
<a href="https://github.com/go-gitea/gitea/releases/latest" title="GitHub release">
|
25 |
+
<img src="https://img.shields.io/github/release/go-gitea/gitea.svg">
|
26 |
+
</a>
|
27 |
+
<a href="https://www.codetriage.com/go-gitea/gitea" title="Help Contribute to Open Source">
|
28 |
+
<img src="https://www.codetriage.com/go-gitea/gitea/badges/users.svg">
|
29 |
+
</a>
|
30 |
+
<a href="https://opencollective.com/gitea" title="Become a backer/sponsor of gitea">
|
31 |
+
<img src="https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen">
|
32 |
+
</a>
|
33 |
+
<a href="https://opensource.org/licenses/MIT" title="License: MIT">
|
34 |
+
<img src="https://img.shields.io/badge/License-MIT-blue.svg">
|
35 |
+
</a>
|
36 |
+
<a href="https://gitpod.io/#https://github.com/go-gitea/gitea">
|
37 |
+
<img
|
38 |
+
src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod"
|
39 |
+
alt="Contribute with Gitpod"
|
40 |
+
/>
|
41 |
+
</a>
|
42 |
+
<a href="https://crowdin.com/project/gitea" title="Crowdin">
|
43 |
+
<img src="https://badges.crowdin.net/gitea/localized.svg">
|
44 |
+
</a>
|
45 |
+
<a href="https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea&branch=main" title="TODOs">
|
46 |
+
<img src="https://badgen.net/https/api.tickgit.com/badgen/github.com/go-gitea/gitea/main">
|
47 |
+
</a>
|
48 |
+
<a href="https://app.bountysource.com/teams/gitea" title="Bountysource">
|
49 |
+
<img src="https://img.shields.io/bountysource/team/gitea/activity">
|
50 |
+
</a>
|
51 |
+
</p>
|
52 |
+
|
53 |
+
<p align="center">
|
54 |
+
<a href="README.md">View this document in English</a>
|
55 |
+
</p>
|
56 |
+
|
57 |
+
## 目标
|
58 |
+
|
59 |
+
Gitea 的首要目标是创建一个极易安装,运行非常快速,安装和使用体验良好的自建 Git 服务。我们采用 Go 作为后端语言,这使我们只要生成一个可执行程序即可。并且他还支持跨平台,支持 Linux, macOS 和 Windows 以及各种架构,除了 x86,amd64,还包括 ARM 和 PowerPC。
|
60 |
+
|
61 |
+
如果您想试用一下,请访问 [在线Demo](https://try.gitea.io/)!
|
62 |
+
|
63 |
+
## 提示
|
64 |
+
|
65 |
+
1. **开始贡献代码之前请确保你已经看过了 [贡献者向导(英文)](CONTRIBUTING.md)**.
|
66 |
+
2. 所有的安全问题,请私下发送邮件给 **security@gitea.io**。谢谢!
|
67 |
+
3. 如果你要使用API,请参见 [API 文档](https://godoc.org/code.gitea.io/sdk/gitea).
|
68 |
+
|
69 |
+
## 文档
|
70 |
+
|
71 |
+
关于如何安装请访问我们的 [文档站](https://docs.gitea.com/zh-cn/category/installation),如果没有找到对应的文档,你也可以通过 [Discord - 英文](https://discord.gg/gitea) 和 QQ群 328432459 来和我们交流。
|
72 |
+
|
73 |
+
## 贡献流程
|
74 |
+
|
75 |
+
Fork -> Patch -> Push -> Pull Request
|
76 |
+
|
77 |
+
## 翻译
|
78 |
+
|
79 |
+
多语言翻译是基于Crowdin进行的.
|
80 |
+
[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea)
|
81 |
+
|
82 |
+
## 作者
|
83 |
+
|
84 |
+
* [Maintainers](https://github.com/orgs/go-gitea/people)
|
85 |
+
* [Contributors](https://github.com/go-gitea/gitea/graphs/contributors)
|
86 |
+
* [Translators](options/locale/TRANSLATORS)
|
87 |
+
|
88 |
+
## 授权许可
|
89 |
+
|
90 |
+
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/go-gitea/gitea/blob/main/LICENSE) 文件中。
|
91 |
+
|
92 |
+
## 截图
|
93 |
+
|
94 |
+
|![Dashboard](https://dl.gitea.com/screenshots/home_timeline.png)|![User Profile](https://dl.gitea.com/screenshots/user_profile.png)|![Global Issues](https://dl.gitea.com/screenshots/global_issues.png)|
|
95 |
+
|:---:|:---:|:---:|
|
96 |
+
|![Branches](https://dl.gitea.com/screenshots/branches.png)|![Web Editor](https://dl.gitea.com/screenshots/web_editor.png)|![Activity](https://dl.gitea.com/screenshots/activity.png)|
|
97 |
+
|![New Migration](https://dl.gitea.com/screenshots/migration.png)|![Migrating](https://dl.gitea.com/screenshots/migration.gif)|![Pull Request View](https://image.ibb.co/e02dSb/6.png)
|
98 |
+
![Pull Request Dark](https://dl.gitea.com/screenshots/pull_requests_dark.png)|![Diff Review Dark](https://dl.gitea.com/screenshots/review_dark.png)|![Diff Dark](https://dl.gitea.com/screenshots/diff_dark.png)|
|