diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-02-07 15:44:06 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-02-07 15:44:06 +0100 |
commit | ea0d393eece95a66a0fd52063b0172cd62bf1c97 (patch) | |
tree | 87b916990a1d3177eb56a6bfec0ad5f79ff5b0de /content | |
parent | 63c2f4dcd47bc79f2626374ad3ff17fbef53dd89 (diff) | |
download | website-ea0d393eece95a66a0fd52063b0172cd62bf1c97.tar.gz website-ea0d393eece95a66a0fd52063b0172cd62bf1c97.zip |
content: Fixe text in index page
Diffstat (limited to 'content')
-rw-r--r-- | content/en/_index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/content/en/_index.html b/content/en/_index.html index 8902a9c..7818c10 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -24,14 +24,14 @@ linkTitle = "Ouroboros" {{% blocks/lead color="secondary" %}} Ouroboros is a <b>peer-to-peer packet network prototype</b>. It unifies all packet communications ---whether it is two programs the same machine or two programs in -computers on different continents -- using a single abstraction, which -we call a <b>flow</b>. The Ouroboros architecture improves security, -privacy and efficiency through <b>simplicity</b>. It provides a very +--whether it is two programs the same machine or a set of programs in +computers on different continents -- using a small set of +abstractions, which we call <b>layers</b> and <b>flows</b>. The +Ouroboros architecture improves security, privacy and efficiency +through <b>simplicity</b>. It provides a very <b>compact API</b> for writing distributed software and networked -application libraries, with support for -both <b>unicast</b> <b>multicast</b> communications. Being rebuilt -from the ground up, Ouroboros is not directly compatible with IP or -UNIX sockets, but it is -<b>interoperable with UDP/IP and Ethernet</b>. +application libraries, with support for both <b>unicast</b> +and <b>multicast</b> communications. Being rebuilt from the ground up, +Ouroboros is not directly compatible with IP or UNIX sockets, but it +is <b>interoperable with UDP/IP and Ethernet</b>. {{% /blocks/lead %}} |