From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- content/en/about/_index.html | 48 +++++++++++++++++++++++++++++++ content/en/about/featured-background.jpg | Bin 0 -> 3755908 bytes 2 files changed, 48 insertions(+) create mode 100644 content/en/about/_index.html create mode 100644 content/en/about/featured-background.jpg (limited to 'content/en/about') diff --git a/content/en/about/_index.html b/content/en/about/_index.html new file mode 100644 index 0000000..33894bd --- /dev/null +++ b/content/en/about/_index.html @@ -0,0 +1,48 @@ +--- +title: About Ouroboros +linkTitle: About +menu: + main: + weight: 70 + +--- + + +{{< blocks/cover title="About Ouroboros" image_anchor="bottom" height="min" >}} + +

A decentralized packet network

+ +{{< /blocks/cover >}} + +{{% blocks/lead %}} + +Ouroboros stems from our deep interest in computer networks, tackling +some long standing problems in IP networks such as achieving clean +fragmentation, routing scalability, efficient congestion control and +simple multicast. Instead of trying to tackle these issues in +isolation, we subscribe to the view that the entire TCP/IP design is +*fundamentally* broken, and a holistic approach is needed to build +efficient packet networks. + +{{% /blocks/lead %}} + + +{{< blocks/section >}} + +Ouroboros is **free +software**.. The libraries are available under +the **GNU +Lesser Public License (LGPL) version 2.1**. The daemons are +available under +the **GNU +Public License (GPL) version 2**. The tools are availabe under +the **3-Clause +BSD License** + +Background image sourced from + +Ouroboros is distributed in the hope that it will be useful, but +without any warranty; without even the implied warranty of +merchantability or fitness for a particular purpose. + +{{< /blocks/section >}} diff --git a/content/en/about/featured-background.jpg b/content/en/about/featured-background.jpg new file mode 100644 index 0000000..0736db2 Binary files /dev/null and b/content/en/about/featured-background.jpg differ -- cgit v1.2.3