You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified README and added a release badge (#460)
* Dropped the status from readme, it's anway always outdated
* Added version badge
* Cleaned the install instructions
* Dropped paragraphs that should be documented on the docs
* Simplified the content, refer to the website
* Dropped the logo, lets show screenshots
* Fixed TRANSLATORS link
1.**YOU MUST READ THE [Contributors Guide](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST**.
28
-
2. If you think there are vulnerabilities in the project, please talk privately to **[email protected]**. Thanks!
29
-
3. If you're interested in using APIs, we have experimental support with [documentation](https://godoc.org/github.com/go-gitea/go-sdk).
30
-
31
20
## Purpose
32
21
33
-
The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM.
-[Installing Gogs on FreeBSD](https://www.codejam.info/2015/03/installing-gogs-on-freebsd.html)
88
-
-[Gogs on Raspberry Pi](http://blog.meinside.pe.kr/Gogs-on-Raspberry-Pi/)
89
-
-[Cloudflare Full SSL with GOGS (Go Git Service) using NGINX](http://www.listekconsulting.com/articles/cloudflare-full-ssl-with-gogs-go-git-service-using-nginx/)
90
-
91
-
### Screencasts
92
-
93
-
-[How to install Gogs on a Linux Server (DigitalOcean)](https://www.youtube.com/watch?v=deSfX0gqefE)
94
-
-[Instalando Gogs no Ubuntu](https://www.youtube.com/watch?v=4UkHAR1F7ZA) (Português)
The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **all platforms** that Go supports, including Linux, macOS, and Windows. Want to try it before doing anything else? Do it [online](https://try.gitea.io/)!
118
23
119
-
-[Synology](https://www.synology.com) (Docker)
120
-
-[One Space](http://www.onespace.cc) (App Store)
24
+
## Notes
121
25
122
-
## Acknowledgments
26
+
1.**YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
27
+
2. If you found a vulnerability in the project, please write privately to **[email protected]**. Thanks!
28
+
3. If you're interested in using our APIs, we have experimental support with [documentation](https://godoc.org/github.com/go-gitea/go-sdk).
123
29
124
-
- Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron).
125
-
- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).
126
-
- Thanks [Rocker](http://weibo.com/rocker1989) for designing Logo.
127
-
- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.
128
-
- Thanks [DigitalOcean](https://www.digitalocean.com) for hosting home and demo sites.
129
-
- Thanks [KeyCDN](https://www.keycdn.com/) and [QiNiu](http://www.qiniu.com/) for providing CDN service.
30
+
## Docs
130
31
32
+
For further information or instructions how to install Gitea please take a look at our [documentation](https://docs.gitea.io/en-us/), if you can not find some specific information just head over to our [Gitter](https://gitter.im/go-gitea/gitea) channel to have a chat with us.
0 commit comments