Skip to content

Commit d42359d

Browse files
committed
tutorial: use a directory for each version
1 parent 651e9e7 commit d42359d

22 files changed

+272
-73
lines changed

tutorial/README.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,12 @@ OSS Gateワークショップ(チュートリアル)の説明。
44

55
スライドと[文章](scenario.md)があります。説明をするときはスライド、詳細を確認するときは文章が適しています。スライドは使い方にあわせて次のどれかを使います。
66

7-
* [ソース](scenario.rab):ローカルで[Rabbit](http://rabbit-shocker.org/)を使って表示するとき
8-
* [Rabbit Slide Show](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial/):Webブラウザーで表示するとき(Rabbitを用意する必要はない)
9-
* [PDF](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial/scenario.pdf):ローカルでPDFビューアーを使って表示する時
10-
11-
## チャット
12-
13-
ワークショップ中およびワークショップ後は[Gitterのoss-gate/devel](https://gitter.im/oss-gate/devel)を活用します。
7+
* [オフライン版](scenario/)
8+
* [オフライン・短縮版](scenario-short/)
9+
* [オンライン版](scenario-online/)
1410

1511
## ライセンス
1612

1713
CC BY-SA 4.0
1814

1915
詳細は[LICENSE](LICENSE)を確認してください。
20-
21-
## スライド
22-
23-
### 表示
24-
25-
```console
26-
% rake
27-
```
28-
29-
### 公開
30-
31-
```console
32-
% rake publish
33-
```

tutorial/Rakefile

-28
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/.tmp/
2-
/pkg/
2+
/LICENSE
3+
/images/
34
/pdf/
5+
/pkg/
File renamed without changes.

tutorial/scenario-online/README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# OSS Gateワークショップ(チュートリアル)オンライン版
2+
3+
OSS Gateワークショップ(チュートリアル)オンライン版の説明。
4+
5+
スライドと[文章](../scenario.md)があります。説明をするときはスライド、詳細を確認するときは文章が適しています。スライドは使い方にあわせて次のどれかを使います。
6+
7+
* [ソース](scenario.rab):ローカルで[Rabbit](http://rabbit-shocker.org/)を使って表示するとき
8+
* [Rabbit Slide Show](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-online/):Webブラウザーで表示するとき(Rabbitを用意する必要はない)
9+
* [PDF](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-online/scenario.pdf):ローカルでPDFビューアーを使って表示する時
10+
11+
## チャット
12+
13+
ワークショップ中およびワークショップ後は[Gitterのoss-gate/devel](https://gitter.im/oss-gate/devel)を活用します。
14+
15+
## ライセンス
16+
17+
CC BY-SA 4.0
18+
19+
詳細は[LICENSE](../LICENSE)を確認してください。
20+
21+
## スライド
22+
23+
### 表示
24+
25+
```console
26+
% rake
27+
```
28+
29+
### 公開
30+
31+
```console
32+
% rake publish
33+
```

tutorial/scenario-online/Rakefile

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
require "rabbit/task/slide"
2+
3+
# Edit ./config.yaml to customize meta data
4+
5+
Dir.glob("../{LICENSE,images/**/*.*}") do |shared_file|
6+
relative_path = shared_file.gsub(/\A\.\.\//, "")
7+
file relative_path => shared_file do
8+
mkdir_p(File.dirname(relative_path))
9+
cp(shared_file, relative_path)
10+
end
11+
end
12+
13+
spec = nil
14+
Rabbit::Task::Slide.new do |task|
15+
spec = task.spec
16+
task.spec.files += ["LICENSE"]
17+
task.spec.files += Dir.glob("../images/**/*.*").collect do |path|
18+
path.gsub(/\A\.\.\//, "")
19+
end
20+
# task.spec.files -= Dir.glob("private/**/*.*")
21+
task.spec.add_runtime_dependency("rabbit-theme-clear-code")
22+
end
23+
24+
desc "Tag #{spec.version}"
25+
task :tag do
26+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
27+
sh("git", "push", "--tags")
28+
end

tutorial/scenario-online/config.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
id: workshop-tutorial-online
3+
base_name: scenario
4+
tags:
5+
- rabbit
6+
- oss_gate
7+
- workshop
8+
presentation_date: 2019-07-27
9+
version: 2019.7.27.0
10+
licenses:
11+
- CC-BY-SA-4.0
12+
slideshare_id:
13+
speaker_deck_id:
14+
ustream_id:
15+
vimeo_id:
16+
youtube_id:
17+
author:
18+
markup_language: :rd
19+
name: OSS Gate
20+
21+
rubygems_user: oss-gate
22+
slideshare_user:
23+
speaker_deck_user:

tutorial/scenario-online.rab tutorial/scenario-online/scenario.rab

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= OSS Gate\nワークショップ
1+
= OSS Gate\nワークショップ\nオンライン版
22

33
: theme
44
.
@@ -40,7 +40,7 @@
4040
= OSS Gate?
4141

4242
# image
43-
# src = images/oss-gate-icon.svg
43+
# src = ../images/oss-gate-icon.svg
4444
# relative_width = 30
4545
# align = right
4646
# vertical_align = top
@@ -59,25 +59,25 @@ OSSの門?
5959
= 扱う境界
6060

6161
# image
62-
# src = images/oss-gate-border.svg
62+
# src = ../images/oss-gate-border.svg
6363
# relative_width = 100
6464

6565
= ターゲット
6666

6767
# image
68-
# src = images/oss-gate-target.svg
68+
# src = ../images/oss-gate-target.svg
6969
# relative_width = 100
7070

7171
= やりたいこと
7272

7373
# image
74-
# src = images/oss-gate-goal.svg
74+
# src = ../images/oss-gate-goal.svg
7575
# relative_width = 100
7676

7777
= 未参加者→参加者
7878

7979
# image
80-
# src = images/oss-gate-workshop.svg
80+
# src = ../images/oss-gate-workshop.svg
8181
# relative_width = 100
8282

8383
= OSS Gateとワークショップ
@@ -114,13 +114,13 @@ OSSの門?
114114
= 体験して門をくぐる
115115

116116
# image
117-
# src = images/oss-gate-pass-through.svg
117+
# src = ../images/oss-gate-pass-through.svg
118118
# relative_width = 100
119119

120120
= よりくぐりやすく
121121

122122
# image
123-
# src = images/oss-gate-support.svg
123+
# src = ../images/oss-gate-support.svg
124124
# relative_width = 100
125125

126126
= ワークショップの内容1
File renamed without changes.

tutorial/scenario-short/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.tmp/
2+
/LICENSE
3+
/images/
4+
/pdf/
5+
/pkg/

tutorial/scenario-short/.rabbit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scenario.rab

tutorial/scenario-short/README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# OSS Gateワークショップ(チュートリアル)オフライン・短縮版
2+
3+
OSS Gateワークショップ(チュートリアル)オフライン・短縮版の説明。
4+
5+
スライドと[文章](../scenario.md)があります。説明をするときはスライド、詳細を確認するときは文章が適しています。スライドは使い方にあわせて次のどれかを使います。
6+
7+
* [ソース](scenario.rab):ローカルで[Rabbit](http://rabbit-shocker.org/)を使って表示するとき
8+
* [Rabbit Slide Show](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-short/):Webブラウザーで表示するとき(Rabbitを用意する必要はない)
9+
* [PDF](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-short/scenario.pdf):ローカルでPDFビューアーを使って表示する時
10+
11+
## チャット
12+
13+
ワークショップ中およびワークショップ後は[Gitterのoss-gate/devel](https://gitter.im/oss-gate/devel)を活用します。
14+
15+
## ライセンス
16+
17+
CC BY-SA 4.0
18+
19+
詳細は[LICENSE](../LICENSE)を確認してください。
20+
21+
## スライド
22+
23+
### 表示
24+
25+
```console
26+
% rake
27+
```
28+
29+
### 公開
30+
31+
```console
32+
% rake publish
33+
```

tutorial/scenario-short/Rakefile

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
require "rabbit/task/slide"
2+
3+
# Edit ./config.yaml to customize meta data
4+
5+
Dir.glob("../{LICENSE,images/**/*.*}") do |shared_file|
6+
relative_path = shared_file.gsub(/\A\.\.\//, "")
7+
file relative_path => shared_file do
8+
mkdir_p(File.dirname(relative_path))
9+
cp(shared_file, relative_path)
10+
end
11+
end
12+
13+
spec = nil
14+
Rabbit::Task::Slide.new do |task|
15+
spec = task.spec
16+
task.spec.files += ["LICENSE"]
17+
task.spec.files += Dir.glob("../images/**/*.*").collect do |path|
18+
path.gsub(/\A\.\.\//, "")
19+
end
20+
# task.spec.files -= Dir.glob("private/**/*.*")
21+
task.spec.add_runtime_dependency("rabbit-theme-clear-code")
22+
end
23+
24+
desc "Tag #{spec.version}"
25+
task :tag do
26+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
27+
sh("git", "push", "--tags")
28+
end

tutorial/scenario-short/config.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
id: workshop-tutorial-short
3+
base_name: scenario
4+
tags:
5+
- rabbit
6+
- oss_gate
7+
- workshop
8+
presentation_date: 2019-07-27
9+
version: 2019.7.27.0
10+
licenses:
11+
- CC-BY-SA-4.0
12+
slideshare_id:
13+
speaker_deck_id:
14+
ustream_id:
15+
vimeo_id:
16+
youtube_id:
17+
author:
18+
markup_language: :rd
19+
name: OSS Gate
20+
21+
rubygems_user: oss-gate
22+
slideshare_user:
23+
speaker_deck_user:

tutorial/scenario-short.rab tutorial/scenario-short/scenario.rab

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
= OSS Gate?
3636

3737
# image
38-
# src = images/oss-gate-icon.svg
38+
# src = ../images/oss-gate-icon.svg
3939
# relative_width = 30
4040
# align = right
4141
# vertical_align = top
@@ -54,25 +54,25 @@ OSSの門?
5454
= 扱う境界
5555

5656
# image
57-
# src = images/oss-gate-border.svg
57+
# src = ../images/oss-gate-border.svg
5858
# relative_width = 100
5959

6060
= ターゲット
6161

6262
# image
63-
# src = images/oss-gate-target.svg
63+
# src = ../images/oss-gate-target.svg
6464
# relative_width = 100
6565

6666
= やりたいこと
6767

6868
# image
69-
# src = images/oss-gate-goal.svg
69+
# src = ../images/oss-gate-goal.svg
7070
# relative_width = 100
7171

7272
= 未参加者→参加者
7373

7474
# image
75-
# src = images/oss-gate-workshop.svg
75+
# src = ../images/oss-gate-workshop.svg
7676
# relative_width = 100
7777

7878
= OSS Gateとワークショップ
@@ -101,13 +101,13 @@ OSSの門?
101101
= 体験して門をくぐる
102102

103103
# image
104-
# src = images/oss-gate-pass-through.svg
104+
# src = ../images/oss-gate-pass-through.svg
105105
# relative_width = 100
106106

107107
= よりくぐりやすく
108108

109109
# image
110-
# src = images/oss-gate-support.svg
110+
# src = ../images/oss-gate-support.svg
111111
# relative_width = 100
112112

113113
= ワークショップの内容1

tutorial/scenario/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.tmp/
2+
/LICENSE
3+
/images/
4+
/pdf/
5+
/pkg/

tutorial/scenario/.rabbit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scenario.rab

0 commit comments

Comments
 (0)