Skip to content

Commit

Permalink
Outro の章 日本語化
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuya Suzuki committed Oct 6, 2012
1 parent 6979e3f commit 4a250f0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions outro/outro.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<!SLIDE>
# Summary #######################################################################
# サマリー #######################################################################


<!SLIDE small incremental transition=uncover>
# Trema: "OpenFlow like Rails" ##################################################
# Trema: "Rails のように OpenFlow を" ##################################################

* <i>Run It Quick</i>: Tight loops of coding, run, and debug
* Virtual network DSL
* <i>書いたコードをすぐ動かせる</i>: コーディング、実行、デバッグのループを短いサイクルで
* 仮想ネットワーク DSL
* `trema {run, send_packets, show_stats, up, kill}`
* <i>Coding by Convention</i>: Write it short
* Auto handler dispatch by naming convention
* Class attributes: `periodic_timer_event`
* <i>Coding by Convention</i>: 短く書く
* naming coversion によるイベントの自動振り分け
* Class アトリビュート: `periodic_timer_event`
* Syntactic sugars: `ExactMatch.from`
* Default options: `send_flow_mod_add`
* <i>Useful Sub-commands</i>
* デフォルトオプション: `send_flow_mod_add`
* <i>Trema のサブコマンド</i>
* `trema {dump_flows, ruby}`


<!SLIDE small>
# Next Step For Developers #####################################################
# 開発者、次の一歩のために #####################################################

* `[trema]/src/examples`
* Simple samples demonstrating API usage
* Good references for understanding both Ruby and C APIs
* API の使い方を示すシンプルなサンプルアプリケーション
* Ruby C の API を理解するために最適なリファレンス
* Trema/Apps <http://github.com/trema/apps>
* Practical/experimental controllers developed on top of Trema
* Good starting point for developing real-world controllers
* より実用的・実験的なコントローラアプリケーション
* 実際に使うためのコントローラ開発の出発点として最適


<!SLIDE>
Expand All @@ -39,8 +39,8 @@
<!SLIDE small>
# Trema C ######################################################################

* It's your choice ... Trema provides libraries for both Ruby and C
* Trema C is also simple as Trema Ruby
* Trema は Ruby と C 両方のライブラリを提供 … 開発者が選択可能
* Trema C もまた Trema Ruby のようにシンプル

<br />

Expand All @@ -61,13 +61,13 @@


<!SLIDE small>
# Contributors! ################################################################
# コントリビュータ! ################################################################

* Free Trema T-shirt for contributors!
* Patch (New features/apps, enhancements, bug-fixes)
* Bug report
* Documentation etc.
* Send pull-requests and get the T!
* コントリビュータには、Trema T シャツを差し上げます
* パッチ (New features/apps, enhancements, bug-fixes)
* バグレポート
* ドキュメント等
* pull-requests を送って、T シャツを手に入れよう!


<!SLIDE>
Expand Down

0 comments on commit 4a250f0

Please sign in to comment.