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.5 kB

11 years ago
11 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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://image.ibb.co/dms6DG/1.png)|![Repository](https://image.ibb.co/m6MSLw/2.png)|![Commits History](https://image.ibb.co/cjrSLw/3.png)|
  14. |![Branches](https://image.ibb.co/e6vbDG/4.png)|![Issues](https://image.ibb.co/bJTJSb/5.png)|![Pull Request View](https://image.ibb.co/e02dSb/6.png)|
  15. |![Releases](https://image.ibb.co/cUzgfw/7.png)|![Activity](https://image.ibb.co/eZgGDG/8.png)|![Wiki](https://image.ibb.co/dYV9YG/9.png)|
  16. |![Diff](https://image.ibb.co/ewA9YG/10.png)|![Organization](https://image.ibb.co/ceOwDG/11.png)|![Profile](https://image.ibb.co/c44Q7b/12.png)|
  17. ## Purpose
  18. The goal of this project is to make the easiest, fastest, and most
  19. painless way of setting up a self-hosted Git service.
  20. Using Go, this can be done with an independent binary distribution across
  21. **all platforms** which Go supports, including Linux, macOS, and Windows
  22. on x86, amd64, ARM and PowerPC architectures.
  23. Want to try it before doing anything else?
  24. Do it [with the online demo](https://try.gitea.io/)!
  25. This project has been
  26. [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from
  27. [Gogs](https://gogs.io) since 2016.11 but changed a lot.
  28. ## Notes
  29. 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
  30. 2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks!
  31. 3. If you're interested in using our APIs, we have experimental support with [documentation](https://godoc.org/code.gitea.io/sdk/gitea).
  32. ## Docs
  33. For more information and instructions about how to install Gitea, please look
  34. at our [documentation](https://docs.gitea.io/en-us/). If you have questions
  35. that are not covered by the documentation, you can get in contact with us on
  36. our [Discord server](https://discord.gg/NsatcWJ),
  37. [Matrix room](https://matrix.to/#/#gitea:matrix.org),
  38. or [forum](https://discourse.gitea.io/)!
  39. ## Contributing
  40. Fork -> Patch -> Push -> Pull Request
  41. ## Authors
  42. * [Maintainers](https://github.com/orgs/go-gitea/people)
  43. * [Contributors](https://github.com/go-gitea/gitea/graphs/contributors)
  44. * [Translators](options/locale/TRANSLATORS)
  45. ## License
  46. This project is licensed under the MIT License.
  47. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file
  48. for the full license text.