]> source.dussan.org Git - gitea.git/commitdiff
Update README
authorUnknown <joe2010xtmf@163.com>
Mon, 24 Mar 2014 15:44:47 +0000 (11:44 -0400)
committerUnknown <joe2010xtmf@163.com>
Mon, 24 Mar 2014 15:44:47 +0000 (11:44 -0400)
README.md
README_ZH.md
models/repo.go

index 104b7eab55290594ac272712bcc7be000d513cf7..a39a92a32214f6a5c245c90c9014757ff4520f3e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ There are two ways to install Gogs:
 - 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 [gobuild.io](http://gobuild.io) for providing binary compile and download service.
 
 ## Contributors
 
index 838e30a0ef9416f9456fc4afcfd06fbe7f79fac7..440f952f861483e9fa72439cc664128671f53a7e 100644 (file)
@@ -49,6 +49,7 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 - 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
 - [beego](http://beego.me) 模块的使用与修改。
 - [martini](http://martini.codegangsta.io/) 的路由与中间件机制。
+- 感谢 [gobuild.io](http://gobuild.io) 提供二进制编译与下载服务。
 
 ## 贡献成员
 
index a76966b0575f0d2cea70e069b428a594e59192f6..ff9090df36f700b77b8b57555079469b3c10bc1c 100644 (file)
@@ -109,7 +109,7 @@ func IsRepositoryExist(user *User, repoName string) (bool, error) {
 
 var (
        // Define as all lower case!!
-       illegalPatterns = []string{"[.][Gg][Ii][Tt]", "user", "help", "stars", "issues", "pulls", "commits", "admin", "repo", "template", "admin"}
+       illegalPatterns = []string{"[.][Gg][Ii][Tt]", "raw", "user", "help", "stars", "issues", "pulls", "commits", "admin", "repo", "template", "admin"}
 )
 
 // IsLegalName returns false if name contains illegal characters.