aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/index.html
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-12 11:44:39 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-16 21:55:45 -0800
commit7453888b0188a2aeff06b8e9893118b889f8d828 (patch)
tree8e6ef2498ff2aaeac7241f3df71200c422f0f1cb /site/jekyll/index.html
parenteab2e148c7605ca0fd836bbe9230734895cce7d0 (diff)
downloadakka-serial-7453888b0188a2aeff06b8e9893118b889f8d828.tar.gz
akka-serial-7453888b0188a2aeff06b8e9893118b889f8d828.tar.bz2
akka-serial-7453888b0188a2aeff06b8e9893118b889f8d828.zip
create website
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>