image placeholders

This commit is contained in:
Laurens 2024-04-02 10:29:00 +02:00
parent c3e4424e46
commit 9800afc870
201 changed files with 96501 additions and 0 deletions

88
public/.htaccess Normal file
View file

@ -0,0 +1,88 @@
##### 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>

1102
public/404.html Normal file

File diff suppressed because it is too large Load diff

1195
public/about/index.html Normal file

File diff suppressed because it is too large Load diff

11
public/about/index.xml Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hey, I am John Doe! on Fediversity</title>
<link>//localhost:1313/about/</link>
<description>Recent content in Hey, I am John Doe! on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="//localhost:1313/about/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

1232
public/authors/index.html Normal file

File diff suppressed because it is too large Load diff

18
public/authors/index.xml Normal file
View file

@ -0,0 +1,18 @@
<?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/john-doe/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/authors/john-doe/</guid>
<description>Story teller for the Fediversity Project.</description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load diff

1630
public/blog/index.html Normal file

File diff suppressed because it is too large Load diff

40
public/blog/index.xml Normal file
View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog Posts on Fediversity</title>
<link>//localhost:1313/blog/</link>
<description>Recent content in Blog Posts on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-1/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-1/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-2/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-2/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-3/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-3/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-4/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-4/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,10 @@
<!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>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Application on Fediversity</title>
<link>//localhost:1313/categories/application/</link>
<description>Recent content in Application on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/application/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-1/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-1/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Architecture on Fediversity</title>
<link>//localhost:1313/categories/architecture/</link>
<description>Recent content in Architecture on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/architecture/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-4/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-4/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Data on Fediversity</title>
<link>//localhost:1313/categories/data/</link>
<description>Recent content in Data on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/data/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-1/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-1/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-2/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-2/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
</channel>
</rss>

1168
public/categories/index.html Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,47 @@
<?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, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Application</title>
<link>//localhost:1313/categories/application/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/application/</guid>
<description></description>
</item>
<item>
<title>Architecture</title>
<link>//localhost:1313/categories/architecture/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/architecture/</guid>
<description></description>
</item>
<item>
<title>Data</title>
<link>//localhost:1313/categories/data/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/data/</guid>
<description></description>
</item>
<item>
<title>Software</title>
<link>//localhost:1313/categories/software/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/software/</guid>
<description></description>
</item>
<item>
<title>Technology</title>
<link>//localhost:1313/categories/technology/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/technology/</guid>
<description></description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Software on Fediversity</title>
<link>//localhost:1313/categories/software/</link>
<description>Recent content in Software on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/software/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-3/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-3/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Technology on Fediversity</title>
<link>//localhost:1313/categories/technology/</link>
<description>Recent content in Technology on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/technology/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-2/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-2/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
</channel>
</rss>

1124
public/consortium/index.html Normal file

File diff suppressed because it is too large Load diff

1162
public/contact/index.html Normal file

File diff suppressed because it is too large Load diff

11
public/contact/index.xml Normal file
View file

@ -0,0 +1,11 @@
<?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>

9437
public/css/style-lazy.css Normal file

File diff suppressed because it is too large Load diff

3375
public/css/style.css Normal file

File diff suppressed because it is too large Load diff

1128
public/developers/index.html Normal file

File diff suppressed because it is too large Load diff

1126
public/ec/index.html Normal file

File diff suppressed because it is too large Load diff

2914
public/elements/index.html Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1127
public/grants/index.html Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
public/images/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
public/images/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

2179
public/index.html Normal file

File diff suppressed because it is too large Load diff

145
public/index.xml Normal file
View file

@ -0,0 +1,145 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Fediversity</title>
<link>//localhost:1313/</link>
<description>Recent content on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-1/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-1/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-2/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-2/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-3/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-3/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>How to build an Application with modern Technology</title>
<link>//localhost:1313/blog/post-4/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/post-4/</guid>
<description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description>
</item>
<item>
<title>Consortium</title>
<link>//localhost:1313/consortium/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/consortium/</guid>
<description>Information about the project. TODO.</description>
</item>
<item>
<title>Consortium</title>
<link>//localhost:1313/oid/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/oid/</guid>
<description>The Open Internet Discourse Foundation (OID) is founded on the belief that everyone deserves the freedom to express themselves and use the internet without constraints, and is committed to help build a better internet where individuals can truly be who they are.</description>
</item>
<item>
<title>Developers</title>
<link>//localhost:1313/developers/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/developers/</guid>
<description>The Fediversity Project enables easy hosting for a wide variety of fediverse platforms, all based on NixOS.</description>
</item>
<item>
<title>Elements</title>
<link>//localhost:1313/elements/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/elements/</guid>
<description>Table of Contents Heading 2 Heading 3 Heading 4 Heading 5 Emphasis Button Link Paragraph Ordered List Unordered List Notice Tab Accordions Code and Syntax Highlighting Blockquote Tables Image Gallery Slider Youtube video Custom video Here is an example of headings.</description>
</item>
<item>
<title>European Commission</title>
<link>//localhost:1313/ec/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/ec/</guid>
<description>The Fediversity project implements the visions outlined by the Next Generation Internet (NGI) initiative for an open internet in several ways.</description>
</item>
<item>
<title>Fediversity</title>
<link>//localhost:1313/fediversity/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/fediversity/</guid>
<description>Fediversity is a comprehensive effort to bring easy-to-use, hosted cloud services with service portability and personal freedom at their core to everyone.</description>
</item>
<item>
<title>Grants</title>
<link>//localhost:1313/grants/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/grants/</guid>
<description>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.</description>
</item>
<item>
<title>Individuals</title>
<link>//localhost:1313/individuals/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/individuals/</guid>
<description>The fediverse shows great potential in fundamentally rethinking how we approach the internet.</description>
</item>
<item>
<title>Laurens Hof</title>
<link>//localhost:1313/authors/john-doe/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/authors/john-doe/</guid>
<description>Story teller for the Fediversity Project.</description>
</item>
<item>
<title>NLnet</title>
<link>//localhost:1313/nlnet/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/nlnet/</guid>
<description>The NLnet Foundation supports organisations and people who contribute to an open internet for all.</description>
</item>
<item>
<title>NORDUnet</title>
<link>//localhost:1313/nordunet/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/nordunet/</guid>
<description>NORDUnet is a collaboration of the National Research and Education Networks of the Nordic countries connecting universities and research institutions across Denmark, Finland, Iceland, Norway, and Sweden.</description>
</item>
<item>
<title>Privacy</title>
<link>//localhost:1313/privacy-policy/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/privacy-policy/</guid>
<description>Responsibility of Contributors Lorem ipsum dolor sit amet, consectetur adipiscing elit.</description>
</item>
<item>
<title>Ready to build your next project with Hugo?</title>
<link></link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid></guid>
<description></description>
</item>
<item>
<title>Tweag</title>
<link>//localhost:1313/tweag/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/tweag/</guid>
<description>Tweag is the open source program office (OSPO) of Modus Create, a global digital consulting firm that helps enterprises build competitive advantage through digital innovation.</description>
</item>
<item>
<title>What Users Are Saying About Hugoplate</title>
<link></link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid></guid>
<description></description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load diff

4744
public/js/script-lazy.js Normal file

File diff suppressed because it is too large Load diff

12528
public/js/script.js Normal file

File diff suppressed because it is too large Load diff

Some files were not shown because too many files have changed in this diff Show more