diff --git a/content/index.nix b/content/index.nix index 2372473..3fa7fed 100644 --- a/content/index.nix +++ b/content/index.nix @@ -1,6 +1,10 @@ let grants = import ./grants.nix; fediversity = import ./fediversity.nix; + nordunet = import ./nordunet.nix; + oid = import ./oid.nix; + nlnet = import ./nlnet.nix; + tweag = import ./tweag.nix; in { title = "Fediversity"; @@ -18,5 +22,17 @@ in ${grants.summary} [Learn more about our grants](./${grants}) + + # Consortium + + The Consortium behind the Fediversity project is a cooperation between NLnet, Open Internet Discourse Foundation, NORDUnet and Tweag. + + ${toString (map (partner: '' + ## ${partner.title} + + ${partner.description} + + [Read more about ${partner.title}](./${partner}) + '') [ nlnet oid tweag nordunet ])} ''; } diff --git a/content_/pages/NLnet.md b/content_/pages/NLnet.md deleted file mode 100755 index 4e3b417..0000000 --- a/content_/pages/NLnet.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "NLnet" -# meta title -meta_title: "NLnet" -# meta description -description: "The NLnet organisation" -# save as draft -draft: false ---- - -The NLnet Foundation supports organisations and people who contribute to an open internet for all. NLnet funds projects that help fix the internet through open hardware, open software, open standards, open science and open data. After its historical contribution to the early internet in Europe in the 1980’s, NLnet has been financially supporting the open internet since 1997. - -NLnet provides grants to free and open source projects between 5.000 and 50.000 euro with the possibility to scale up. Funding is open to anyone: organisations of any type and individuals. Within NGI Fediversity, NLnet facilitates the open calls for third-party funding and contributes to outreach and dissemination. diff --git a/content_/pages/NORDUnet.md b/content_/pages/NORDUnet.md deleted file mode 100755 index e06fdeb..0000000 --- a/content_/pages/NORDUnet.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "NORDUnet" -# meta title -meta_title: "NORDUnet" -# meta description -description: "The NORDUnet organisation." -# save as draft -draft: false ---- - -NORDUnet is a collaboration of the National Research and Education Networks of the Nordic countries connecting universities and research institutions across Denmark, Finland, Iceland, Norway, and Sweden. It enables collaboration, data sharing, and access to online resources for academic and research purposes. - -Fun fact: the website of NORDUnet, nordu.net is the oldest still active domain on the internet. diff --git a/content_/pages/OID.md b/content_/pages/OID.md old mode 100755 new mode 100644 index d4e5ddc..fcdf4b9 --- a/content_/pages/OID.md +++ b/content_/pages/OID.md @@ -1,20 +1,8 @@ --- -title: "Open Internet Discourse Foundation" # meta title meta_title: "Open Internet Discourse Foundation" # meta description -description: "The Open Internet Discourse Foundation" # save as draft draft: false --- -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. diff --git a/content_/pages/Tweag.md b/content_/pages/Tweag.md deleted file mode 100755 index 6d88b60..0000000 --- a/content_/pages/Tweag.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Tweag" -# meta title -meta_title: "Tweag" -# meta description -description: "The Tweag organisation." -# save as draft -draft: false ---- - -Tweag is the open source program office (OSPO) of Modus Create, a global digital consulting firm that helps enterprises build competitive advantage through digital innovation. Tweagers are leading contributors to several open source projects — from functional programming languages to cross-platform frameworks. Tweag has extensive experience working with Nix, and many people at the forefront of the Nix community are Tweagers.