Menus and info about v3

This commit is contained in:
Diogo Peralta Cordeiro 2021-03-29 01:48:48 +01:00
parent 88c194c013
commit 3974b1f596
2 changed files with 56 additions and 0 deletions

View File

@ -9,6 +9,12 @@
<header>
<h1>GNU social</h1>
<aside>The free/libre software social networking platform.</aside>
<nav>
<ul>
<li><a href="v2/">Version 2</a></li>
<li><a href="v3/">Version 3</a></li>
</ul>
</nav>
</header>
<h2>The project</h2>
<p>True to the Unix-philosophy of small programs to do a small job, GNU

50
v3/index.html Normal file
View File

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GNU social</title>
</head>
<body>
<header>
<h1>GNU social</h1>
<aside>The free/libre software social networking platform.</aside>
<nav>
<ul>
<li><a href="https://code.gnusocial.rocks/">Repository</a></li>
<li><a href="https://docs.gnusocial.rocks/">Documentation</a></li>
<li><a href="https://agile.gnusocial.rocks/">Wiki</a></li>
<li><a href="https://kanban.gnusocial.rocks/">Roadmap</a></li>
</ul>
</nav>
</header>
<h2>Version 3</h2>
<h3>Abstract</h3>
GNU social is the eldest free social networking platform for public and private communications used in federated social networks. It's versatile, extensible and privacy focused. We've been modernizing the existing codebase, ensuring inter-operationality as defined by the IndieWeb and we're developing a modern frontend. This makes GNU social accessible: easy to install and use, and follows AnyBrowser and A11Y guidelines.
Our objective is to further differentiate GNU social from the alternative software available, either FOSS or Proprietary/Centralized while setting an example of how a secure, performant and plug-and-play software should be in modern day's web.
<p>We are being supported by <a href="https://nlnet.nl/project/GNUSocial/">NLnet</a>.</p>
<h3>Milestones</h3>
<ul>
<li>Initial test and documentation infrastructure</li>
<li>Expand our support for tags, be it in posts and in actors (people, groups, etc)</li>
<li>Port over the v2 federation stack to v3</li>
<li>New functionality:
<ul>
<li>Implement Companies/Celebrities actor type as Service</li>
<li>Pinned Activities (plugin)</li>
<li>More sorting options</li>
<li>Publication language with defaults per group and easy switch on posting</li>
<li>Album of Images and Videos</li>
<li>Markdown</li>
<li>Server-side rendered-to-svg LaTeX</li>
<li>Posts with titles</li>
</ul>
<li>Media handling, such as thumbnails, compression, and quota and permission checking</li>
<li>External APIs.</li>
<li>New Groups specification</li>
<li>Better timelines</li>
</ul>
</body>
</html>