From ea0d393eece95a66a0fd52063b0172cd62bf1c97 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 7 Feb 2021 15:44:06 +0100 Subject: content: Fixe text in index page --- content/en/_index.html | 18 +++++++++--------- 1 file 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 peer-to-peer packet network prototype. 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 flow. The Ouroboros architecture improves security, -privacy and efficiency through simplicity. 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 layers and flows. The +Ouroboros architecture improves security, privacy and efficiency +through simplicity. It provides a very compact API for writing distributed software and networked -application libraries, with support for -both unicast multicast communications. Being rebuilt -from the ground up, Ouroboros is not directly compatible with IP or -UNIX sockets, but it is -interoperable with UDP/IP and Ethernet. +application libraries, with support for both unicast +and multicast communications. Being rebuilt from the ground up, +Ouroboros is not directly compatible with IP or UNIX sockets, but it +is interoperable with UDP/IP and Ethernet. {{% /blocks/lead %}} -- cgit v1.2.3