diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index c00efd8..0770912 100755 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -9,15 +9,15 @@ weight = 1 [[main]] name = "About" pageRef = "/about" -weight = 2 +weight = 20 [[main]] name = "Elements" pageRef = "/elements" -weight = 3 +weight = 30 [[main]] -weight = 4 +weight = 40 name = "Pages" hasChildren = true @@ -46,6 +46,38 @@ parent = "Pages" name = "404 Page" pageRef = "/404" +[[main]] +weight = 2 +name = "Consortium" +hasChildren = true + +[[main]] +parent = "Consortium" +name = "Open Internet Discourse" +pageRef = "/OID" + +[[main]] +parent = "Consortium" +name = "NLnet" +pageRef = "/NLnet" + +[[main]] +parent = "Consortium" +name = "Tweag" +pageRef = "/Tweag" + +[[main]] +parent = "Consortium" +name = "NORDUnet" +pageRef = "/NORDUnet" + +[[main]] +weight = 3 +name = "Fediversity" +pageRef = "Fediversity" + + + # footer menu [[footer]] diff --git a/content/english/pages/Fediversity.md b/content/english/pages/Fediversity.md new file mode 100755 index 0000000..da530df --- /dev/null +++ b/content/english/pages/Fediversity.md @@ -0,0 +1,17 @@ +--- +title: "Fediversity" +# meta title +meta_title: "Fediversity" +# meta description +description: "More information about the Fediversity Project" +# save as draft +draft: false +--- + +Fediversity is a comprehensive effort to bring easy-to-use, hosted cloud services with service portability and personal freedom at their core to everyone. It wants to provide everyone with high-quality, secure IT systems for everyday use. Without tracking, without exploitation, in a way that runs everywhere and scales effortlessly. Fediversity is based on NixOS, a disruptive Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, NixOS is completely declarative, makes upgrading systems reliable, and has many other advantages. Because it is reproducible, it is ideally suited for complex deployment scenario’s where consistent behaviour, stability and configurability matter. + +One such “complex” deployment scenario is running state-of-the-art services for the Fediverse, like PeerTube, Mastodon, Owncast or Lemmy — especially if you want to for instance add services like live chat or transcoding. But even running more traditional services like modern e-mail servers with possible whistles and bells can be daunting. The same holds for deploying a VPN, private cloud storage, wiki, etc. Fediversity will enable all of these use cases, and more — finally bringing these to the market in a way that is as conveient as using a hosted service. + +Fediversity is a pilot funded by the European Commission, building on many projects funding through the Next Generation Internet initiative. The results of the project should greatly simplify the creation and delivery of robust and secure services, on the web and beyond. + +Fediversity will deliver an ambitious development effort, but this is a vast domain with many more challenges than what any preconceived effort could tackle by itself. This is why we invite your contribution to help us reshape the state of play, and together create an open, trustworthy and reliable internet for all. \ No newline at end of file diff --git a/content/english/pages/OID.md b/content/english/pages/OID.md index ff6af88..8be3922 100755 --- a/content/english/pages/OID.md +++ b/content/english/pages/OID.md @@ -8,4 +8,13 @@ description: "The organisations behind the Fediversity Project" draft: false --- -Information about the project. TODO. \ No newline at end of file +The Open Internet Discourse Foundation (OID) is founded on the belief that everyone deserves the freedom to express themselves and use the internet without constraints, and is committed to help build a better internet where individuals can truly be who they are. + +The three pillars that are at the core of the OID Foundation: + +OID believes in the fundamental right of individuals to privacy, self-determination, and freedom of expression. +Building sustainably. The OID Foundation believes that the internet is crucial infrastructure for society, and as such, should be build from the perspective that software projects can exist and be maintained for a long time; decades, not years. +Transparancy. The OID Foundation takes the commitment to openness seriously, and strives to use open software in all aspects. +In order to realise our vision, we need a healthy, functional and open internet. This is where OID comes in, working on the infrastructure that powers the internet in a way that promotes it’s values. + +OID Foundation is rooted in constructive optimism, believing in tackling challenges head-on with a positive outlook, viewing each obstacle as an opportunity for improvement. As a practical example of the long-term vision is the work on NixOS that the OID is doing, where the reproducibility and long-term maintainability of NixOS’s package management help with an open and sustainable internet. \ No newline at end of file