gnusocial.rocks/index.html

72 lines
3.4 KiB
HTML
Raw Normal View History

2021-03-23 13:36:33 +00:00
<!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>
2021-03-29 01:48:48 +01:00
<nav>
<ul>
2021-03-29 09:24:15 +01:00
<li><a href="https://gnusocial.network/">Version 2</a></li>
2021-03-29 01:48:48 +01:00
<li><a href="v3/">Version 3</a></li>
</ul>
</nav>
2021-03-23 13:36:33 +00:00
</header>
<h2>The project</h2>
<p>True to the Unix-philosophy of small programs to do a small job, GNU
social is a social communication software used
in <a href="https://blog.diogo.site/what-is-the-fediverse">federated social networks</a>.
</p>
<p>It is widely supported and has a large userbase. It is already used by
the <a href="https://www.fsf.org/">Free Software Foundation</a>.
As the GNU operating system, is built around privacy and trustworthy
technology based on free software(free as in freedom, specifically
to run, study, change and distribute yoursoftware as you please).
GNU social is technology for communities to runand host their own social media.</p>
<p>Currently, were working on adding features to easily and flexibly
create groups and improve tags, allowing easier content filtering and
connecting with anyone that shares your interests, all under your own
control and without infringing your privacy.</p>
<h2>Features</h2>
<ul>
<li><strong>Versatile.</strong> GNU social supports both single-user and community modes and can be used in
an intranet environment or as part of the wider Free Network.</li>
<li><strong>Stable.</strong> GNU social has been used in production environments for over ten years.</li>
<li><strong>Plug and Play.</strong> Because GNU social is minimal and libre, it runs virtually anywhere you
can run a common piece of web software, such as WordPress or Drupal. JavaScript is optional.</li>
<li><strong>Privacy focused.</strong> GNU social is part of the GNU project, it's 100% free software, with
no malicious features or spyware.</li>
</ul>
<h2>FAQ</h2>
<h3>Where can I join GNU social?</h3>
<p>There are many kinds of GNU social server instances online right now!</p>
<p><a href="try/">Click here</a> to see a list of popular GNU social sites you can join!</p>
<strong>Disclaimer: </strong><i>Please note that the GNU social development team is not responsible for
the operation or content of sites that run its software.</i>
<h3>Who makes GNU social?</h3>
<p>The current development team is lead by <a href="https://www.diogo.site/">Diogo Cordeiro</a>. A
list containing the current devs and other contributors is
available <a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/experimental/CREDITS.md">here</a>.
The founders of the GNU social project were <a href="https://mat.tl/">Matt Lee</a>,
<a href="https://en.wikipedia.org/wiki/Evan_Prodromou">Evan Prodromou</a> and
<a href="http://mmn-o.se">Mikael Nordfeldth</a>.
</p>
<h2>Contact</h2>
<p>Discuss the project on our IRC channel <a
href="https://webchat.freenode.net/?channels=#social">#social</a> on irc.freenode.net</p>
<p>Contribute code, report bugs and request features on our <a
href="https://notabug.org/diogo/gnu-social">repository</a>.
</p>
<p>If you are a student you can also apply to <a
href="/soc">GNU social's Summer of Code</a>.
</p>
</body>
</html>