|
7 | 7 | [](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
|
8 | 8 | [](https://gitter.im/go-gitea/gitea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 |
| -##### Current tip version: 0.9.99 (see [Releases](https://github.com/go-gitea/gitea/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/)) |
| 12 | +##### Status |
| 13 | + |
| 14 | +**Current version: 1.0.0** (see [Releases](https://github.com/go-gitea/gitea/releases)) |
13 | 15 |
|
14 | 16 | | Web | UI | Preview |
|
15 | 17 | |:-------------:|:-------:|:-------:|
|
|
19 | 21 |
|
20 | 22 | ### Important Notes
|
21 | 23 |
|
22 |
| -1. **YOU MUST READ [Contributing Code](https://github.com/go-gitea/gitea/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**. |
23 |
| -2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site. |
24 |
| -3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch. |
25 |
| -4. If you think there are vulnerabilities in the project, please talk privately to **[email protected]**. Thanks! |
26 |
| -5. If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki). |
27 |
| -6. If your team/company is using Gogs and would like to put your logo on [our website](https://gogs.io), contact us by any means. |
| 24 | +1. **YOU MUST READ THE [Contributors Guide](https://github.com/go-gitea/gitea/CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST**. |
| 25 | +4. If you think there are vulnerabilities in the project, please talk privately to **[email protected]**. Thanks! |
| 26 | +6. If your team/company is using Gogs and would like to put your logo on [our website](https://gitea.io), contact us by any means. |
28 | 27 |
|
29 | 28 | [简体中文](README_ZH.md)
|
30 | 29 |
|
31 | 30 | ## Purpose
|
32 | 31 |
|
33 | 32 | 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.
|
34 | 33 |
|
35 |
| -## Overview |
36 |
| - |
37 |
| -- Please see the [Documentation](https://gogs.io/docs/intro) for common usages and change log. |
38 |
| -- See the [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team. |
39 |
| -- Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs)! |
40 |
| -- Having trouble? Get help with [Troubleshooting](https://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/). |
41 |
| -- Want to help with localization? Check out the [guide](https://gogs.io/docs/features/i18n.html)! |
42 |
| - |
43 | 34 | ## Features
|
44 | 35 |
|
45 | 36 | - Activity timeline
|
@@ -71,15 +62,14 @@ The goal of this project is to make the easiest, fastest, and most painless way
|
71 | 62 |
|
72 | 63 | ## Installation
|
73 | 64 |
|
74 |
| -Make sure you install the [prerequisites](https://gogs.io/docs/installation) first. |
| 65 | +**Note: As Gitea is a [Gogs](https://github.com/gogits/gogs) fork, tutorials and documentation related to gogs applies to Gitea too** |
75 | 66 |
|
76 |
| -There are 5 ways to install Gogs: |
| 67 | +There are 2 ways to install Gitea: |
77 | 68 |
|
78 |
| -- [Install from binary](https://gogs.io/docs/installation/install_from_binary.html) |
79 |
| -- [Install from source](https://gogs.io/docs/installation/install_from_source.html) |
80 |
| -- [Install from packages](https://gogs.io/docs/installation/install_from_packages.html) |
81 | 69 | - [Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker)
|
82 |
| -- [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) |
| 70 | +- [Install with Vagrant](https://github.com/go-gitea/examples/tree/master/vagrant) |
| 71 | + |
| 72 | +**Note: binary release will be available soon** |
83 | 73 |
|
84 | 74 | ### Tutorials
|
85 | 75 |
|
@@ -135,7 +125,7 @@ There are 5 ways to install Gogs:
|
135 | 125 |
|
136 | 126 | ## Contributors
|
137 | 127 |
|
138 |
| -- Ex-team members [@lunny](https://github.com/lunny), [@fuxiaohei](https://github.com/fuxiaohei) and [@slene](https://github.com/slene). |
| 128 | +- see [Maintainer page](https://github.com/orgs/go-gitea/people) |
139 | 129 | - See [contributors page](https://github.com/go-gitea/gitea/graphs/contributors) for full list of contributors.
|
140 | 130 | - See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.
|
141 | 131 |
|
|
0 commit comments