]> source.dussan.org Git - gitea.git/commitdiff
Prepare for release v0.3.0
authorUnknown <joe2010xtmf@163.com>
Mon, 21 Apr 2014 10:37:57 +0000 (06:37 -0400)
committerUnknown <joe2010xtmf@163.com>
Mon, 21 Apr 2014 10:37:57 +0000 (06:37 -0400)
README.md
README_ZH.md
public/img/favicon.png
update.go

index 7871325363e603c7d6a8365b38c8c0ba795edadb..12087a9d4a2af2626fc71cf463f01a407b646bf2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,11 +54,11 @@ There are 3 ways to install Gogs:
 
 ## Acknowledgments
 
-- Logo is inspired by [martini-contrib](https://github.com/martini-contrib).
 - Router and middleware mechanism of [martini](http://martini.codegangsta.io/).
 - 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).
 - 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.
 - Great thanks to [Docker China](http://www.dockboard.org/) for providing [dockerfiles](https://github.com/gogits/gogs/tree/master/dockerfiles).
 
index ecfb7700a2984243d1e9f410231f2782041188db..6d7553a684e6ad537add7ac352078c9d5ca4e925 100644 (file)
@@ -45,12 +45,12 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 
 ## 特别鸣谢
 
-- Logo 基于 [martini-contrib](https://github.com/martini-contrib) 修改而来。
 - 基于 [WeTalk](https://github.com/beego/wetalk) 修改的邮件服务和模块设计。
 - 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
 - [beego](http://beego.me) 模块的使用与修改。
 - [martini](http://martini.codegangsta.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)。
 
 ## 贡献成员
index 0e7342b30d0109a9e59004dd113c0570f0559924..ba9bd037561dc68c9678516ca2c9b39ecb80a723 100644 (file)
Binary files a/public/img/favicon.png and b/public/img/favicon.png differ
index 1db703ad9903e6c15b48c40147b2d052161e2c39..196ed3e632f5e58049b8619329bc8b4fc40315fe 100644 (file)
--- a/update.go
+++ b/update.go
@@ -10,9 +10,10 @@ import (
        "strconv"
 
        "github.com/codegangsta/cli"
+       qlog "github.com/qiniu/log"
+
        "github.com/gogits/gogs/models"
        "github.com/gogits/gogs/modules/base"
-       qlog "github.com/qiniu/log"
 )
 
 var CmdUpdate = cli.Command{