Skip to content

Commit a228656

Browse files
Simplify README (#29827)
Came to the conclusion that a simple format Readme is easier to read than the previous fancy centered stuff. --------- Co-authored-by: Yarden Shoham <[email protected]>
1 parent 4b1c886 commit a228656

File tree

2 files changed

+32
-104
lines changed

2 files changed

+32
-104
lines changed

README.md

+16-52
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,19 @@
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">Gitea - Git with a cup of tea</h1>
7-
8-
<p align="center">
9-
<a href="https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml?query=branch%3Amain" title="Release Nightly">
10-
<img src="https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml/badge.svg?branch=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?logo=discord&logoColor=white&label=Discord&color=5865F2">
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-
</p>
49-
50-
<p align="center">
51-
<a href="README_ZH.md">View this document in Chinese</a>
52-
</p>
1+
# Gitea
2+
3+
[![](https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml/badge.svg?branch=main)](https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml?query=branch%3Amain "Release Nightly")
4+
[![](https://img.shields.io/discord/322538954119184384.svg?logo=discord&logoColor=white&label=Discord&color=5865F2)](https://discord.gg/Gitea "Join the Discord chat at https://discord.gg/Gitea")
5+
[![](https://codecov.io/gh/go-gitea/gitea/branch/main/graph/badge.svg)](https://app.codecov.io/gh/go-gitea/gitea "Codecov")
6+
[![](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/code.gitea.io/gitea "Go Report Card")
7+
[![](https://pkg.go.dev/badge/code.gitea.io/gitea?status.svg)](https://pkg.go.dev/code.gitea.io/gitea "GoDoc")
8+
[![](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest "GitHub release")
9+
[![](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea "Help Contribute to Open Source")
10+
[![](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea "Become a backer/sponsor of gitea")
11+
[![](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT "License: MIT")
12+
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/go-gitea/gitea)
13+
[![](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea "Crowdin")
14+
[![](https://badgen.net/https/api.tickgit.com/badgen/github.com/go-gitea/gitea/main)](https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea&branch=main "TODOs")
15+
16+
[View this document in Chinese](./README_ZH.md)
5317

5418
## Purpose
5519

README_ZH.md

+16-52
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,19 @@
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">Gitea - Git with a cup of tea</h1>
7-
8-
<p align="center">
9-
<a href="https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml?query=branch%3Amain" title="Release Nightly">
10-
<img src="https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml/badge.svg?branch=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-
</p>
49-
50-
<p align="center">
51-
<a href="README.md">View this document in English</a>
52-
</p>
1+
# Gitea
2+
3+
[![](https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml/badge.svg?branch=main)](https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml?query=branch%3Amain "Release Nightly")
4+
[![](https://img.shields.io/discord/322538954119184384.svg?logo=discord&logoColor=white&label=Discord&color=5865F2)](https://discord.gg/Gitea "Join the Discord chat at https://discord.gg/Gitea")
5+
[![](https://codecov.io/gh/go-gitea/gitea/branch/main/graph/badge.svg)](https://app.codecov.io/gh/go-gitea/gitea "Codecov")
6+
[![](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/code.gitea.io/gitea "Go Report Card")
7+
[![](https://pkg.go.dev/badge/code.gitea.io/gitea?status.svg)](https://pkg.go.dev/code.gitea.io/gitea "GoDoc")
8+
[![](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest "GitHub release")
9+
[![](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea "Help Contribute to Open Source")
10+
[![](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea "Become a backer/sponsor of gitea")
11+
[![](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT "License: MIT")
12+
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/go-gitea/gitea)
13+
[![](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea "Crowdin")
14+
[![](https://badgen.net/https/api.tickgit.com/badgen/github.com/go-gitea/gitea/main)](https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea&branch=main "TODOs")
15+
16+
[View this document in English](./README.md)
5317

5418
## 目标
5519

0 commit comments

Comments
 (0)