mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Update README
This commit is contained in:
		@@ -32,8 +32,8 @@ More importantly, Gogs only needs one binary to setup your own project hosting o
 | 
				
			|||||||
- SSH/HTTPS(Clone only) protocol support.
 | 
					- SSH/HTTPS(Clone only) protocol support.
 | 
				
			||||||
- Register/delete account.
 | 
					- Register/delete account.
 | 
				
			||||||
- Create/delete/watch public repository.
 | 
					- Create/delete/watch public repository.
 | 
				
			||||||
- User profile page.
 | 
					 | 
				
			||||||
- Repository viewer.
 | 
					- Repository viewer.
 | 
				
			||||||
 | 
					- Issue tracker.
 | 
				
			||||||
- Gravatar and cache support.
 | 
					- Gravatar and cache support.
 | 
				
			||||||
- Mail service(register, issue).
 | 
					- Mail service(register, issue).
 | 
				
			||||||
- Administration panel.
 | 
					- Administration panel.
 | 
				
			||||||
@@ -59,7 +59,7 @@ There are two ways to install Gogs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Contributors
 | 
					## Contributors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This project was launched by [Unknown](https://github.com/Unknwon) and [lunny](https://github.com/lunny); [fuxiaohei](https://github.com/fuxiaohei) and [slene](https://github.com/slene) joined the team soon after. See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
 | 
					This project was launched by [Unknown](https://github.com/Unknwon) and [lunny](https://github.com/lunny); [fuxiaohei](https://github.com/fuxiaohei), [slene](https://github.com/slene) and [skyblue](https://github.com/shxsun) joined the team soon after. See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -26,8 +26,8 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 | 
				
			|||||||
- SSH/HTTPS(仅限 Clone) 协议支持
 | 
					- SSH/HTTPS(仅限 Clone) 协议支持
 | 
				
			||||||
- 注册/删除用户
 | 
					- 注册/删除用户
 | 
				
			||||||
- 创建/删除/关注公开仓库
 | 
					- 创建/删除/关注公开仓库
 | 
				
			||||||
- 用户个人信息页面
 | 
					 | 
				
			||||||
- 仓库浏览器
 | 
					- 仓库浏览器
 | 
				
			||||||
 | 
					- Bug 追踪系统
 | 
				
			||||||
- Gravatar 以及缓存支持
 | 
					- Gravatar 以及缓存支持
 | 
				
			||||||
- 邮件服务(注册、Issue)
 | 
					- 邮件服务(注册、Issue)
 | 
				
			||||||
- 管理员面板
 | 
					- 管理员面板
 | 
				
			||||||
@@ -53,7 +53,7 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## 贡献成员
 | 
					## 贡献成员
 | 
				
			||||||
 | 
					
 | 
				
			||||||
本项目最初由 [Unknown](https://github.com/Unknwon) 和 [lunny](https://github.com/lunny) 发起,随后 [fuxiaohei](https://github.com/fuxiaohei) 与 [slene](https://github.com/slene) 加入到开发团队。您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。
 | 
					本项目最初由 [Unknown](https://github.com/Unknwon) 和 [lunny](https://github.com/lunny) 发起,随后 [fuxiaohei](https://github.com/fuxiaohei)、[slene](https://github.com/slene) 以及 [skyblue](https://github.com/shxsun) 加入到开发团队。您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 授权许可
 | 
					## 授权许可
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							@@ -19,7 +19,7 @@ import (
 | 
				
			|||||||
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
 | 
					// Test that go1.2 tag above is included in builds. main.go refers to this definition.
 | 
				
			||||||
const go12tag = true
 | 
					const go12tag = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const APP_VER = "0.2.0.0330 Alpha"
 | 
					const APP_VER = "0.2.0.0401 Alpha"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func init() {
 | 
					func init() {
 | 
				
			||||||
	base.AppVer = APP_VER
 | 
						base.AppVer = APP_VER
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user