diff --git a/README.md b/README.md index 40d5e83..fc26ed9 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ========= GitBucket is a Git platform powered by Scala offering: -- easy installation -- high extensibility by plugins +- Easy installation +- High extensibility by plugins - API compatibility with Github Features @@ -17,14 +17,14 @@ - Account and group management with LDAP integration - Plug-in system -If you want to try the development version of GitBucket, see [Developer's Guide](https://github.com/gitbucket/gitbucket/blob/master/doc/how_to_run.md). +If you want to try the development version of GitBucket, see the [Developer's Guide](https://github.com/gitbucket/gitbucket/blob/master/doc/how_to_run.md). Installation -------- -GitBucket requires **Java8**. You have to install beforehand when it's not installed. +GitBucket requires **Java8**. You have to install it if it is not already installed. -1. Download latest **gitbucket.war** from [the release page](https://github.com/gitbucket/gitbucket/releases) and run it by `java -jar gitbucket.war`. -2. Access `http://[hostname]:8080/` and logged in with **root** / **root**. +1. Download the latest **gitbucket.war** from [the releases page](https://github.com/gitbucket/gitbucket/releases) and run it by `java -jar gitbucket.war`. +2. Go to `http://[hostname]:8080/` and log in with **root** / **root**. You can specify following options: @@ -33,29 +33,29 @@ - `--host=[HOSTNAME]` - `--gitbucket.home=[DATA_DIR]` -Of course, you can also deploy gitbucket.war to a servlet container which supports Servlet 3.0 (like Jetty, Tomcat, JBoss, etc) +You can also deploy gitbucket.war to a servlet container which supports Servlet 3.0 (like Jetty, Tomcat, JBoss, etc) -About installation on Mac or Windows Server (with IIS), configuration of Apache or Nginx and also integration with other tools or services such as Jenkins or Slack, see [Wiki](https://github.com/gitbucket/gitbucket/wiki). +For more information about installation on Mac or Windows Server (with IIS), or configuration of Apache or Nginx and also integration with other tools or services such as Jenkins or Slack, see [Wiki](https://github.com/gitbucket/gitbucket/wiki). -To upgrade GitBucket, only replace gitbucket.war after stop GitBucket. All GitBucket data is stored in `HOME/.gitbucket` in default. So if you want to back up GitBucket data, copy this directory to the other disk. +To upgrade GitBucket, replace `gitbucket.war` with the new version, after stopping GitBucket. All GitBucket data is stored in `HOME/.gitbucket` by default. So if you want to back up GitBucket's data, copy this directory to the backup location. -Plug-ins +Plugins -------- -GitBucket has the plug-in system to extend GitBucket from outside of GitBucket. We are providing some official plug-ins: +GitBucket has a plug-in system to allow extensions to GitBucket. We provide some official plug-ins: - [gitbucket-gist-plugin](https://github.com/gitbucket/gitbucket-gist-plugin) - [gitbucket-emoji-plugin](https://github.com/gitbucket/gitbucket-emoji-plugin) -You can find more plugins made by community at [gitbucket community plugins](http://gitbucket-plugins.github.io/). +You can find more plugins made by the community at [GitBucket community plugins](http://gitbucket-plugins.github.io/). Support -------- -- If you have any question about GitBucket, send it to [gitter room](https://gitter.im/gitbucket/gitbucket) before raise an issue. -- Make sure check whether there is a same question or request in the past. -- When raise a new issue, write subject in **English** at least. -- We can also support in Japaneses other than English at [gitter room for Japanese](https://gitter.im/gitbucket/gitbucket_ja). -- First priority of GitBucket is easy installation and API compatibility with GitHub, so we might reject if your request is against it. +- If you have any questions about GitBucket, send it to the [gitter room](https://gitter.im/gitbucket/gitbucket) before opening an issue. +- Make sure check whether there is the same question or request in the past. +- When raise a new issue, write at least the subject in **English**. +- We can also provide support in Japanese at [gitter room for Japanese](https://gitter.im/gitbucket/gitbucket_ja). +- The first priority of GitBucket is easy installation and API compatibility with GitHub, so we might reject if your request is against it. Release Notes ------------- diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index fd3b8e7..a065e66 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -10,7 +10,7 @@ @if(personalTokens.isEmpty && gneratedToken.isEmpty){ No tokens. } else { - Tokens you have generated that can be used to access the GitBucket API. + Tokens you have generated which can be used to access the GitBucket API.
} @gneratedToken.map { case (token, tokenString) => @@ -42,7 +42,7 @@
-

What's this token for?

+

What is this token for?

diff --git a/src/main/twirl/gitbucket/core/account/newrepo.scala.html b/src/main/twirl/gitbucket/core/account/newrepo.scala.html index 2cf2bc4..6f6397b 100644 --- a/src/main/twirl/gitbucket/core/account/newrepo.scala.html +++ b/src/main/twirl/gitbucket/core/account/newrepo.scala.html @@ -6,7 +6,7 @@

Create a new repository

- A repository contains all the files for your project, including the revision history. + A repository contains all the files for your project including the revision history.

diff --git a/src/main/twirl/gitbucket/core/admin/system.scala.html b/src/main/twirl/gitbucket/core/admin/system.scala.html index 549f32e..cae8a03 100644 --- a/src/main/twirl/gitbucket/core/admin/system.scala.html +++ b/src/main/twirl/gitbucket/core/admin/system.scala.html @@ -36,8 +36,8 @@

The base URL is used for redirect, notification email, git repository URL box and more. - If the base URL is empty, GitBucket generates URL from request information. - You can use this property to adjust URL difference between the reverse proxy and GitBucket. + If the base URL is empty, GitBucket generates URL from the request information. + You can use this property to adjust to URL differences between the reverse proxy and GitBucket.

@@ -59,19 +59,19 @@
- +
@@ -82,7 +82,7 @@
@@ -317,7 +317,7 @@ @*
diff --git a/src/main/twirl/gitbucket/core/pulls/conversation.scala.html b/src/main/twirl/gitbucket/core/pulls/conversation.scala.html index 94dcbbb..85e862c 100644 --- a/src/main/twirl/gitbucket/core/pulls/conversation.scala.html +++ b/src/main/twirl/gitbucket/core/pulls/conversation.scala.html @@ -34,7 +34,7 @@
Pull request successfully merged and closed
- You're all set-the @pullreq.requestBranch branch can be safely deleted. + You're all set. The @pullreq.requestBranch branch can now be safely deleted.
} diff --git a/src/main/twirl/gitbucket/core/repo/guide.scala.html b/src/main/twirl/gitbucket/core/repo/guide.scala.html index 3c9e62c..921afd6 100644 --- a/src/main/twirl/gitbucket/core/repo/guide.scala.html +++ b/src/main/twirl/gitbucket/core/repo/guide.scala.html @@ -14,7 +14,7 @@ SSH }
-

Create a new repository on the command line

+

Create a new repository from the command line

@helpers.pre { touch README.md git init diff --git a/src/main/twirl/gitbucket/core/search/code.scala.html b/src/main/twirl/gitbucket/core/search/code.scala.html index 30b7943..ebc48b9 100644 --- a/src/main/twirl/gitbucket/core/search/code.scala.html +++ b/src/main/twirl/gitbucket/core/search/code.scala.html @@ -10,7 +10,7 @@ @if(files.isEmpty) {

We couldn't find any code matching '@query'

} else { -

We've found @files.size code @helpers.plural(files.size, "result")

+

We have found @files.size code @helpers.plural(files.size, "result")

} } @files.drop((page - 1) * RepositorySearchService.CodeLimit).take(RepositorySearchService.CodeLimit).map { file => diff --git a/src/main/twirl/gitbucket/core/search/repositories.scala.html b/src/main/twirl/gitbucket/core/search/repositories.scala.html index f2b34b7..eb450ce 100644 --- a/src/main/twirl/gitbucket/core/search/repositories.scala.html +++ b/src/main/twirl/gitbucket/core/search/repositories.scala.html @@ -10,7 +10,7 @@ @if(repositories.isEmpty) { -

We couldn't find any repository matching '@query'

+

We couldn't find any repositories matching '@query'

} else {

We've found @repositories.size @helpers.plural(repositories.size, "repository", "repositories")

} diff --git a/src/main/twirl/gitbucket/core/search/wiki.scala.html b/src/main/twirl/gitbucket/core/search/wiki.scala.html index fa4bba5..234784d 100644 --- a/src/main/twirl/gitbucket/core/search/wiki.scala.html +++ b/src/main/twirl/gitbucket/core/search/wiki.scala.html @@ -8,7 +8,7 @@ @gitbucket.core.search.html.menu("wiki", query, repository){ @if(query.nonEmpty) { @if(wikis.isEmpty) { -

We couldn't find any code matching '@query'

+

We could not find any code matching '@query'

} else {

We've found @wikis.size @helpers.plural(wikis.size, "page")

} diff --git a/src/main/twirl/gitbucket/core/settings/options.scala.html b/src/main/twirl/gitbucket/core/settings/options.scala.html index 59dda9f..1a988fd 100644 --- a/src/main/twirl/gitbucket/core/settings/options.scala.html +++ b/src/main/twirl/gitbucket/core/settings/options.scala.html @@ -44,7 +44,7 @@ Forks
- Allow repository forking to users who can access this repository. + Allow users who can access this repository to fork it.
@@ -56,7 +56,7 @@
@@ -75,7 +75,7 @@
@@ -87,7 +87,7 @@
@@ -106,7 +106,7 @@