remove all the junk
21
LICENSE
|
@ -1,21 +0,0 @@
|
||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2023 - Present, Zeon Studio
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
29
amplify.yml
|
@ -1,29 +0,0 @@
|
||||||
version: 1
|
|
||||||
frontend:
|
|
||||||
phases:
|
|
||||||
preBuild:
|
|
||||||
commands:
|
|
||||||
- yum install -y curl
|
|
||||||
- curl -LO "https://github.com/gohugoio/hugo/releases/download/v0.121.2/hugo_extended_0.121.2_Linux-64bit.tar.gz"
|
|
||||||
- tar -xvf hugo_extended_0.121.2_Linux-64bit.tar.gz
|
|
||||||
- mv hugo /usr/local/bin/
|
|
||||||
- rm hugo_extended_0.121.2_Linux-64bit.tar.gz
|
|
||||||
- echo "HUGO 0.121.2 INSTALLED"
|
|
||||||
- curl -LO "https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz"
|
|
||||||
- tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz
|
|
||||||
- export PATH=$PATH:/usr/local/go/bin
|
|
||||||
- rm go1.20.5.linux-amd64.tar.gz
|
|
||||||
- echo "GO 1.20.5 INSTALLED"
|
|
||||||
- npm install
|
|
||||||
build:
|
|
||||||
commands:
|
|
||||||
- npm run project-setup
|
|
||||||
- npm run build
|
|
||||||
artifacts:
|
|
||||||
# IMPORTANT - Please verify your build output directory
|
|
||||||
baseDirectory: /public
|
|
||||||
files:
|
|
||||||
- "**/*"
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules/**/*
|
|
BIN
assets/.DS_Store
vendored
BIN
assets/plugins/.DS_Store
vendored
|
@ -1,6 +0,0 @@
|
||||||
################ English language ##################
|
|
||||||
[en]
|
|
||||||
languageName = "En"
|
|
||||||
languageCode = "en-us"
|
|
||||||
contentDir = "content/english"
|
|
||||||
weight = 1
|
|
|
@ -1,81 +0,0 @@
|
||||||
############# English navigation ##############
|
|
||||||
|
|
||||||
# main menu
|
|
||||||
[[main]]
|
|
||||||
name = "For You"
|
|
||||||
weight = 1
|
|
||||||
hasChildren = true
|
|
||||||
|
|
||||||
[[main]]
|
|
||||||
parent = "For You"
|
|
||||||
name = "Individuals"
|
|
||||||
pageRef = "/Individuals"
|
|
||||||
|
|
||||||
[[main]]
|
|
||||||
parent = "For You"
|
|
||||||
name = "Developers"
|
|
||||||
pageRef = "/Developers"
|
|
||||||
|
|
||||||
[[main]]
|
|
||||||
parent = "For You"
|
|
||||||
name = "European Commission"
|
|
||||||
pageRef = "/EC"
|
|
||||||
|
|
||||||
[[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"
|
|
||||||
|
|
||||||
[[main]]
|
|
||||||
weight = 4
|
|
||||||
name = "Grants"
|
|
||||||
pageRef = "Grants"
|
|
||||||
|
|
||||||
[[main]]
|
|
||||||
weight = 5
|
|
||||||
name = "Events"
|
|
||||||
pageRef = "Events"
|
|
||||||
|
|
||||||
[[main]]
|
|
||||||
weight = 6
|
|
||||||
name = "News"
|
|
||||||
pageRef = "Blog"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# footer menu
|
|
||||||
[[footer]]
|
|
||||||
name = "About"
|
|
||||||
pageRef = "fediversity"
|
|
||||||
weight = 1
|
|
||||||
|
|
||||||
[[footer]]
|
|
||||||
name = "Privacy Policy"
|
|
||||||
pageRef = "/privacy-policy"
|
|
||||||
weight = 3
|
|
|
@ -1,93 +0,0 @@
|
||||||
[hugoVersion]
|
|
||||||
extended = true
|
|
||||||
min = "0.115.2"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/zeon-studio/hugoplate"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/search"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/pwa"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/images"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/videos"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/icons/font-awesome"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/gethugothemes/hugo-modules/icons/themify-icons"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/gzip-caching"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/adsense"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/accordion"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/table-of-contents"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/tab"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/modal"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/gallery-slider"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/components/preloader"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/components/social-share"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/components/cookie-consent"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/components/custom-script"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/components/render-link"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/gethugothemes/hugo-modules/components/valine-comment"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/gethugothemes/hugo-modules/components/crisp-chat"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/shortcodes/button"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/shortcodes/notice"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications"
|
|
||||||
|
|
||||||
[[imports]]
|
|
||||||
path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics"
|
|
||||||
|
|
||||||
# [[imports]]
|
|
||||||
# path = "github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics"
|
|
|
@ -1,101 +0,0 @@
|
||||||
#################### default parameters ################################
|
|
||||||
# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation
|
|
||||||
favicon = "images/favicon.png"
|
|
||||||
# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation
|
|
||||||
logo = "images/ngi_fedi_full.svg"
|
|
||||||
logo_darkmode = "images/logo-darkmode.png"
|
|
||||||
# use `px` or `x` with logo_width, example: "100px".
|
|
||||||
# Note: logo_width is not work with .svg file
|
|
||||||
logo_width = "160px"
|
|
||||||
logo_height = "32px"
|
|
||||||
# if logo_webp set false, will not generate WEBP version of logo | default is true
|
|
||||||
logo_webp = true
|
|
||||||
# logo text will only show when logo is missing.
|
|
||||||
logo_text = "Hugoplate"
|
|
||||||
# navbar fixed to top
|
|
||||||
navbar_fixed = true
|
|
||||||
# theme-mode
|
|
||||||
theme_switcher = false
|
|
||||||
theme_default = "system" # available options [light/dark/system]
|
|
||||||
# Main Sections
|
|
||||||
mainSections = ["blog"]
|
|
||||||
# contact form action
|
|
||||||
contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io]
|
|
||||||
# google tag manager, see https://developers.google.com/tag-manager/
|
|
||||||
google_tag_manager = "" # example: G-XXXXXXXXXX
|
|
||||||
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
|
|
||||||
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
|
|
||||||
custom_script = ""
|
|
||||||
# copyright
|
|
||||||
# copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
|
|
||||||
|
|
||||||
# Preloader
|
|
||||||
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
|
|
||||||
[preloader]
|
|
||||||
enable = false
|
|
||||||
preloader = "" # use jpg, png, svg or gif format.
|
|
||||||
|
|
||||||
# Navigation button
|
|
||||||
[navigation_button]
|
|
||||||
enable = true
|
|
||||||
label = "Contact"
|
|
||||||
link = "contact"
|
|
||||||
|
|
||||||
# search
|
|
||||||
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search
|
|
||||||
[search]
|
|
||||||
enable = false
|
|
||||||
primary_color = "#121212"
|
|
||||||
include_sections = ["blog"]
|
|
||||||
show_image = true
|
|
||||||
show_description = true
|
|
||||||
show_tags = true
|
|
||||||
show_categories = true
|
|
||||||
|
|
||||||
|
|
||||||
# seo meta data for OpenGraph / Twitter Card
|
|
||||||
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
|
|
||||||
[metadata]
|
|
||||||
keywords = ["fediverse", "nixos", "open source"]
|
|
||||||
description = "Fediversity Project"
|
|
||||||
author = "NGI Fediversity"
|
|
||||||
image = "images/logo.png"
|
|
||||||
|
|
||||||
|
|
||||||
# site verifications
|
|
||||||
# verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications
|
|
||||||
[site_verification]
|
|
||||||
google = "" # Your verification code
|
|
||||||
bing = "" # Your verification code
|
|
||||||
baidu = "" # Your verification code
|
|
||||||
facebook = "" # Your verification code
|
|
||||||
mastodon = "" # Your verification code
|
|
||||||
|
|
||||||
# cookies
|
|
||||||
# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
|
|
||||||
[cookies]
|
|
||||||
enable = false
|
|
||||||
expire_days = 60
|
|
||||||
content = "This site uses cookies. By continuing to use this website, you agree to their use."
|
|
||||||
button = "I Accept"
|
|
||||||
|
|
||||||
######################## sidebar widgets #########################
|
|
||||||
[widgets]
|
|
||||||
sidebar = ["categories", "tags"]
|
|
||||||
|
|
||||||
|
|
||||||
# google map
|
|
||||||
[google_map]
|
|
||||||
enable = false
|
|
||||||
map_api_key = "AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"
|
|
||||||
map_latitude = "51.5223477"
|
|
||||||
map_longitude = "-0.1622023"
|
|
||||||
map_marker = "images/marker.png"
|
|
||||||
|
|
||||||
|
|
||||||
# Subscription
|
|
||||||
[subscription]
|
|
||||||
enable = false
|
|
||||||
# mailchimp subsciption
|
|
||||||
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
|
|
||||||
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074"
|
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"main": [
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "mastodon",
|
|
||||||
"icon": "fab fa-mastodon",
|
|
||||||
"link": "https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "rss",
|
|
||||||
"icon": "fab fa-rss",
|
|
||||||
"link": "https://fediversity.eu/rss"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,44 +0,0 @@
|
||||||
{
|
|
||||||
"colors": {
|
|
||||||
"default": {
|
|
||||||
"theme_color": {
|
|
||||||
"primary": "#FF6E00",
|
|
||||||
"body": "#fff",
|
|
||||||
"border": "#eaeaea",
|
|
||||||
"theme_light": "#f6f6f6",
|
|
||||||
"theme_dark": ""
|
|
||||||
},
|
|
||||||
"text_color": {
|
|
||||||
"default": "#444444",
|
|
||||||
"dark": "#040404",
|
|
||||||
"light": "#FF6E00"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"darkmode": {
|
|
||||||
"theme_color": {
|
|
||||||
"primary": "#fff",
|
|
||||||
"body": "#1c1c1c",
|
|
||||||
"border": "#3E3E3E",
|
|
||||||
"theme_light": "#222222",
|
|
||||||
"theme_dark": ""
|
|
||||||
},
|
|
||||||
"text_color": {
|
|
||||||
"default": "#B4AFB6",
|
|
||||||
"dark": "#fff",
|
|
||||||
"light": "#B4AFB6"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fonts": {
|
|
||||||
"font_family": {
|
|
||||||
"primary": "Heebo:wght@400;600",
|
|
||||||
"primary_type": "sans-serif",
|
|
||||||
"secondary": "Signika:wght@500;700",
|
|
||||||
"secondary_type": "sans-serif"
|
|
||||||
},
|
|
||||||
"font_size": {
|
|
||||||
"base": "16",
|
|
||||||
"scale": "1.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
29
go.mod
|
@ -1,29 +0,0 @@
|
||||||
module hugoplate.netlify.app
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/images v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/search v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215103202-c030d4222242 // indirect
|
|
||||||
github.com/zeon-studio/hugoplate v0.0.0-20240215094431-cf2ee3b68eaf // indirect
|
|
||||||
)
|
|
46
go.sum
|
@ -1,46 +0,0 @@
|
||||||
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215103202-c030d4222242 h1:gFxGalBg26zJumCS5e//j95FgZlYRpNJ3jIXi4OIl1c=
|
|
||||||
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215103202-c030d4222242/go.mod h1:D4DpauKPDcUHI9CVKYmJeO6bkSJIhUN864TyXZ2o0VI=
|
|
||||||
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215103202-c030d4222242 h1:H4qw71Pv1RmCio3r/D4N8MXHVks1SBpMcVmZCnz3wlg=
|
|
||||||
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215103202-c030d4222242/go.mod h1:8p/gG/cyyu20z4q5cFN/JGE5TOFA55Xsp+aIP9KCsqo=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215103202-c030d4222242 h1:d4SGLNv5mmwnMAG78t40ce0CSnhQwZJAi2FTmmx9kgg=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215103202-c030d4222242/go.mod h1:511ERLpGe3ZTfV2z/NAtUSR5NqKF26h9z5lU/zYV4YQ=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215103202-c030d4222242 h1:+ShMfcdSHAgg8eFF7ZVvEaWl+/JkLLfpaWgqJZnsm0I=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215103202-c030d4222242/go.mod h1:RuDHq4WnK8sNEzAIJr4BZQ7oXhzcct/EKaAxc2Xvi9E=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215103202-c030d4222242 h1:Wnijrj8VjI2GclhDHsH0zRcYO1Wq/t9u5LtGpDFbc7w=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215103202-c030d4222242/go.mod h1:FP0iQ3tMOesuWFZhLst2KEvUEYPb5Jk1GW+QBP9lrwg=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215103202-c030d4222242 h1:1aTJ9rWGFka6yaEDrCR3uouz4BsA5H00S1iQzlTT7Cg=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215103202-c030d4222242/go.mod h1:z3YcIeEBUonAoRDY1/Jv1ojNVkZ5ud35a0Nn8L4Inx0=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215103202-c030d4222242 h1:phq6SxYmB8A22LlMUu2p75sI0qrWrizQVbptk0YznSU=
|
|
||||||
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215103202-c030d4222242/go.mod h1:Gcj4RM/EBECsJMZnPeWjfy/1roRYGqzV9GYNmeHkvFA=
|
|
||||||
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215103202-c030d4222242 h1:imsu5wNduLXax4FjofQ7bOBpTtqgyyBcM15s0kNzHzM=
|
|
||||||
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215103202-c030d4222242/go.mod h1:MvQ2js/ofZ22CTX5wuvE+dC0rMe6C5HAWL2fEOu/yzE=
|
|
||||||
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215103202-c030d4222242 h1:qP8v2MMeqRQ658Vw/o4jsNKq/BUFVLfGkVz0dy8cDEo=
|
|
||||||
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215103202-c030d4222242/go.mod h1:0ZMjTZVG4XLZU2/icc8Saqo4mmgMpfRTrUZU2Aa2Pwg=
|
|
||||||
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215103202-c030d4222242 h1:xZm3fwubmIb3xpkmsrX9zDp7m0lfg5yptQKQT0dxxI0=
|
|
||||||
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215103202-c030d4222242/go.mod h1:d3gy1vQyfasPmGpau7HpQLrXbOv23PfXclSnjyOBxeU=
|
|
||||||
github.com/gethugothemes/hugo-modules/images v0.0.0-20240215103202-c030d4222242 h1:r1h0s39pTIW0PJVbDzKrePX3RNlHnHiTzldnXuDZeXU=
|
|
||||||
github.com/gethugothemes/hugo-modules/images v0.0.0-20240215103202-c030d4222242/go.mod h1:FKliP3qOW9diIcQeLtyZ0Hdhg3PL8bdAkC/6O+XtU90=
|
|
||||||
github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215103202-c030d4222242 h1:8oP1m06Ko+q7dQichAmywtzMsGuckoG3rW6UVboa7d0=
|
|
||||||
github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215103202-c030d4222242/go.mod h1:Eb9v7oV6biymfvjcBhQdvgn0gUGYhUtfCMeOBLFpFsk=
|
|
||||||
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215103202-c030d4222242 h1:82WUFZMkOqSt5wWQ1uxkS7pP648+MfitjJbETOM8Hl0=
|
|
||||||
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215103202-c030d4222242/go.mod h1:TRv7iszdfo37O1PbBEE+S8X/enAdpRIxK5DGrp13Qbo=
|
|
||||||
github.com/gethugothemes/hugo-modules/search v0.0.0-20240215103202-c030d4222242 h1:Uj5yTctxnxU3Rqc0hVT4KJ8bRY3rn6bwhSDhhsrWQLQ=
|
|
||||||
github.com/gethugothemes/hugo-modules/search v0.0.0-20240215103202-c030d4222242/go.mod h1:tmDvLaZCM+QDvS/WLZXNjY1QTdWh7/68D2wIToECbyA=
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215103202-c030d4222242 h1:FCUJq2eYZmYVgTWnTno4lnez+0pCRHqBX0EREqiAzjA=
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215103202-c030d4222242/go.mod h1:Q8dPgjamV7pxwKSQyWV21Xwh5CGi23/k+M8HPTphYbs=
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215103202-c030d4222242 h1:XFI2k5XL/hIzr+MoRq2VAMQyHd4namMjqZLfOgeLiHI=
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215103202-c030d4222242/go.mod h1:cCq50yd55eFTrpqOfeyOK5X0hU5E7qxsqOD7IzTsgLA=
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215103202-c030d4222242 h1:zgttA3KBEABQGqVVMBuEcFO8OszjSwGGnCYFVxboiDo=
|
|
||||||
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215103202-c030d4222242/go.mod h1:iXielaya126qJscz7Bc2G2WB91moloQOoWru6UoBUyE=
|
|
||||||
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215103202-c030d4222242 h1:ZZPGIQ8uP/yBwelIGhLAx9fqOE18QyItitSTF0WD4B0=
|
|
||||||
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215103202-c030d4222242/go.mod h1:MSvxGvjvcGUKTs6YMATU/9kYFrzW+VSVdy4CCOQLdsY=
|
|
||||||
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215103202-c030d4222242 h1:X10cLYuM8bT2EGul85TZZZ2/ih8jlax8/gLqynCDQIc=
|
|
||||||
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215103202-c030d4222242/go.mod h1:ljWyMJx82WA+6SlKjbGFhEdxcriyvUTCjXkJHDa4lho=
|
|
||||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215103202-c030d4222242 h1:gOucOrcZsEL++YUGnrTqFa91o9lRdNEepbnERNSmS3A=
|
|
||||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215103202-c030d4222242/go.mod h1:h3UxlxrFoU19JldxWLPBKaTZFe3AJtABrqo1wfxr+Ng=
|
|
||||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215103202-c030d4222242 h1:pgmjy/uwvUsAPTDl+gKz7GF3kTi6mcbFQBm4W8asDws=
|
|
||||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215103202-c030d4222242/go.mod h1:bEDw4veccQQQYEdVrfu13ATRUWfW8ptDIjJZuhYh4Tw=
|
|
||||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215103202-c030d4222242 h1:nLyYQIaJXGnMs8RlfRpmqRVR02T9OVzCEiekh5aU7Qw=
|
|
||||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215103202-c030d4222242/go.mod h1:P722lLWdnNhdZVq6gvMrOLqECUwrAYQWaOWlChta5H0=
|
|
||||||
github.com/zeon-studio/hugoplate v0.0.0-20240215094431-cf2ee3b68eaf h1:WOgVJoGR0gDPORswcdzZRN2zw2Ap4H58Zy5pYLwcmIQ=
|
|
||||||
github.com/zeon-studio/hugoplate v0.0.0-20240215094431-cf2ee3b68eaf/go.mod h1:YlRIwdTWidquf1dhtx+mDfu0I3KVrVQB4wi4UmHlK3E=
|
|
172
hugo.toml
|
@ -1,172 +0,0 @@
|
||||||
######################## default configuration ####################
|
|
||||||
# The base URL of your site (required). This will be prepended to all relative URLs.
|
|
||||||
baseURL = "/"
|
|
||||||
# Title of your website (required).
|
|
||||||
title = "Fediversity"
|
|
||||||
# Your theme name
|
|
||||||
theme = "hugoplate"
|
|
||||||
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
|
||||||
timeZone = "Europe/Amsterdam"
|
|
||||||
# post pagination
|
|
||||||
paginate = 5 # see https://gohugo.io/extras/pagination/
|
|
||||||
# post excerpt
|
|
||||||
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
|
|
||||||
# disable language
|
|
||||||
disableLanguages = [
|
|
||||||
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
|
|
||||||
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
|
|
||||||
# default language
|
|
||||||
defaultContentLanguage = 'en'
|
|
||||||
defaultContentLanguageInSubdir = false
|
|
||||||
|
|
||||||
########################### Services #############################
|
|
||||||
[services]
|
|
||||||
[services.googleAnalytics]
|
|
||||||
ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics
|
|
||||||
|
|
||||||
[services.disqus]
|
|
||||||
shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
|
|
||||||
|
|
||||||
########################## Permalinks ############################
|
|
||||||
[permalinks.page]
|
|
||||||
"pages" = "/:slugorfilename/"
|
|
||||||
|
|
||||||
|
|
||||||
############################# Modules ############################
|
|
||||||
[module]
|
|
||||||
[[module.mounts]]
|
|
||||||
source = "assets"
|
|
||||||
target = "assets"
|
|
||||||
|
|
||||||
[[module.mounts]]
|
|
||||||
source = "hugo_stats.json"
|
|
||||||
target = "assets/watching/hugo_stats.json"
|
|
||||||
|
|
||||||
############################# Build ##############################
|
|
||||||
[build]
|
|
||||||
noJSConfigInAssets = false
|
|
||||||
useResourceCacheWhen = 'fallback'
|
|
||||||
[build.buildStats]
|
|
||||||
enable = true
|
|
||||||
[[build.cachebusters]]
|
|
||||||
source = 'assets/watching/hugo_stats\.json'
|
|
||||||
target = 'style\.css'
|
|
||||||
[[build.cachebusters]]
|
|
||||||
source = '(postcss|tailwind)\.config\.js'
|
|
||||||
target = 'css'
|
|
||||||
[[build.cachebusters]]
|
|
||||||
source = 'assets/.*\.(js|ts|jsx|tsx)'
|
|
||||||
target = 'js'
|
|
||||||
[[build.cachebusters]]
|
|
||||||
source = 'assets/.*\.(css|scss|sass)'
|
|
||||||
target = 'css'
|
|
||||||
[[build.cachebusters]]
|
|
||||||
source = 'data/.*\.(.*)$'
|
|
||||||
target = 'css'
|
|
||||||
[[build.cachebusters]]
|
|
||||||
source = 'assets/.*\.(.*)$'
|
|
||||||
target = '$1'
|
|
||||||
|
|
||||||
|
|
||||||
############################# Outputs ############################
|
|
||||||
[outputs]
|
|
||||||
home = ["HTML", "RSS", "WebAppManifest", "SearchIndex"]
|
|
||||||
|
|
||||||
############################# Imaging ############################
|
|
||||||
[imaging]
|
|
||||||
# See https://github.com/disintegration/imaging
|
|
||||||
# Default JPEG or WebP quality setting. Default is 75.
|
|
||||||
quality = 80
|
|
||||||
resampleFilter = "Lanczos"
|
|
||||||
|
|
||||||
############################ Caches ##############################
|
|
||||||
[caches]
|
|
||||||
[caches.images]
|
|
||||||
dir = ":resourceDir/_gen"
|
|
||||||
maxAge = "720h"
|
|
||||||
|
|
||||||
[caches.assets]
|
|
||||||
dir = ":resourceDir/_gen"
|
|
||||||
maxAge = "720h"
|
|
||||||
|
|
||||||
|
|
||||||
############################ Markup ##############################
|
|
||||||
[markup]
|
|
||||||
[markup.goldmark.renderer]
|
|
||||||
unsafe = true
|
|
||||||
|
|
||||||
[markup.highlight]
|
|
||||||
style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html
|
|
||||||
|
|
||||||
[markup.tableOfContents]
|
|
||||||
startLevel = 2
|
|
||||||
endLevel = 5
|
|
||||||
ordered = true
|
|
||||||
|
|
||||||
|
|
||||||
########################### Media types ###########################
|
|
||||||
[mediaTypes]
|
|
||||||
[mediaTypes."application/manifest+json"]
|
|
||||||
suffixes = ["webmanifest"]
|
|
||||||
|
|
||||||
|
|
||||||
########################### Output Format ##########################
|
|
||||||
[outputFormats]
|
|
||||||
[outputFormats.WebAppManifest]
|
|
||||||
mediaType = "application/manifest+json"
|
|
||||||
rel = "manifest"
|
|
||||||
|
|
||||||
[outputFormats.SearchIndex]
|
|
||||||
mediaType = "application/json"
|
|
||||||
baseName = "searchindex"
|
|
||||||
isPlainText = true
|
|
||||||
notAlternative = true
|
|
||||||
|
|
||||||
|
|
||||||
############################# Plugins ##############################
|
|
||||||
|
|
||||||
# CSS Plugins
|
|
||||||
[[params.plugins.css]]
|
|
||||||
link = "plugins/swiper/swiper-bundle.css"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.css]]
|
|
||||||
link = "plugins/glightbox/glightbox.css"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.css]]
|
|
||||||
link = "plugins/font-awesome/v6/brands.css"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.css]]
|
|
||||||
link = "plugins/font-awesome/v6/solid.css"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.css]]
|
|
||||||
link = "plugins/font-awesome/v6/icons.css"
|
|
||||||
lazy = true
|
|
||||||
|
|
||||||
# JS Plugins
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "js/search.js"
|
|
||||||
lazy = false
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "plugins/swiper/swiper-bundle.js"
|
|
||||||
lazy = false
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "plugins/cookie.js"
|
|
||||||
lazy = false
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "plugins/glightbox/glightbox.js"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "js/gallery-slider.js"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "js/accordion.js"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "js/tab.js"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "js/modal.js"
|
|
||||||
lazy = true
|
|
||||||
[[params.plugins.js]]
|
|
||||||
link = "plugins/youtube-lite.js"
|
|
||||||
lazy = true
|
|
257
hugo_stats.json
|
@ -1,257 +0,0 @@
|
||||||
{
|
|
||||||
"htmlElements": {
|
|
||||||
"tags": [
|
|
||||||
"a",
|
|
||||||
"article",
|
|
||||||
"base",
|
|
||||||
"body",
|
|
||||||
"br",
|
|
||||||
"button",
|
|
||||||
"center",
|
|
||||||
"div",
|
|
||||||
"footer",
|
|
||||||
"form",
|
|
||||||
"h1",
|
|
||||||
"h2",
|
|
||||||
"h4",
|
|
||||||
"h5",
|
|
||||||
"head",
|
|
||||||
"header",
|
|
||||||
"hr",
|
|
||||||
"html",
|
|
||||||
"i",
|
|
||||||
"img",
|
|
||||||
"input",
|
|
||||||
"label",
|
|
||||||
"li",
|
|
||||||
"link",
|
|
||||||
"main",
|
|
||||||
"meta",
|
|
||||||
"nav",
|
|
||||||
"p",
|
|
||||||
"path",
|
|
||||||
"picture",
|
|
||||||
"polygon",
|
|
||||||
"script",
|
|
||||||
"section",
|
|
||||||
"source",
|
|
||||||
"span",
|
|
||||||
"svg",
|
|
||||||
"textarea",
|
|
||||||
"time",
|
|
||||||
"title",
|
|
||||||
"ul"
|
|
||||||
],
|
|
||||||
"classes": [
|
|
||||||
"2xl:bg-pink-200",
|
|
||||||
"2xl:block",
|
|
||||||
"2xl:hidden",
|
|
||||||
"active",
|
|
||||||
"bg-body",
|
|
||||||
"bg-gradient",
|
|
||||||
"bg-gradient-to-b",
|
|
||||||
"bg-gray-200",
|
|
||||||
"bg-theme-light",
|
|
||||||
"block",
|
|
||||||
"border-b",
|
|
||||||
"border-border",
|
|
||||||
"border-t",
|
|
||||||
"btn",
|
|
||||||
"btn-outline-primary",
|
|
||||||
"btn-primary",
|
|
||||||
"btn-sm",
|
|
||||||
"capitalize",
|
|
||||||
"center-layout",
|
|
||||||
"center-wrapper",
|
|
||||||
"col-12",
|
|
||||||
"column",
|
|
||||||
"container",
|
|
||||||
"content",
|
|
||||||
"cursor-pointer",
|
|
||||||
"fa",
|
|
||||||
"fa-arrow-right",
|
|
||||||
"fa-brands",
|
|
||||||
"fa-circle-user",
|
|
||||||
"fa-clock",
|
|
||||||
"fa-folder",
|
|
||||||
"fa-github",
|
|
||||||
"fa-globe",
|
|
||||||
"fa-mastodon",
|
|
||||||
"fa-regular",
|
|
||||||
"fa-rss",
|
|
||||||
"fab",
|
|
||||||
"fill-current",
|
|
||||||
"fixed",
|
|
||||||
"flex",
|
|
||||||
"flex-wrap",
|
|
||||||
"font-bold",
|
|
||||||
"form-input",
|
|
||||||
"form-label",
|
|
||||||
"from-body",
|
|
||||||
"g",
|
|
||||||
"grid-container",
|
|
||||||
"grid-container-small",
|
|
||||||
"grid-item",
|
|
||||||
"group",
|
|
||||||
"gx-5",
|
|
||||||
"h-4",
|
|
||||||
"h-6",
|
|
||||||
"h2",
|
|
||||||
"h3",
|
|
||||||
"header",
|
|
||||||
"header-with-image",
|
|
||||||
"header-with-image2",
|
|
||||||
"hidden",
|
|
||||||
"hr-list",
|
|
||||||
"hr-list2",
|
|
||||||
"img",
|
|
||||||
"inlin-block",
|
|
||||||
"inline-block",
|
|
||||||
"inline-flex",
|
|
||||||
"items-center",
|
|
||||||
"items-start",
|
|
||||||
"justify-between",
|
|
||||||
"justify-center",
|
|
||||||
"left-0",
|
|
||||||
"lg:!max-w-[800px]",
|
|
||||||
"lg:bg-green-200",
|
|
||||||
"lg:block",
|
|
||||||
"lg:col-10",
|
|
||||||
"lg:col-3",
|
|
||||||
"lg:col-4",
|
|
||||||
"lg:col-6",
|
|
||||||
"lg:col-7",
|
|
||||||
"lg:col-8",
|
|
||||||
"lg:flex",
|
|
||||||
"lg:group-hover:opacity-100",
|
|
||||||
"lg:group-hover:visible",
|
|
||||||
"lg:hidden",
|
|
||||||
"lg:inline-block",
|
|
||||||
"lg:mb-0",
|
|
||||||
"lg:ml-0",
|
|
||||||
"lg:mt-0",
|
|
||||||
"lg:order-1",
|
|
||||||
"lg:pb-0",
|
|
||||||
"lg:space-x-2",
|
|
||||||
"lg:text-h1",
|
|
||||||
"lg:text-left",
|
|
||||||
"lg:text-right",
|
|
||||||
"lg:w-1/2",
|
|
||||||
"lg:w-auto",
|
|
||||||
"line",
|
|
||||||
"link",
|
|
||||||
"list",
|
|
||||||
"list-item",
|
|
||||||
"logo-dark",
|
|
||||||
"logo-light",
|
|
||||||
"m-3",
|
|
||||||
"mb-10",
|
|
||||||
"mb-12",
|
|
||||||
"mb-14",
|
|
||||||
"mb-3",
|
|
||||||
"mb-4",
|
|
||||||
"mb-6",
|
|
||||||
"mb-8",
|
|
||||||
"mb:md-0",
|
|
||||||
"md:bg-yellow-200",
|
|
||||||
"md:block",
|
|
||||||
"md:col-10",
|
|
||||||
"md:col-5",
|
|
||||||
"md:col-6",
|
|
||||||
"md:col-7",
|
|
||||||
"md:col-8",
|
|
||||||
"md:col-9",
|
|
||||||
"md:hidden",
|
|
||||||
"md:order-2",
|
|
||||||
"ml-2",
|
|
||||||
"ml-4",
|
|
||||||
"ml-auto",
|
|
||||||
"mr-1",
|
|
||||||
"mr-2",
|
|
||||||
"mr-4",
|
|
||||||
"ms-1",
|
|
||||||
"mt-10",
|
|
||||||
"mt-4",
|
|
||||||
"mt-6",
|
|
||||||
"mt-8",
|
|
||||||
"mx-auto",
|
|
||||||
"nav-dropdown",
|
|
||||||
"nav-dropdown-item",
|
|
||||||
"nav-dropdown-link",
|
|
||||||
"nav-dropdown-list",
|
|
||||||
"nav-item",
|
|
||||||
"nav-link",
|
|
||||||
"navbar",
|
|
||||||
"navbar-brand",
|
|
||||||
"navbar-nav",
|
|
||||||
"order-0",
|
|
||||||
"order-1",
|
|
||||||
"order-3",
|
|
||||||
"p-8",
|
|
||||||
"pb-0",
|
|
||||||
"pb-14",
|
|
||||||
"pb-16",
|
|
||||||
"pb-6",
|
|
||||||
"pl-2",
|
|
||||||
"pr-8",
|
|
||||||
"pt-14",
|
|
||||||
"pt-7",
|
|
||||||
"px-2",
|
|
||||||
"px-4",
|
|
||||||
"px-8",
|
|
||||||
"py-10",
|
|
||||||
"py-14",
|
|
||||||
"py-2",
|
|
||||||
"py-7",
|
|
||||||
"py-[2.5px]",
|
|
||||||
"relative",
|
|
||||||
"rounded",
|
|
||||||
"rounded-2xl",
|
|
||||||
"row",
|
|
||||||
"section",
|
|
||||||
"section-sm",
|
|
||||||
"sm:bg-red-200",
|
|
||||||
"sm:block",
|
|
||||||
"sm:col-10",
|
|
||||||
"sm:hidden",
|
|
||||||
"social-icons",
|
|
||||||
"space-x-1",
|
|
||||||
"sr-only",
|
|
||||||
"sticky",
|
|
||||||
"system",
|
|
||||||
"text-[12px]",
|
|
||||||
"text-[8rem]",
|
|
||||||
"text-black",
|
|
||||||
"text-center",
|
|
||||||
"text-dark",
|
|
||||||
"text-h3",
|
|
||||||
"text-lg",
|
|
||||||
"text-light",
|
|
||||||
"text-primary",
|
|
||||||
"text-red-500",
|
|
||||||
"text-xl",
|
|
||||||
"time",
|
|
||||||
"to-theme-light",
|
|
||||||
"top-0",
|
|
||||||
"uppercase",
|
|
||||||
"w-4",
|
|
||||||
"w-[30px]",
|
|
||||||
"w-full",
|
|
||||||
"xl:bg-blue-200",
|
|
||||||
"xl:block",
|
|
||||||
"xl:hidden",
|
|
||||||
"xl:space-x-8",
|
|
||||||
"z-30",
|
|
||||||
"z-50"
|
|
||||||
],
|
|
||||||
"ids": [
|
|
||||||
"email",
|
|
||||||
"hide-button",
|
|
||||||
"message",
|
|
||||||
"name",
|
|
||||||
"nav-menu",
|
|
||||||
"nav-toggle",
|
|
||||||
"show-button"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
32
i18n/en.yaml
|
@ -1,32 +0,0 @@
|
||||||
- id: home
|
|
||||||
translation: Home
|
|
||||||
|
|
||||||
- id: read_more
|
|
||||||
translation: Read More
|
|
||||||
|
|
||||||
- id: send
|
|
||||||
translation: Send
|
|
||||||
|
|
||||||
- id: related_posts
|
|
||||||
translation: Related Posts
|
|
||||||
|
|
||||||
- id: categories
|
|
||||||
translation: Categories
|
|
||||||
|
|
||||||
- id: tags
|
|
||||||
translation: Tags
|
|
||||||
|
|
||||||
- id: toc
|
|
||||||
translation: Table of Contents
|
|
||||||
|
|
||||||
- id: share
|
|
||||||
translation: Share
|
|
||||||
|
|
||||||
- id: search_input_placeholder
|
|
||||||
translation: Search Post ...
|
|
||||||
|
|
||||||
- id: no_results_for
|
|
||||||
translation: No results for
|
|
||||||
|
|
||||||
- id: empty_search_results_placeholder
|
|
||||||
translation: Type something to search..
|
|
|
@ -1,7 +0,0 @@
|
||||||
[build]
|
|
||||||
publish = "public"
|
|
||||||
command = "yarn project-setup; yarn build"
|
|
||||||
|
|
||||||
[build.environment]
|
|
||||||
HUGO_VERSION = "0.121.2"
|
|
||||||
GO_VERSION = "1.20.5"
|
|
2209
package-lock.json
generated
34
package.json
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"name": "hugoplate",
|
|
||||||
"description": "hugo tailwindcss boilerplate",
|
|
||||||
"version": "1.13.1",
|
|
||||||
"license": "MIT",
|
|
||||||
"author": "zeon.studio",
|
|
||||||
"scripts": {
|
|
||||||
"dev": "hugo server",
|
|
||||||
"build": "hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic",
|
|
||||||
"preview": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify",
|
|
||||||
"dev:example": "cd exampleSite; hugo server",
|
|
||||||
"build:example": "cd exampleSite; hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic",
|
|
||||||
"preview:example": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify",
|
|
||||||
"update-modules": "node ./scripts/clearModules.js && hugo mod clean --all && hugo mod get -u ./... && hugo mod tidy",
|
|
||||||
"remove-darkmode": "node ./scripts/removeDarkmode.js && yarn format",
|
|
||||||
"project-setup": "node ./scripts/projectSetup.js",
|
|
||||||
"theme-setup": "node ./scripts/themeSetup.js",
|
|
||||||
"update-theme": "node ./scripts/themeUpdate.js",
|
|
||||||
"format": "prettier -w ."
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@fullhuman/postcss-purgecss": "^5.0.0",
|
|
||||||
"@tailwindcss/forms": "^0.5.7",
|
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
|
||||||
"autoprefixer": "^10.4.18",
|
|
||||||
"postcss": "^8.4.36",
|
|
||||||
"postcss-cli": "^11.0.0",
|
|
||||||
"prettier": "^3.2.5",
|
|
||||||
"prettier-plugin-go-template": "0.0.15",
|
|
||||||
"prettier-plugin-tailwindcss": "^0.5.12",
|
|
||||||
"tailwind-bootstrap-grid": "^5.1.0",
|
|
||||||
"tailwindcss": "^3.4.1"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,45 +0,0 @@
|
||||||
const purgecss = {
|
|
||||||
content: ["./hugo_stats.json"],
|
|
||||||
defaultExtractor: (content) => {
|
|
||||||
const elements = JSON.parse(content).htmlElements;
|
|
||||||
return [
|
|
||||||
...(elements.tags || []),
|
|
||||||
...(elements.classes || []),
|
|
||||||
...(elements.ids || []),
|
|
||||||
];
|
|
||||||
},
|
|
||||||
safelist: [
|
|
||||||
/^swiper-/,
|
|
||||||
/^lb-/,
|
|
||||||
/^gl/,
|
|
||||||
/^go/,
|
|
||||||
/^gc/,
|
|
||||||
/^gs/,
|
|
||||||
/^gi/,
|
|
||||||
/^gz/,
|
|
||||||
/^gprev/,
|
|
||||||
/^gnext/,
|
|
||||||
/^desc/,
|
|
||||||
/^zoom/,
|
|
||||||
/^search/,
|
|
||||||
/^:is/,
|
|
||||||
/dark/,
|
|
||||||
/show/,
|
|
||||||
/dragging/,
|
|
||||||
/fullscreen/,
|
|
||||||
/loaded/,
|
|
||||||
/visible/,
|
|
||||||
/current/,
|
|
||||||
/active/,
|
|
||||||
/mark/,
|
|
||||||
],
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
plugins: {
|
|
||||||
tailwindcss: {},
|
|
||||||
"@fullhuman/postcss-purgecss":
|
|
||||||
process.env.HUGO_ENVIRONMENT === "production" ? purgecss : false,
|
|
||||||
autoprefixer: process.env.HUGO_ENVIRONMENT === "production" ? {} : false,
|
|
||||||
},
|
|
||||||
};
|
|
|
@ -1,88 +0,0 @@
|
||||||
##### Optimize default expiration time - BEGIN
|
|
||||||
<IfModule mod_expires.c>
|
|
||||||
|
|
||||||
## Enable expiration control
|
|
||||||
ExpiresActive On
|
|
||||||
|
|
||||||
## CSS and JS expiration: 1 week after request
|
|
||||||
ExpiresByType text/css "now plus 1 week"
|
|
||||||
ExpiresByType application/javascript "now plus 1 week"
|
|
||||||
ExpiresByType application/x-javascript "now plus 1 week"
|
|
||||||
|
|
||||||
## Image files expiration: 1 month after request
|
|
||||||
ExpiresByType image/bmp "now plus 1 month"
|
|
||||||
ExpiresByType image/gif "now plus 1 month"
|
|
||||||
ExpiresByType image/jpeg "now plus 1 month"
|
|
||||||
ExpiresByType image/webp "now plus 1 month"
|
|
||||||
ExpiresByType image/jp2 "now plus 1 month"
|
|
||||||
ExpiresByType image/pipeg "now plus 1 month"
|
|
||||||
ExpiresByType image/png "now plus 1 month"
|
|
||||||
ExpiresByType image/svg+xml "now plus 1 month"
|
|
||||||
ExpiresByType image/tiff "now plus 1 month"
|
|
||||||
ExpiresByType image/x-icon "now plus 1 month"
|
|
||||||
ExpiresByType image/ico "now plus 1 month"
|
|
||||||
ExpiresByType image/icon "now plus 1 month"
|
|
||||||
ExpiresByType text/ico "now plus 1 month"
|
|
||||||
ExpiresByType application/ico "now plus 1 month"
|
|
||||||
ExpiresByType image/vnd.wap.wbmp "now plus 1 month"
|
|
||||||
|
|
||||||
## Font files expiration: 1 month after request
|
|
||||||
ExpiresByType application/x-font-ttf "now plus 1 month"
|
|
||||||
ExpiresByType application/x-font-opentype "now plus 1 month"
|
|
||||||
ExpiresByType application/x-font-woff "now plus 1 month"
|
|
||||||
ExpiresByType font/woff2 "now plus 1 month"
|
|
||||||
ExpiresByType image/svg+xml "now plus 1 month"
|
|
||||||
|
|
||||||
## Audio files expiration: 1 month after request
|
|
||||||
ExpiresByType audio/ogg "now plus 1 month"
|
|
||||||
ExpiresByType application/ogg "now plus 1 month"
|
|
||||||
ExpiresByType audio/basic "now plus 1 month"
|
|
||||||
ExpiresByType audio/mid "now plus 1 month"
|
|
||||||
ExpiresByType audio/midi "now plus 1 month"
|
|
||||||
ExpiresByType audio/mpeg "now plus 1 month"
|
|
||||||
ExpiresByType audio/mp3 "now plus 1 month"
|
|
||||||
ExpiresByType audio/x-aiff "now plus 1 month"
|
|
||||||
ExpiresByType audio/x-mpegurl "now plus 1 month"
|
|
||||||
ExpiresByType audio/x-pn-realaudio "now plus 1 month"
|
|
||||||
ExpiresByType audio/x-wav "now plus 1 month"
|
|
||||||
|
|
||||||
## Movie files expiration: 1 month after request
|
|
||||||
ExpiresByType application/x-shockwave-flash "now plus 1 month"
|
|
||||||
ExpiresByType x-world/x-vrml "now plus 1 month"
|
|
||||||
ExpiresByType video/x-msvideo "now plus 1 month"
|
|
||||||
ExpiresByType video/mpeg "now plus 1 month"
|
|
||||||
ExpiresByType video/mp4 "now plus 1 month"
|
|
||||||
ExpiresByType video/quicktime "now plus 1 month"
|
|
||||||
ExpiresByType video/x-la-asf "now plus 1 month"
|
|
||||||
ExpiresByType video/x-ms-asf "now plus 1 month"
|
|
||||||
</IfModule>
|
|
||||||
##### Optimize default expiration time - END
|
|
||||||
|
|
||||||
##### 1 Month for most static resources
|
|
||||||
<filesMatch ".(css|jpg|jpeg|png|webp|gif|js|ico|woff|woff2|eot|ttf)$">
|
|
||||||
Header set Cache-Control "public, max-age=31536000, immutable"
|
|
||||||
</filesMatch>
|
|
||||||
|
|
||||||
##### Enable gzip compression for resources
|
|
||||||
<ifModule mod_gzip.c>
|
|
||||||
mod_gzip_on Yes
|
|
||||||
mod_gzip_dechunk Yes
|
|
||||||
mod_gzip_item_include file .(html?|txt|css|js|php)$
|
|
||||||
mod_gzip_item_include handler ^cgi-script$
|
|
||||||
mod_gzip_item_include mime ^text/.*
|
|
||||||
mod_gzip_item_include mime ^application/x-javascript.*
|
|
||||||
mod_gzip_item_exclude mime ^image/.*
|
|
||||||
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
|
|
||||||
</ifModule>
|
|
||||||
|
|
||||||
##### Or, compress certain file types by extension:
|
|
||||||
<FilesMatch ".(html|css|jpg|jpeg|webp|png|gif|js|ico)">
|
|
||||||
SetOutputFilter DEFLATE
|
|
||||||
</FilesMatch>
|
|
||||||
|
|
||||||
##### Set Header Vary: Accept-Encoding
|
|
||||||
<IfModule mod_headers.c>
|
|
||||||
<FilesMatch ".(js|css|xml|gz|html)$">
|
|
||||||
Header append Vary: Accept-Encoding
|
|
||||||
</FilesMatch>
|
|
||||||
</IfModule>
|
|
872
public/404.html
|
@ -1,872 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/404.html" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Fediversity</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Fediversity" />
|
|
||||||
<meta property="og:description" content="Fediversity Project" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/404.html" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Fediversity" />
|
|
||||||
<meta name="twitter:description" content="Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<section class="section-sm text-center">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-center">
|
|
||||||
<div class="sm:col-10 md:col-8 lg:col-6">
|
|
||||||
<span class="text-[8rem] block font-bold text-dark"> 404 </span>
|
|
||||||
<h1 class="h2 mb-4">Page not found</h1>
|
|
||||||
<div class="content">
|
|
||||||
<p>
|
|
||||||
The page you are looking for might have been removed, had its name
|
|
||||||
changed, or is temporarily unavailable.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<a href="//localhost:1313/" class="btn btn-primary mt-8">
|
|
||||||
Back to home
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Authors on Fediversity</title>
|
|
||||||
<link>//localhost:1313/authors/</link>
|
|
||||||
<description>Recent content in Authors on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<atom:link href="//localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Laurens Hof</title>
|
|
||||||
<link>//localhost:1313/authors/laurens-hof/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/authors/laurens-hof/</guid>
|
|
||||||
<description>Story teller for the Fediversity Project.</description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,47 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>News on Fediversity</title>
|
|
||||||
<link>//localhost:1313/blog/</link>
|
|
||||||
<description>Recent content in News on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Tue, 17 Sep 2024 05:00:00 +0000</lastBuildDate>
|
|
||||||
<atom:link href="//localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Nordunet Conference 2024</title>
|
|
||||||
<link>//localhost:1313/blog/nordunet-conference-2024/</link>
|
|
||||||
<pubDate>Tue, 17 Sep 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/nordunet-conference-2024/</guid>
|
|
||||||
<description>Fediversity was represented in Bergen at the Nordunet Conference for 2024, with both the Internet Discourse Foundation and Nordunet themselves being present.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Fediversity Tech Session</title>
|
|
||||||
<link>//localhost:1313/blog/fediversity-tech-session/</link>
|
|
||||||
<pubDate>Mon, 05 Aug 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/fediversity-tech-session/</guid>
|
|
||||||
<description>Recently Fediversity hosted a tech session on NixOS and Kubernetes. We invited people within the community to discuss some design considerations of the Fediversity project with us.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>PublicSpaces Conference 2024</title>
|
|
||||||
<link>//localhost:1313/blog/publicspaces-conference/</link>
|
|
||||||
<pubDate>Tue, 30 Jul 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/publicspaces-conference/</guid>
|
|
||||||
<description>PublicSpaces and Waag Futurelabs recently held their yearly conference in Amsterdam, titled &lsquo;Taking Back the Internet&rsquo;.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Fediversity new website launch</title>
|
|
||||||
<link>//localhost:1313/blog/new-website-launch/</link>
|
|
||||||
<pubDate>Wed, 15 May 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/new-website-launch/</guid>
|
|
||||||
<description>We are pleased to introduce the launch of our new website dedicated to the Fediversity project.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Fediversity Project publicly announced</title>
|
|
||||||
<link>//localhost:1313/blog/project-launch/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/project-launch/</guid>
|
|
||||||
<description>The Consortium behind the Fediversity project announces that the project has officially been started.</description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<title>//localhost:1313/blog/</title>
|
|
||||||
<link rel="canonical" href="//localhost:1313/blog/">
|
|
||||||
<meta name="robots" content="noindex">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=//localhost:1313/blog/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
|
@ -1,26 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Conference on Fediversity</title>
|
|
||||||
<link>//localhost:1313/categories/conference/</link>
|
|
||||||
<description>Recent content in Conference on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sat, 11 May 2024 14:00:00 +0200</lastBuildDate>
|
|
||||||
<atom:link href="//localhost:1313/categories/conference/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>PublicSpaces Conference 2024</title>
|
|
||||||
<link>//localhost:1313/events/publicspaces-annual-conference/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 14:00:00 +0200</pubDate>
|
|
||||||
<guid>//localhost:1313/events/publicspaces-annual-conference/</guid>
|
|
||||||
<description>w On June 6th and 7th, PublicSpaces and Waag Futurelab proudly present the fourth edition of the PublicSpaces conference under the theme &lsquo;Empowering the Internet&rsquo;.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>OW2con 2024</title>
|
|
||||||
<link>//localhost:1313/events/owc-annual-conference-2024/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 09:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/events/owc-annual-conference-2024/</guid>
|
|
||||||
<description>OW2con is the European open source conference organized by OW2. An international meeting of developpers, IT companies, academics and non-profit organizations, OW2con brings together the entire open source community, during two days of presentations ranging from tech topics to business and ethical issues of open source.</description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Event on Fediversity</title>
|
|
||||||
<link>//localhost:1313/categories/event/</link>
|
|
||||||
<description>Recent content in Event on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sat, 11 May 2024 14:00:00 +0200</lastBuildDate>
|
|
||||||
<atom:link href="//localhost:1313/categories/event/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>PublicSpaces Conference 2024</title>
|
|
||||||
<link>//localhost:1313/events/publicspaces-annual-conference/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 14:00:00 +0200</pubDate>
|
|
||||||
<guid>//localhost:1313/events/publicspaces-annual-conference/</guid>
|
|
||||||
<description>w On June 6th and 7th, PublicSpaces and Waag Futurelab proudly present the fourth edition of the PublicSpaces conference under the theme &lsquo;Empowering the Internet&rsquo;.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>OW2con 2024</title>
|
|
||||||
<link>//localhost:1313/events/owc-annual-conference-2024/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 09:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/events/owc-annual-conference-2024/</guid>
|
|
||||||
<description>OW2con is the European open source conference organized by OW2. An international meeting of developpers, IT companies, academics and non-profit organizations, OW2con brings together the entire open source community, during two days of presentations ranging from tech topics to business and ethical issues of open source.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>State of the Internet 2024</title>
|
|
||||||
<link>//localhost:1313/events/waag-state-internet-2024/</link>
|
|
||||||
<pubDate>Wed, 10 Apr 2024 16:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/events/waag-state-internet-2024/</guid>
|
|
||||||
<description>Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,928 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/categories/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Fediversity</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Fediversity" />
|
|
||||||
<meta property="og:description" content="Fediversity Project" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/categories/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Fediversity" />
|
|
||||||
<meta name="twitter:description" content="Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>Categories</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
Categories
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section">
|
|
||||||
<div class="container">
|
|
||||||
<ul class="text-center">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
href="//localhost:1313/categories/news/"
|
|
||||||
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
|
|
||||||
>
|
|
||||||
News
|
|
||||||
<span class="bg-body ml-2 rounded px-2"> 5 </span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
href="//localhost:1313/categories/event/"
|
|
||||||
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
|
|
||||||
>
|
|
||||||
Event
|
|
||||||
<span class="bg-body ml-2 rounded px-2"> 3 </span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
href="//localhost:1313/categories/conference/"
|
|
||||||
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
|
|
||||||
>
|
|
||||||
Conference
|
|
||||||
<span class="bg-body ml-2 rounded px-2"> 2 </span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
href="//localhost:1313/categories/webinar/"
|
|
||||||
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
|
|
||||||
>
|
|
||||||
Webinar
|
|
||||||
<span class="bg-body ml-2 rounded px-2"> 1 </span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,40 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Categories on Fediversity</title>
|
|
||||||
<link>//localhost:1313/categories/</link>
|
|
||||||
<description>Recent content in Categories on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Mon, 05 Aug 2024 05:00:00 +0000</lastBuildDate>
|
|
||||||
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>News</title>
|
|
||||||
<link>//localhost:1313/categories/news/</link>
|
|
||||||
<pubDate>Mon, 05 Aug 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/categories/news/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Conference</title>
|
|
||||||
<link>//localhost:1313/categories/conference/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 14:00:00 +0200</pubDate>
|
|
||||||
<guid>//localhost:1313/categories/conference/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Event</title>
|
|
||||||
<link>//localhost:1313/categories/event/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 14:00:00 +0200</pubDate>
|
|
||||||
<guid>//localhost:1313/categories/event/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Webinar</title>
|
|
||||||
<link>//localhost:1313/categories/webinar/</link>
|
|
||||||
<pubDate>Wed, 10 Apr 2024 16:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/categories/webinar/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,47 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>News on Fediversity</title>
|
|
||||||
<link>//localhost:1313/categories/news/</link>
|
|
||||||
<description>Recent content in News on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Mon, 05 Aug 2024 05:00:00 +0000</lastBuildDate>
|
|
||||||
<atom:link href="//localhost:1313/categories/news/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Fediversity Tech Session</title>
|
|
||||||
<link>//localhost:1313/blog/fediversity-tech-session/</link>
|
|
||||||
<pubDate>Mon, 05 Aug 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/fediversity-tech-session/</guid>
|
|
||||||
<description>Recently Fediversity hosted a tech session on NixOS and Kubernetes. We invited people within the community to discuss some design considerations of the Fediversity project with us.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Nordunet Conference 2024</title>
|
|
||||||
<link>//localhost:1313/blog/nordunet-conference-2024/</link>
|
|
||||||
<pubDate>Tue, 30 Jul 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/nordunet-conference-2024/</guid>
|
|
||||||
<description>Fediversity was represented at the Nordunet Conference for 2024, with both the Internet Discourse Foundation and Nordunet themselves being present.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>PublicSpaces Conference 2024</title>
|
|
||||||
<link>//localhost:1313/blog/publicspaces-conference/</link>
|
|
||||||
<pubDate>Tue, 30 Jul 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/publicspaces-conference/</guid>
|
|
||||||
<description>PublicSpaces and Waag Futurelabs recently held their yearly conference in Amsterdam, titled &lsquo;Taking Back the Internet&rsquo;.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Fediversity new website launch</title>
|
|
||||||
<link>//localhost:1313/blog/new-website-launch/</link>
|
|
||||||
<pubDate>Wed, 15 May 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/new-website-launch/</guid>
|
|
||||||
<description>We are pleased to introduce the launch of our new website dedicated to the Fediversity project.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Fediversity Project publicly announced</title>
|
|
||||||
<link>//localhost:1313/blog/project-launch/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/blog/project-launch/</guid>
|
|
||||||
<description>The Consortium behind the Fediversity project announces that the project has officially been started.</description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,19 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Webinar on Fediversity</title>
|
|
||||||
<link>//localhost:1313/categories/webinar/</link>
|
|
||||||
<description>Recent content in Webinar on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Wed, 10 Apr 2024 16:00:00 +0000</lastBuildDate>
|
|
||||||
<atom:link href="//localhost:1313/categories/webinar/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>State of the Internet 2024</title>
|
|
||||||
<link>//localhost:1313/events/waag-state-internet-2024/</link>
|
|
||||||
<pubDate>Wed, 10 Apr 2024 16:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/events/waag-state-internet-2024/</guid>
|
|
||||||
<description>Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,894 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/consortium/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Consortium</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="The organisations behind the Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Consortium" />
|
|
||||||
<meta property="og:description" content="The organisations behind the Fediversity Project" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/consortium/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Consortium" />
|
|
||||||
<meta name="twitter:description" content="The organisations behind the Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>Consortium</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
Consortium
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-center">
|
|
||||||
<div class="lg:col-10">
|
|
||||||
<div class="content"><p>Information about the project. TODO.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,977 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/contact/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Contact</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="How to contact us" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Contact" />
|
|
||||||
<meta property="og:description" content="How to contact us" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/contact/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Contact" />
|
|
||||||
<meta name="twitter:description" content="How to contact us" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>Contact</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
Contact
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-center">
|
|
||||||
<div class="lg:col-10">
|
|
||||||
<div class="content"><p>Please feel free to reach out to us via email at the following addresses for any inquiries or assistance. We’re here to help and eager to hear from you!</p>
|
|
||||||
<p>For generic questions about the Fediversity project:</p>
|
|
||||||
<p><a href="mailto:contact@fediversity.eu"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
>contact@fediversity.eu</a>
|
|
||||||
|
|
||||||
For questions about the administrative side of the Fediversity Project:</p>
|
|
||||||
<p><a href="mailto:fediversity@nlnet.nl"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
>fediversity@nlnet.nl</a>
|
|
||||||
|
|
||||||
If you have questions about the funding rounds that are part of the Fediversity project, you can find out more information on the NLnet website:</p>
|
|
||||||
<p><a href="https://nlnet.nl/fediversity/guideforapplicants/"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
target="_blank"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
>https://nlnet.nl/fediversity/guideforapplicants/</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="md:col-10 lg:col-6 mx-auto">
|
|
||||||
<form action="#" method="POST">
|
|
||||||
<div class="mb-6">
|
|
||||||
<label for="name" class="form-label">
|
|
||||||
Name <span class="text-red-500">*</span>
|
|
||||||
</label>
|
|
||||||
<input
|
|
||||||
id="name"
|
|
||||||
name="name"
|
|
||||||
class="form-input"
|
|
||||||
placeholder=""
|
|
||||||
type="text"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div class="mb-6">
|
|
||||||
<label for="email" class="form-label">
|
|
||||||
Email address <span class="text-red-500">*</span>
|
|
||||||
</label>
|
|
||||||
<input
|
|
||||||
id="email"
|
|
||||||
name="email"
|
|
||||||
class="form-input"
|
|
||||||
placeholder=""
|
|
||||||
type="email"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div class="mb-6">
|
|
||||||
<label for="message" class="form-label">
|
|
||||||
Send us a message! <span class="text-red-500">*</span>
|
|
||||||
</label>
|
|
||||||
<textarea
|
|
||||||
id="message"
|
|
||||||
name="message"
|
|
||||||
class="form-input"
|
|
||||||
placeholder=""
|
|
||||||
rows="8"
|
|
||||||
></textarea>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-primary">Submit</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Contact on Fediversity</title>
|
|
||||||
<link>//localhost:1313/contact/</link>
|
|
||||||
<description>Recent content in Contact on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<atom:link href="//localhost:1313/contact/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
3281
public/css/style.css
|
@ -1,898 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/developers/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Developers</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="Information for developers about the Fediversity Project." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Developers" />
|
|
||||||
<meta property="og:description" content="Information for developers about the Fediversity Project." />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/developers/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Developers" />
|
|
||||||
<meta name="twitter:description" content="Information for developers about the Fediversity Project." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
active
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link
|
|
||||||
active"
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>Developers</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
Developers
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-center">
|
|
||||||
<div class="lg:col-10">
|
|
||||||
<div class="content"><p>The Fediversity Project enables easy hosting for a wide variety of fediverse platforms, all based on NixOS. At the start, the project will support Mastodon, PixelFed,PeerTube, Matrix and Nexcloud, and the project is actively working to expand this offering. Other services that are offered are email (based on Stalwart) and domain registry.</p>
|
|
||||||
<p>As part of the NGI Funding, the Fediversity Project also offers grants to developers to expand the ecosystem. The NLNet website has more information on how you as a developer can apply to grants, ranging from 5.000 to 50.000 euro’s.</p>
|
|
||||||
<p>If you are a developer of fediverse software, and would like to get your platform also offered for easy hosting as part of the Fediversity Project, please reach out to us. You can contact us HERE.</p>
|
|
||||||
<p>As the project is based upon NixOS, we are actively supporting making fediverse projects available as nix packages. If your project is on the fence about this, please reach out. Nix packages make updating and maintaining fediverse projects a breeze!</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,896 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/ec/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>European Commission</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="Information about the Fediversity Project for the grant providers." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="European Commission" />
|
|
||||||
<meta property="og:description" content="Information about the Fediversity Project for the grant providers." />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/ec/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="European Commission" />
|
|
||||||
<meta name="twitter:description" content="Information about the Fediversity Project for the grant providers." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
active
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link
|
|
||||||
active"
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>European Commission</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
European Commission
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-center">
|
|
||||||
<div class="lg:col-10">
|
|
||||||
<div class="content"><p>The Fediversity project implements the visions outlined by the Next Generation Internet (NGI) initiative for an open internet in several ways. Most importantly, it helps with decentralisation of the internet, a core principle of the NGI, by making it easier for people to participate in the Open Social Web on their own terms. NGI’s goal of empowering individuals in the digital sphere is helped by making it easy for them to set up their own servers and platforms. While a variety of Fediverse software exist, there are still barriers of entry for people. In order for people to be truly empowered, joining the fediverse needs to be as weasy as possible. Additionally, the Fediverse emphasises interoperability and openness, which are key concerns addressed by the NGI.</p>
|
|
||||||
<p>Part of the values of openness and transparency of is that the Fediversity project is that all the deliverables of the projects are have a ‘Public’ Dissemination level. On this page an overview of all deliverables of the Fediversity project can be found.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,934 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/events/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Events</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="Events related to the fediverse and NixOS." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Events" />
|
|
||||||
<meta property="og:description" content="Events related to the fediverse and NixOS." />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/events/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Events" />
|
|
||||||
<meta name="twitter:description" content="Events related to the fediverse and NixOS." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link active"
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>Events</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
Events
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<div class="center-layout">
|
|
||||||
<ul class="list">
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<div class="header-with-image">
|
|
||||||
<img src="/images/users.png" alt="Image">
|
|
||||||
<h4 class="mb-4">Events</h4>
|
|
||||||
</div>
|
|
||||||
<ul class="list">
|
|
||||||
|
|
||||||
<li class="list-item">
|
|
||||||
<div class="content">
|
|
||||||
<a class="link" href="/events/publicspaces-annual-conference/" style="color: #FF6E00">PublicSpaces Conference 2024</a>
|
|
||||||
</div>
|
|
||||||
<hr class="hr-list">
|
|
||||||
|
|
||||||
<time class="g time" datetime="2024-05-11">11-05-2024</time>
|
|
||||||
<hr class="hr-list2">
|
|
||||||
</li>
|
|
||||||
<div class="line"></div>
|
|
||||||
|
|
||||||
<li class="list-item">
|
|
||||||
<div class="content">
|
|
||||||
<a class="link" href="/events/owc-annual-conference-2024/" style="color: #FF6E00">OW2con 2024</a>
|
|
||||||
</div>
|
|
||||||
<hr class="hr-list">
|
|
||||||
|
|
||||||
<time class="g time" datetime="2024-05-11">11-05-2024</time>
|
|
||||||
<hr class="hr-list2">
|
|
||||||
</li>
|
|
||||||
<div class="line"></div>
|
|
||||||
|
|
||||||
<li class="list-item">
|
|
||||||
<div class="content">
|
|
||||||
<a class="link" href="/events/waag-state-internet-2024/" style="color: #FF6E00">State of the Internet 2024</a>
|
|
||||||
</div>
|
|
||||||
<hr class="hr-list">
|
|
||||||
|
|
||||||
<time class="g time" datetime="2024-04-10">10-04-2024</time>
|
|
||||||
<hr class="hr-list2">
|
|
||||||
</li>
|
|
||||||
<div class="line"></div>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Events on Fediversity</title>
|
|
||||||
<link>//localhost:1313/events/</link>
|
|
||||||
<description>Recent content in Events on Fediversity</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sat, 11 May 2024 14:00:00 +0200</lastBuildDate>
|
|
||||||
<atom:link href="//localhost:1313/events/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>PublicSpaces Conference 2024</title>
|
|
||||||
<link>//localhost:1313/events/publicspaces-annual-conference/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 14:00:00 +0200</pubDate>
|
|
||||||
<guid>//localhost:1313/events/publicspaces-annual-conference/</guid>
|
|
||||||
<description>w On June 6th and 7th, PublicSpaces and Waag Futurelab proudly present the fourth edition of the PublicSpaces conference under the theme &lsquo;Empowering the Internet&rsquo;.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>OW2con 2024</title>
|
|
||||||
<link>//localhost:1313/events/owc-annual-conference-2024/</link>
|
|
||||||
<pubDate>Sat, 11 May 2024 09:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/events/owc-annual-conference-2024/</guid>
|
|
||||||
<description>OW2con is the European open source conference organized by OW2. An international meeting of developpers, IT companies, academics and non-profit organizations, OW2con brings together the entire open source community, during two days of presentations ranging from tech topics to business and ethical issues of open source.</description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>State of the Internet 2024</title>
|
|
||||||
<link>//localhost:1313/events/waag-state-internet-2024/</link>
|
|
||||||
<pubDate>Wed, 10 Apr 2024 16:00:00 +0000</pubDate>
|
|
||||||
<guid>//localhost:1313/events/waag-state-internet-2024/</guid>
|
|
||||||
<description>Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,897 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/fediversity/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Fediversity</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="More information about the Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Fediversity" />
|
|
||||||
<meta property="og:description" content="More information about the Fediversity Project" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/fediversity/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Fediversity" />
|
|
||||||
<meta name="twitter:description" content="More information about the Fediversity Project" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link active"
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>Fediversity</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
Fediversity
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-center">
|
|
||||||
<div class="lg:col-10">
|
|
||||||
<div class="content"><p>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.</p>
|
|
||||||
<p>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.</p>
|
|
||||||
<p>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.</p>
|
|
||||||
<p>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.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,897 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html
|
|
||||||
itemscope
|
|
||||||
class="system"
|
|
||||||
lang="en-us"
|
|
||||||
itemtype="http://schema.org/WebPage"
|
|
||||||
>
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=5"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="theme-name" content="hugoplate" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png" type="image/x-icon">
|
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_48x0_resize_lanczos_3.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_96x0_resize_lanczos_3.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_hudf4905de8b22f1b316f0f9113e9f1079_22623_144x0_resize_lanczos_3.png">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
|
||||||
<meta
|
|
||||||
name="msapplication-TileColor"
|
|
||||||
content="#ddd" />
|
|
||||||
<meta
|
|
||||||
name="theme-color"
|
|
||||||
content="#ffffff" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<base href="//localhost:1313/grants/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>Grants</title>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="keywords"
|
|
||||||
content="fediverse, nixos, open source" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="How to apply for grants as part of the Fediversity Project." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="author" content="NGI Fediversity" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta name="twitter:image" content="//localhost:1313/images/logo.png" />
|
|
||||||
<meta
|
|
||||||
name="twitter:card"
|
|
||||||
content="summary
|
|
||||||
_large_image
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="600" />
|
|
||||||
<meta property="og:image:height" content="200" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta
|
|
||||||
property="og:image:type"
|
|
||||||
content="image/
|
|
||||||
.png
|
|
||||||
" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Grants" />
|
|
||||||
<meta property="og:description" content="How to apply for grants as part of the Fediversity Project." />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="//localhost:1313/grants/" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Grants" />
|
|
||||||
<meta name="twitter:description" content="How to apply for grants as part of the Fediversity Project." />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let indexURL = "//localhost:1313/searchindex.json";
|
|
||||||
let includeSectionsInSearch = ["blog"];
|
|
||||||
let no_results_for = "No results for";
|
|
||||||
let empty_search_results_placeholder = "Type something to search..";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
|
||||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
|
||||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
|
||||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
|
||||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
||||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
|
||||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const googleFont = document.createElement("link");
|
|
||||||
googleFont.href =
|
|
||||||
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
|
|
||||||
googleFont.type = "text/css";
|
|
||||||
googleFont.rel = "stylesheet";
|
|
||||||
document.head.appendChild(googleFont);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
href="/css/style.css"
|
|
||||||
integrity=""
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
<link
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/css/style-lazy.css"
|
|
||||||
integrity=""
|
|
||||||
media="print"
|
|
||||||
onload="this.media='all'; this.onload=null;"
|
|
||||||
/>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="fixed left-0 top-0 z-50 flex w-[30px] items-center justify-center bg-gray-200 py-[2.5px] text-[12px] uppercase text-black sm:bg-red-200 md:bg-yellow-200 lg:bg-green-200 xl:bg-blue-200 2xl:bg-pink-200"
|
|
||||||
>
|
|
||||||
<span class="block sm:hidden">all</span>
|
|
||||||
<span class="hidden sm:block md:hidden">sm</span>
|
|
||||||
<span class="hidden md:block lg:hidden">md</span>
|
|
||||||
<span class="hidden lg:block xl:hidden">lg</span>
|
|
||||||
<span class="hidden xl:block 2xl:hidden">xl</span>
|
|
||||||
<span class="hidden 2xl:block">2xl</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header
|
|
||||||
class="header sticky top-0 z-30"
|
|
||||||
>
|
|
||||||
<nav class="navbar container">
|
|
||||||
|
|
||||||
<div class="order-0">
|
|
||||||
|
|
||||||
<a class="navbar-brand block" href="/">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<input id="nav-toggle" type="checkbox" class="hidden" />
|
|
||||||
<label
|
|
||||||
for="nav-toggle"
|
|
||||||
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
|
|
||||||
>
|
|
||||||
<svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Open</title>
|
|
||||||
<path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20">
|
|
||||||
<title>Menu Close</title>
|
|
||||||
<polygon
|
|
||||||
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
|
|
||||||
transform="rotate(45 10 10)"
|
|
||||||
></polygon>
|
|
||||||
</svg>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ul
|
|
||||||
id="nav-menu"
|
|
||||||
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
For You
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/developers/"
|
|
||||||
>
|
|
||||||
Developers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/ec/"
|
|
||||||
>
|
|
||||||
European Commission
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/individuals/"
|
|
||||||
>
|
|
||||||
Individuals
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item nav-dropdown group relative">
|
|
||||||
<span
|
|
||||||
class="nav-link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline-flex items-center"
|
|
||||||
>
|
|
||||||
Consortium
|
|
||||||
<svg class="h-4 w-4 fill-current" viewBox="0 0 20 20">
|
|
||||||
<path
|
|
||||||
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<ul
|
|
||||||
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
|
|
||||||
>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nlnet/"
|
|
||||||
>
|
|
||||||
NLnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/nordunet/"
|
|
||||||
>
|
|
||||||
NORDUnet
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/oid/"
|
|
||||||
>
|
|
||||||
Open Internet Discourse
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-dropdown-item">
|
|
||||||
<a
|
|
||||||
class="nav-dropdown-link "
|
|
||||||
|
|
||||||
href="/tweag/"
|
|
||||||
>
|
|
||||||
Tweag
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/fediversity/"
|
|
||||||
>Fediversity</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link active"
|
|
||||||
|
|
||||||
href="/grants/"
|
|
||||||
>Grants</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/events/"
|
|
||||||
>Events</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link "
|
|
||||||
|
|
||||||
href="/blog/"
|
|
||||||
>News</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="mt-4 inline-block lg:hidden">
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-primary btn-sm"
|
|
||||||
href="/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="/contact"
|
|
||||||
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main> <section>
|
|
||||||
<div class="container text-center">
|
|
||||||
<div
|
|
||||||
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
|
|
||||||
>
|
|
||||||
<h1>Grants</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<ul class="mt-6 inline-flex space-x-1 capitalize">
|
|
||||||
<li>
|
|
||||||
<a class="text-primary" href="//localhost:1313/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<span class="inlin-block mr-1">/</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class="text-primary">
|
|
||||||
Grants
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<section class="section-sm">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-center">
|
|
||||||
<div class="lg:col-10">
|
|
||||||
<div class="content"><p>Fediversity invites other people to join this ambitious development effort. It 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.</p>
|
|
||||||
<p>This is your opportunity to make a real difference. You tell us how your project can help Fediversity go harder, better, faster, stronger. In order to enable you to make such contributions, NLnet will award 450 000 euro in small to medium-size R&D grants towards solutions that bring the next generation of social networks closer. NLnet is seeking project proposals between 5.000 and 50.000 euro’s — which should get you on your way.</p>
|
|
||||||
<p>Noteworthy fact: many projects which are to be deployed inside Fediversity were themselves bootstrapped on precisely such a grant from NGI, and now it is your turn.</p>
|
|
||||||
<p>For more information on how to apply, check the NLnet website.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="bg-theme-light">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row items-center py-10">
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:text-left">
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="navbar-brand inline-block"
|
|
||||||
href="/"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-light"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/ngi_fedi_full.svg"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='';" />
|
|
||||||
|
|
||||||
<img
|
|
||||||
fetchpriority="high"
|
|
||||||
decoding="async"
|
|
||||||
class="img logo-dark"
|
|
||||||
width="160"
|
|
||||||
height="32"
|
|
||||||
src="/images/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_q80_h2_lanczos_3.webp"
|
|
||||||
alt="Hugoplate"
|
|
||||||
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu3e1f0f6bc04cc0e54cd69f08cd041995_19726_320x0_resize_lanczos_3.png';" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-6 mb-8 text-center lg:mb-0">
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/fediversity/
|
|
||||||
"
|
|
||||||
>About</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="m-3 inline-block">
|
|
||||||
<a
|
|
||||||
|
|
||||||
href="
|
|
||||||
/privacy-policy/
|
|
||||||
"
|
|
||||||
>Privacy Policy</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right">
|
|
||||||
<ul class="social-icons">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="mastodon"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://mastodon.fediversity.eu/@fediversity"
|
|
||||||
>
|
|
||||||
<i class="fab fa-mastodon"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
aria-label="rss"
|
|
||||||
rel="nofollow noopener"
|
|
||||||
href="https://fediversity.eu/rss"
|
|
||||||
>
|
|
||||||
<i class="fab fa-rss"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="border-border border-t py-7">
|
|
||||||
<div class="text-light container text-center">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script
|
|
||||||
defer
|
|
||||||
async
|
|
||||||
crossorigin="anonymous"
|
|
||||||
integrity=""
|
|
||||||
src="/js/script-lazy.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 848 B |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 5.7 KiB |