-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy freenet/web to freenet/web:gh-pages
- Loading branch information
GitHub Actions
committed
Jun 12, 2024
0 parents
commit 55802ae
Showing
15 changed files
with
1,164 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: Community | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item is-active" href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Community</h1> | ||
<p>Connect with us through the following platforms:</p> | ||
<ul> | ||
<li><a href="https://matrix.to/#/#freenet-locutus:matrix.org">Matrix Channel</a></li> | ||
<li><a href="https://x.com/freenetorg">Twitter</a></li> | ||
<li><a href="https://www.reddit.com/r/Freenet/">Subreddit</a></li> | ||
</ul> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: About | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item " href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">About</h1> | ||
<h1 id="about-us">About Us</h1> | ||
<p>Welcome to the About page. Here you can learn more about our mission and values.</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: Motivation | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item is-active" href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item " href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item " href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Motivation</h1> | ||
<h1 id="motivation">Motivation</h1> | ||
<p>This is the Motivation page.</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
|
||
Freenet: Blog | ||
|
||
</title> | ||
<link rel="stylesheet" href="/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="/css/freenetorg.css" /> | ||
</head> | ||
|
||
<body> | ||
<section class="section content"> | ||
<div class="container"> | ||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item " href="/"> Home </a> | ||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
|
||
<div id="navbarBasicExample" class="navbar-menu"> | ||
<div class="navbar-start"> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
About | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/about/motivation/"> Motivation </a> | ||
<a class="navbar-item " href="/about/community/"> Community </a> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link "> | ||
Developers | ||
</a> | ||
|
||
<div class="navbar-dropdown"> | ||
<a class="navbar-item " href="/developers/build/"> Build on Freenet </a> | ||
<a class="navbar-item " href="/developers/development/"> Development </a> | ||
</div> | ||
</div> | ||
|
||
<a class="navbar-item " href="/faq/"> FAQ </a> | ||
<a class="navbar-item is-active" href="/blog/"> Blog </a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container content"> | ||
|
||
<article class="content"> | ||
<h1 class="title">Blog</h1> | ||
<h1 id="freenet-blog">Freenet Blog</h1> | ||
<p>This page is built with <a href="https://kweb.io/">Kweb</a>, which requires | ||
JavaScript to be enabled.</p> | ||
<p>::::::::::::::::::::::::::::::::::::::::::: section</p> | ||
<p><a href="/"> <strong>Freenet</strong></a><a href="/dev"> Dev</a><a href="/faq"> FAQ</a><a href="/blog"> Blog</a><a href="/donate"> Donate</a></p> | ||
<p>:::::::::::::::::::::::::::::::::::::::: section</p> | ||
<h1 id="freenet-blog-1">Freenet Blog</h1> | ||
<p><a href="/blog/1127/weekly-dev-meeting---gateway-deployment-freenet-chat.html"></a></p> | ||
<p>Weekly Dev Meeting - Gateway deployment, freenet-chat</p> | ||
<p>10th June, 2024</p> | ||
<p><a href="/blog/1097/weekly-dev-meeting---enhancing-connection-stability-and-finalizing-transport-fixes-24th-may-2024.html"></a></p> | ||
<p>Weekly Dev Meeting - Enhancing Connection Stability and Finalizing | ||
Transport Fixes, 24th May, 2024</p> | ||
<p>24th May, 2024</p> | ||
<p><a href="/blog/1081/weekly-dev-meeting---network-integration-testing-and-squashing-final-bugs-10th-may-2024.html"></a></p> | ||
<p>Weekly dev meeting - network integration testing and squashing final | ||
bugs, 10th May, 2024</p> | ||
<p>11th May, 2024</p> | ||
<p><a href="/blog/1074/weekly-dev-meeting---progressing-towards-network-stability-3rd-may-2024.html"></a></p> | ||
<p>Weekly dev meeting - progressing Towards Network Stability, 3rd May, | ||
2024</p> | ||
<p>3rd May, 2024</p> | ||
<p><a href="/blog/1067/weekly-developer-meeting-summary-26th-april.html"></a></p> | ||
<p>Weekly developer meeting summary, 26th April</p> | ||
<p>28th April, 2024</p> | ||
<p><a href="/blog/1048/weekly-developer-meeting-summary-16th-april.html"></a></p> | ||
<p>Weekly developer meeting summary, 16th April</p> | ||
<p>17th April, 2024</p> | ||
<p><a href="/blog/1035/weekly-developer-meeting-summary-april-12th.html"></a></p> | ||
<p>Weekly developer meeting summary, April 12th</p> | ||
<p>12th April, 2024</p> | ||
<p><a href="/blog/1030/weekly-developer-meeting-summary-april-3rd.html"></a></p> | ||
<p>Weekly developer meeting summary, April 3rd</p> | ||
<p>5th April, 2024</p> | ||
<p><a href="/blog/900/weekly-developer-meeting-updating-state-and-performance-optimizations.html"></a></p> | ||
<p>Weekly Developer Meeting: Updating State and Performance Optimizations</p> | ||
<p>22nd November, 2023</p> | ||
<p><a href="/blog/882/zero-knowledge-proofs-and-anonymous-reputation-in-freenet.html"></a></p> | ||
<p>Zero-Knowledge Proofs and Anonymous Reputation in Freenet</p> | ||
<p>29th October, 2023</p> | ||
<p><a href="/blog/799/proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems.html"></a></p> | ||
<p>Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed | ||
Systems</p> | ||
<p>28th August, 2023</p> | ||
<p><a href="/blog/456/mitigating-sybil-attacks-in-freenet.html"></a></p> | ||
<p>Mitigating Sybil attacks in Freenet</p> | ||
<p>26th June, 2022</p> | ||
<p>::::::::::::::::::::::::::::::::::::::::</p> | ||
<p>:::::::::::::::::::::::::::::::::::::::::::</p> | ||
|
||
</article> | ||
|
||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.