mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Prepare for release v0.3.0
This commit is contained in:
		@@ -54,11 +54,11 @@ There are 3 ways to install Gogs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Acknowledgments
 | 
					## Acknowledgments
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Logo is inspired by [martini-contrib](https://github.com/martini-contrib).
 | 
					 | 
				
			||||||
- Router and middleware mechanism of [martini](http://martini.codegangsta.io/).
 | 
					- Router and middleware mechanism of [martini](http://martini.codegangsta.io/).
 | 
				
			||||||
- Mail Service, modules design is inspired by [WeTalk](https://github.com/beego/wetalk).
 | 
					- Mail Service, modules design is inspired by [WeTalk](https://github.com/beego/wetalk).
 | 
				
			||||||
- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).
 | 
					- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).
 | 
				
			||||||
- Usage and modification from [beego](http://beego.me) modules.
 | 
					- Usage and modification from [beego](http://beego.me) modules.
 | 
				
			||||||
 | 
					- Thanks [lavachen](http://www.lavachen.cn/) for designing Logo.
 | 
				
			||||||
- Thanks [gobuild.io](http://gobuild.io) for providing binary compile and download service.
 | 
					- Thanks [gobuild.io](http://gobuild.io) for providing binary compile and download service.
 | 
				
			||||||
- Great thanks to [Docker China](http://www.dockboard.org/) for providing [dockerfiles](https://github.com/gogits/gogs/tree/master/dockerfiles).
 | 
					- Great thanks to [Docker China](http://www.dockboard.org/) for providing [dockerfiles](https://github.com/gogits/gogs/tree/master/dockerfiles).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,12 +45,12 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## 特别鸣谢
 | 
					## 特别鸣谢
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Logo 基于 [martini-contrib](https://github.com/martini-contrib) 修改而来。
 | 
					 | 
				
			||||||
- 基于 [WeTalk](https://github.com/beego/wetalk) 修改的邮件服务和模块设计。
 | 
					- 基于 [WeTalk](https://github.com/beego/wetalk) 修改的邮件服务和模块设计。
 | 
				
			||||||
- 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
 | 
					- 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
 | 
				
			||||||
- [beego](http://beego.me) 模块的使用与修改。
 | 
					- [beego](http://beego.me) 模块的使用与修改。
 | 
				
			||||||
- [martini](http://martini.codegangsta.io/) 的路由与中间件机制。
 | 
					- [martini](http://martini.codegangsta.io/) 的路由与中间件机制。
 | 
				
			||||||
- 感谢 [gobuild.io](http://gobuild.io) 提供二进制编译与下载服务。
 | 
					- 感谢 [gobuild.io](http://gobuild.io) 提供二进制编译与下载服务。
 | 
				
			||||||
 | 
					- 感谢 [lavachen](http://www.lavachen.cn/) 设计的 Logo。
 | 
				
			||||||
- 感谢 [Docker 中文社区](http://www.dockboard.org/) 提供的 [dockerfiles](https://github.com/gogits/gogs/tree/master/dockerfiles)。
 | 
					- 感谢 [Docker 中文社区](http://www.dockboard.org/) 提供的 [dockerfiles](https://github.com/gogits/gogs/tree/master/dockerfiles)。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 贡献成员
 | 
					## 贡献成员
 | 
				
			||||||
 
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB  | 
@@ -10,9 +10,10 @@ import (
 | 
				
			|||||||
	"strconv"
 | 
						"strconv"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/codegangsta/cli"
 | 
						"github.com/codegangsta/cli"
 | 
				
			||||||
 | 
						qlog "github.com/qiniu/log"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/gogits/gogs/models"
 | 
						"github.com/gogits/gogs/models"
 | 
				
			||||||
	"github.com/gogits/gogs/modules/base"
 | 
						"github.com/gogits/gogs/modules/base"
 | 
				
			||||||
	qlog "github.com/qiniu/log"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var CmdUpdate = cli.Command{
 | 
					var CmdUpdate = cli.Command{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user