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

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