Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Sep 3, 2015
2 parents 4bc628c + 82e50b3 commit 66d4935
Show file tree
Hide file tree
Showing 17 changed files with 274 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## 0.2.0 (9/3/2015)
* [#30](https://github.com/yasuhito/trema-book/pull/30): 「OpenFlow の仕組み」章のドラフト rev.1 を追加.

## 0.1.0 (8/31/2015)
* Hello Trema 章のドラフト rev.1 を追加.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
guard 'rake', task: :render do
guard 'rake', task: :html do
watch(/.+\.adoc$/)
end

Expand Down
5 changes: 5 additions & 0 deletions appendix.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[appendix]
= Copyright and License
This book is released under the GNU General Public License version 3.0:

- http://www.gnu.org/licenses/gpl-3.0.html
11 changes: 4 additions & 7 deletions book.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
= TremaでOpenFlowプログラミング
高宮 安仁 <yasuhito@gmail.com>; 鈴木 一哉; 松井 暢之; 村木 暢哉; 山崎 泰宏

== OpenFlow って何?
// 仮置き
:leveloffset: 1

include::hello_trema.adoc[leveloffset=+1]
include::how_does_openflow_work.adoc[]

[appendix]
== Copyright and License
This book is released under the GNU General Public License version 3.0:
include::hello_trema.adoc[]

- http://www.gnu.org/licenses/gpl-3.0.html
include::appendix.adoc[]
255 changes: 255 additions & 0 deletions how_does_openflow_work.adoc

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/whats_openflow/incredible_machine.png
Binary file not shown.
Binary file removed images/whats_openflow/openflow_host_switch.png
Binary file not shown.
Binary file not shown.
Binary file removed images/whats_openflow/yoyodyne_support.png
Binary file not shown.
Binary file removed images/whats_openflow/yoyodyne_support_miyasaka.png
Binary file not shown.
6 changes: 5 additions & 1 deletion index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

:leveloffset: 1

include::book.adoc[]
include::how_does_openflow_work.adoc[]

include::hello_trema.adoc[]

include::appendix.adoc[]
2 changes: 1 addition & 1 deletion tasks/html.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CLOBBER << 'index.html'
task html: 'index.html'

# rubocop:disable LineLength
file 'index.html' => ['index.adoc', 'hello_trema.adoc'] do |t|
file 'index.html' => ['index.adoc', 'how_does_openflow_work.adoc', 'hello_trema.adoc'] do |t|
sh "bundle exec asciidoctor -a icons=font -a toc=left -a source-highlighter=coderay -d book index.adoc --out-file #{t.name}"
end
# rubocop:enable LineLength

0 comments on commit 66d4935

Please sign in to comment.