Skip to content

Commit 4ab435d

Browse files
committed
s/Github/GitHub
1 parent 3dbeca3 commit 4ab435d

11 files changed

+16
-16
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Conscript is a distribution mechanism for Scala apps using Github and Maven repositories as the infrastructure. You can use it to install and update apps similar to APT or Home Brew.
1+
Conscript is a distribution mechanism for Scala apps using GitHub and Maven repositories as the infrastructure. You can use it to install and update apps similar to APT or Home Brew.
22

33
See [conscript documentation](http://www.foundweekends.org/conscript) for the full story.

docs/00.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ out: index.html
55
Conscript
66
=========
77

8-
Conscript is a distribution mechanism for Scala apps using Github and Maven repositories as the infrastructure. You can use it to install and update apps similar to APT or Home Brew.
8+
Conscript is a distribution mechanism for Scala apps using GitHub and Maven repositories as the infrastructure. You can use it to install and update apps similar to APT or Home Brew.
99

1010
It does less than you think, because the sbt launcher does more than you think. More on that later.

docs/02-usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Using conscript
66
---------------
77

88
The main thing you do with conscript is install and update commands based on `launchconfig`.
9-
`launchconfig` files are stored in Github projects, which you pass into the `cs` command.
9+
`launchconfig` files are stored in GitHub projects, which you pass into the `cs` command.
1010
For example, this installs the giter8 templating system:
1111

1212
```
@@ -19,7 +19,7 @@ For example, this installs the giter8 templating system:
1919
\$ cs foundweekends/giter8/0.2.1
2020
```
2121

22-
Project owners may also decide to push pre-release or other alternate `launchconfig` to different branches on Github. Use can tell conscript read `launchconfig`s from another branch with the `--branch` or `-b` option.
22+
Project owners may also decide to push pre-release or other alternate `launchconfig` to different branches on GitHub. Use can tell conscript read `launchconfig`s from another branch with the `--branch` or `-b` option.
2323

2424
```
2525
\$ cs foundweekends/giter8 --branch staging

docs/03-how.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ you think. What?
1010

1111
<br>**What conscript does:**
1212

13-
- Queries a Github project for `launchconfig`s (launcher configurations)
13+
- Queries a GitHub project for `launchconfig`s (launcher configurations)
1414
- Copies `launchconfig`s to your local filesystem, with a personalized boot path
1515
- Creates scripts to execute the launch configurations
1616

@@ -26,7 +26,7 @@ Suppose you've configured `\$CONSCRIPT_HOME` to `\$HOME/.conscript`.
2626

2727
Then `\$CONSCRIPT_HOME/boot` is used as a boot directory for
2828
all.
29-
App `launchconfig`s are stored according to the Github
29+
App `launchconfig`s are stored according to the GitHub
3030
project name and the script name, such as:
3131

3232
\$CONSCRIPT_HOME/foundweekends/conscript/cs/launchconfig

docs/04-private-repos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To authenticate and store a permanent token, use the `--auth` parameter:
1919

2020
This stores an access token in `~/.conscript/config` which is used for
2121
all future `cs` invocations. You can revoke tokens at any time in your
22-
[Github account settings][tokens].
22+
[GitHub account settings][tokens].
2323

2424
The sbt launcher can access **private Maven/Ivy repos** just as sbt
2525
itself can. Specify a credentials properties file, such as

docs/06-conscripted-apps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ out: conscripted-apps.html
88
Conscripted apps
99
----------------
1010

11-
Because conscipt uses a known path `/src/main/conscript/` on Github, we can [search][search] the Github repos to discover conscripted apps.
11+
Because conscipt uses a known path `/src/main/conscript/` on GitHub, we can [search][search] the GitHub repos to discover conscripted apps.
1212

1313
Let us know if you've written a conscripted app.
1414

1515
- [foundweekends/conscript](https://github.com/foundweekends/conscript). conscript itself is a conscripted app.
16-
- [foundweekends/giter8](https://github.com/foundweekends/giter8). giter8 is a tool to apply templated hosted on Github.
16+
- [foundweekends/giter8](https://github.com/foundweekends/giter8). giter8 is a tool to apply templated hosted on GitHub.
1717
- [foundweekends/pamflet](https://github.com/foundweekends/pamflet). A publishing application for short texts.
1818
- [sbt/sbt](https://github.com/sbt/sbt). sbt provides apps for `sbt`, `scalas` ([sbt Script runner][scriptrunner]), and `screpl`.
1919
- [n8han/herald](https://github.com/n8han/herald). Tell the world about your latest software release.

docs/ja/00.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ out: index.html
55
Conscript
66
=========
77

8-
Conscript は、Github と Maven リポジトリをインフラとして使った Scala アプリのための配信機構だ。APT や Home Brew のように、アプリのインストールや更新を行うことができる。
8+
Conscript は、GitHub と Maven リポジトリをインフラとして使った Scala アプリのための配信機構だ。APT や Home Brew のように、アプリのインストールや更新を行うことができる。
99

1010
多分思ったより少ないことしか行わない。なぜなら sbt ランチャーが思ったより多くのことをこなすからだ。それに関してはまた後で。

docs/ja/02-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Conscript の使い方
66
-----------------
77

88
conscript を用いてやる主なことは `launchconfig` に基いて書かれているコマンドのインストールと更新だ。
9-
`launchconfig` ファイルは Github プロジェクトにて保存されていて、それを `cs` コマンドから指定する。
9+
`launchconfig` ファイルは GitHub プロジェクトにて保存されていて、それを `cs` コマンドから指定する。
1010
例えば、以下のようにして giter8 テンプレートシステムをインストールする:
1111

1212
```

docs/ja/03-how.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ conscript は思ったよりも**少ない**ことしか行わない。なぜな
99

1010
<br>**conscript が行うこと:**
1111

12-
- Github プロジェクトに `launchconfig` (ランチャー設定ファイル) があるかを問い合わせる。
12+
- GitHub プロジェクトに `launchconfig` (ランチャー設定ファイル) があるかを問い合わせる。
1313
- `launchconfig` をローカルのファイルシステムにコピーして、boot path の設定を書き換える。
1414
- ランチャー設定ファイルにもとづいて起動させるためのスクリプトを作成する。
1515

@@ -23,7 +23,7 @@ conscript は、要するに sbt ランチャー周りの慣用を決め打ち
2323
例えば、`\$CONSCRIPT_HOME` をデフォルトどおり `\$HOME/.conscript` に設定したとする。
2424

2525
全ての conscript アプリの boot ディレクトリとして `\$CONSCRIPT_HOME/boot` が使用される。
26-
アプリの `launchconfig` は、Github プロジェクト名とスクリプトの名前の両方にもとづいたパスに保存される。具体例で説明すると、
26+
アプリの `launchconfig` は、GitHub プロジェクト名とスクリプトの名前の両方にもとづいたパスに保存される。具体例で説明すると、
2727

2828
\$CONSCRIPT_HOME/foundweekends/conscript/cs/launchconfig
2929

docs/ja/04-private-repos.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ out: private-repos.html
88
プライベート・リポジトリ
99
--------------------
1010

11-
conscript は Github[非 web アプリ][oauth]用の OAuth フローを使うことで、プライベートな Github リポジトリもサポートしている。
11+
conscript は GitHub[非 web アプリ][oauth]用の OAuth フローを使うことで、プライベートな GitHub リポジトリもサポートしている。
1212

1313
認証して、永久トークンを保存するには、`--auth` オプションを使う:
1414

@@ -17,7 +17,7 @@ conscript は Github の [非 web アプリ][oauth]用の OAuth フローを使
1717
```
1818

1919
これは、アクセス・トークンを `~/.conscript/config` に保存して、以降全ての
20-
`cs` 実行時に用いられる。このトークンは [Github account settings][tokens] よりいつでも取り消すことができる。
20+
`cs` 実行時に用いられる。このトークンは [GitHub account settings][tokens] よりいつでも取り消すことができる。
2121

2222
sbt ランチャーは、sbt 本体同様にプライベートな Maven もしくは Ivy リポジトリをアクセスすることができる。
2323
`~/.ivy2/.credentials` などの credential プロパティファイルを `sbt.boot.credentials` JVM プロパティもしくは、`SBT_CREDENTIALS` 環境変数にて指定する。

notes/0.5.0.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
conscript (`cs`) is moved to [foundweekends][fw], an organization for people who like coding in the weekend.
1111

1212
conscript is a tool for installing and updating Scala apps.
13-
All you need is a Github account, a Bintray account, and some time in the weekend to start publishing your apps that can be used by others:
13+
All you need is a GitHub account, a Bintray account, and some time in the weekend to start publishing your apps that can be used by others:
1414

1515
cs foundweekends/giter8
1616

0 commit comments

Comments
 (0)