diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-03-16 16:48:36 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-03-16 16:48:36 +0100 |
commit | f2cb417aa667cf1d85e1954269ba7a7dbdc8c9b8 (patch) | |
tree | 5ac14d7db285ae87b4b33f79e9b3cbc1aa74a3ba /content/_index.md | |
parent | 9562a9f526625be48a103bb6913a16f480c9661c (diff) | |
download | website-f2cb417aa667cf1d85e1954269ba7a7dbdc8c9b8.tar.gz website-f2cb417aa667cf1d85e1954269ba7a7dbdc8c9b8.zip |
content: Rephrase first paragraph of the index
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/_index.md b/content/_index.md index 58805e8..6724471 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,12 +2,12 @@ title: "A decentralized packet network" --- -Ouroboros is a peer-to-peer recursive architecture that follows a UNIX +Ouroboros is a peer-to-peer transport network that follows a UNIX design philosphy, with minimal packet headers. The aim is to provide a -secure and private network experience. Ouroboros provides its own name -resolution, reliability mechanisms, routing algorithms, and congestion -control. It can be overlayed on top of UDP and Ethernet, and IP -applications can be tunneled over Ouroboros. +secure and private networking experience. Ouroboros provides its own +name resolution, reliability mechanisms, routing algorithms, and +congestion control. It can be overlayed on top of UDP and Ethernet, +and IP applications can be tunneled over Ouroboros. Ouroboros is [free software](https://www.fsf.org/about/what-is-free-software), written in |