]> source.dussan.org Git - gitea.git/commitdiff
Update Wiki
authorUnknown <joe2010xtmf@163.com>
Thu, 27 Mar 2014 11:26:03 +0000 (07:26 -0400)
committerUnknown <joe2010xtmf@163.com>
Thu, 27 Mar 2014 11:26:03 +0000 (07:26 -0400)
README.md
README_ZH.md
models/repo.go

index 47f4bd515bb60a52cc6ccd7c49a97f6f86ac6799..064b5488af0dc0e479dc0d790e17561c6b429ff9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ More importantly, Gogs only needs one binary to setup your own project hosting o
 
 ## Overview
 
-- Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, develop specification, change log and road map.
+- Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, known issues, change log and road map.
 - See [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team.
 - Try it before anything? Do it [online](http://try.gogits.org/Unknown/gogs) or go down to **Installation -> Install from binary** section!
 - Having troubles? Get help from [Troubleshooting](https://github.com/gogits/gogs/wiki/Troubleshooting).
index 9c9f4b3980c92ef3c6de228dd9934050081569e1..002d9d788df1d4bd25716bc18b470160e2b85f35 100644 (file)
@@ -15,7 +15,7 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
 
 ## 项目概览
 
-- æ\9c\89å\85³é¡¹ç\9b®è®¾è®¡ã\80\81å¼\80å\8f\91说æ\98\8e、变更日志和路线图,请通过  [Wiki](https://github.com/gogits/gogs/wiki) 查看。
+- æ\9c\89å\85³é¡¹ç\9b®è®¾è®¡ã\80\81å·²ç\9f¥é\97®é¢\98、变更日志和路线图,请通过  [Wiki](https://github.com/gogits/gogs/wiki) 查看。
 - 您可以到 [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) 跟随开发团队的脚步。
 - 想要先睹为快?通过 [在线体验](http://try.gogits.org/Unknown/gogs) 或查看 **安装部署 -> 二进制安装** 小节。
 - 使用过程中遇到问题?尝试从 [故障排查](https://github.com/gogits/gogs/wiki/Troubleshooting) 页面获取帮助。
index 0ef049cc6e846ce44be70c475af5dd3d7274fa4f..e74643577a2b86ab2e8b4c162c32317a92085df9 100644 (file)
@@ -104,7 +104,7 @@ func IsRepositoryExist(user *User, repoName string) (bool, error) {
 
 var (
        // Define as all lower case!!
-       illegalPatterns = []string{"[.][Gg][Ii][Tt]", "raw", "user", "help", "stars", "issues", "pulls", "commits", "admin", "repo", "template", "admin"}
+       illegalPatterns = []string{"[.][Gg][Ii][Tt]", "raw", "user", "help", "stars", "issues", "pulls", "commits", "repo", "template", "admin"}
 )
 
 // IsLegalName returns false if name contains illegal characters.