aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/jekyll/index.html')
-rw-r--r--site/jekyll/index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/site/jekyll/index.html b/site/jekyll/index.html
new file mode 100644
index 0000000..b54c1d3
--- /dev/null
+++ b/site/jekyll/index.html
@@ -0,0 +1,37 @@
+---
+layout: page-full
+---
+<div class="jumbotron">
+ <div class="container">
+ <h1>Serial communication for Akka</h1>
+ <div class="row">
+ <div class="col-sm-6">
+ <h2>Highlights</h2>
+ <ul>
+ <li>Reactive: only does work when required (no constant polling of ports or blocking IO)</li>
+ <li>Integrates seamlessly with Akka</li>
+ <li>Portable to POSIX systems</li>
+ <li>Watchable ports: react to connection of new devices</li>
+ </ul>
+ </div>
+ <div class="col-sm-6">
+ <h2>Getting Started</h2>
+ <p>Have a look at the example below to get a feel of flow's usage, then follow the first steps of the <a href="{{site.url}}/documentation/manual.html">user guide</a>.</p>
+ </div>
+ </div>
+ </div>
+</div>
+
+<div class="container">
+ <h2>Quick Example</h2>
+ <div class="row">
+ <div class="col-md-12">
+ {% include_relative _snippet.md %}
+ </div>
+ </div>
+ <p>More examples on flow's usage are available in the <a href="https://github.com/jodersky/flow/tree/master/flow-samples">flow-samples</a> source directory.</p>
+</div>
+
+<footer style="text-align: center;">
+ <p><small>Released under the terms of the 3-clause BSD license. Copyright (c) 2015 Jakob Odersky.</small></p>
+</footer>