You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 3.3 kB

11 years ago
11 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [简体中文](https://github.com/go-gitea/gitea/blob/master/README_ZH.md)
  2. # Gitea - Git with a cup of tea
  3. [![Build Status](https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg)](https://drone.gitea.io/go-gitea/gitea)
  4. [![Join the Discord chat at https://discord.gg/NsatcWJ](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ)
  5. [![Join the Matrix chat at https://matrix.to/#/#gitea:matrix.org](https://img.shields.io/badge/matrix-%23gitea%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#gitea:matrix.org)
  6. [![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](https://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
  7. [![codecov](https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg)](https://codecov.io/gh/go-gitea/gitea)
  8. [![Go Report Card](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/code.gitea.io/gitea)
  9. [![GoDoc](https://godoc.org/code.gitea.io/gitea?status.svg)](https://godoc.org/code.gitea.io/gitea)
  10. [![Release](https://github-release-version.herokuapp.com/github/go-gitea/gitea/release.svg?style=flat)](https://github.com/go-gitea/gitea/releases/latest)
  11. | | | |
  12. |:---:|:---:|:---:|
  13. |![Dashboard](https://i.imgur.com/3iEQsux.jpg)|![Repository](https://i.imgur.com/glqFnj8.jpg)|![Commits History](https://i.imgur.com/ad1FEpi.jpg)|
  14. |![Profile](https://i.imgur.com/q81EcGa.jpg)|![Admin Dashboard](https://i.imgur.com/L2CQeN0.jpg)|![Diff](https://i.imgur.com/cNuvMum.jpg)|
  15. |![Issues](https://i.imgur.com/xCYRqaF.jpg)|![Releases](https://i.imgur.com/ILpRBCe.jpg)|![Organization](https://i.imgur.com/0BHnrcL.jpg)|
  16. ## Purpose
  17. The goal of this project is to make the easiest, fastest, and most
  18. painless way of setting up a self-hosted Git service.
  19. Using Go, this can be done with an independent binary distribution across
  20. **all platforms** which Go supports, including Linux, macOS, and Windows
  21. on x86, amd64, ARM and PowerPC architectures.
  22. Want to try it before doing anything else?
  23. Do it [with the online demo](https://try.gitea.io/)!
  24. This project has been
  25. [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from
  26. [Gogs](https://gogs.io).
  27. ## Notes
  28. 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
  29. 2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks!
  30. 3. If you're interested in using our APIs, we have experimental support with [documentation](https://godoc.org/code.gitea.io/sdk/gitea).
  31. ## Docs
  32. For more information and instructions about how to install Gitea, please look
  33. at our [documentation](https://docs.gitea.io/en-us/). If you have questions
  34. that are not covered by the documentation, you can get in contact with us on
  35. our [Discord server](https://discord.gg/NsatcWJ),
  36. [Matrix room](https://matrix.to/#/#gitea:matrix.org),
  37. or [forum](https://discourse.gitea.io/)!
  38. ## Contributing
  39. Fork -> Patch -> Push -> Pull Request
  40. ## Authors
  41. * [Maintainers](https://github.com/orgs/go-gitea/people)
  42. * [Contributors](https://github.com/go-gitea/gitea/graphs/contributors)
  43. * [Translators](options/locale/TRANSLATORS)
  44. ## License
  45. This project is licensed under the MIT License.
  46. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file
  47. for the full license text.