-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from TechBooster/feataure-rename-v3
リポジトリ名変更に対応
- Loading branch information
Showing
10 changed files
with
41 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,55 @@ | ||
# C89-FirstStepReVIEW-v2 | ||
# FirstStepReVIEW-v3 | ||
|
||
「技術書をかこう!〜はじめてのRe:VIEW〜改訂版」はRe:VIEW 2.3.0に対応した執筆ノウハウ本です。 | ||
「技術書をかこう!〜はじめてのRe:VIEW〜第3版」はRe:VIEW 5.8に対応した執筆ノウハウ本です。 | ||
Re:VIEWの使い方と制作にあたっての企画〜執筆〜編集〜告知〜会場頒布までのノウハウをギュッと詰めています。 | ||
またTechBoosterが利用してる書籍レイアウト(B5/A5/電子書籍)は[ReVIEW-Templateリポジトリ](https://github.com/TechBooster/ReVIEW-Template)で公開しています | ||
|
||
本リポジトリやTechBoosterが利用してる書籍のレイアウト(B5/A5/電子書籍)は[ReVIEW-Templateリポジトリ](https://github.com/TechBooster/ReVIEW-Template)で公開しています。 | ||
|
||
## 本を読むには? | ||
|
||
### 電子書籍として閲覧する場合 | ||
|
||
https://techbooster.booth.pm/ | ||
でPDF版の販売予定があります | ||
* https://techbooster.booth.pm/ | ||
|
||
ここでPDF版を販売しています。 | ||
|
||
### 物理本がほしい場合 | ||
|
||
ComicZinさんにて委託を予定してます | ||
技術書典15で販売を予定しています。 | ||
|
||
## この本のビルドの仕方 | ||
CloneしてGitHub Actions経由で出力するのが、たぶん一番楽です。 | ||
|
||
細かい準備(TeX入れたり)は[Setup方法](https://github.com/TechBooster/C89-FirstStepReVIEW-v2/blob/9ecb665f38ffb54c8943fb0406e3fe2bd9bc5e40/articles/setup.re)に準じます。 | ||
|
||
TeXの導入をしない場合でもHTML出力は可能です。Dockerコンテナでビルドすることもできます。 | ||
こまかなビルド環境の準備は[Setup方法](https://github.com/TechBooster/FirstStepReVIEW-v3/blob/main/articles/setup.re)に準じます。 | ||
Dockerコンテナでビルドする場合、ローカルでの環境は最低限で大丈夫です。 | ||
|
||
### PDF出力する | ||
|
||
rbenvやnodebrewを利用してRubyやNode.jsの準備をしている前提です。 | ||
もしそうではない場合、適宜sudoを補うこと。 | ||
Node.jsは4.x系以上が必須です。 | ||
|
||
graphvizを使ったのでbrew install graphvizとかが必要かもしれません。 | ||
|
||
``` | ||
$ gem install bundler | ||
$ git clone [email protected]:TechBooster/C89-FirstStepReVIEW-v2.git | ||
$ cd C89-FirstStepReVIEW-v2 | ||
$ npm install | ||
$ npm run pdf | ||
``` | ||
|
||
### Dockerを使う | ||
### Dockerを使ってPDF出力する | ||
|
||
TeXの環境構築が困難な場合、一式セットアップ済みの[dockerイメージ](https://registry.hub.docker.com/u/vvakame/review/)を用意してあるので使ってください。 | ||
Dockerがうまく動くようになっている場合、以下のコマンドで細かい準備なしにビルドを行うことができます。 | ||
|
||
``` | ||
$ docker pull vvakame/review | ||
$ docker pull vvakame/review:5.8 | ||
$ ./build-in-docker.sh | ||
``` | ||
|
||
### HTML出力 | ||
### ローカル環境でPDF出力する | ||
|
||
`npm run web` を実行すると、`publish/`ディレクトリ以下に公開用HTMLファイルおよびcss,画像を出力します。 | ||
rbenvやnodebrewを利用してRubyやNode.jsの準備をしている前提です。 | ||
もしそうではない場合、適宜sudoを補うこと。 | ||
|
||
### 権利 | ||
``` | ||
$ gem install bundler | ||
$ git clone https://github.com/TechBooster/FirstStepReVIEW-v3.git | ||
$ cd FirstStepReVIEW-v3 | ||
$ npm install | ||
$ npm run pdf | ||
``` | ||
## 権利 | ||
|
||
* 文章、イラストデータについては著作物の権利を権利者に留保します | ||
* 権利者はGitHubの利用規約に基づき、リポジトリのForkに同意しています | ||
* 文章、イラストデータの流用、改変は許可していません(利用したい場合はIssue等でお問い合わせください) | ||
* 設定ファイル、テンプレートなど制作環境(techbooster-doujin.styなど)はMITライセンスです | ||
* 設定ファイル、テンプレートなど制作環境(techbooster-doujin-base.styなど)はMITライセンスです | ||
* 再配布などMITライセンスで定める範囲で権利者表記をおねがいします | ||
* 本設定を使って生成した書籍は現段階のRe:VIEWではソフトウェアたりえません。したがってライセンスは発生しません(あとがきなどへの表記はあると嬉しいものの生成物での表記は不要です) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters