gnusocial.rocks/soc/index.html

94 lines
6.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Google Summer of Code | GNU social</title>
<link rel="icon" href="../favicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://hackersatporto.com/assets/css/main.css">
<style>
#side-menu #menu-title {
color: #7a7a7a !important;
font-weight: 700;
}
@media screen and (max-width: 1200px) {
#side-menu #menu-title {
display:none;
}
}
</style>
</head>
<body>
<header id="header">
<nav id="side-menu">
<label for="show-menu" id="menu-button">Editions</label>
<input id="show-menu" role="button" type="checkbox">
<ul id="menu">
<li id="menu-title">EDITIONS</li>
<li><a href="https://www.diogo.site/projects/GNU-social/soc/2020/">2020</a></li>
<li><a href="https://www.diogo.site/projects/GNU-social/soc/2019/">2019</a></li>
<li><a href="https://www.diogo.site/projects/GNU-social/soc/2018/">2018</a></li>
</ul>
</nav>
<h1>GNU social Summer of Code</h1>
<p>Organized by <strong><a href="https://www.diogo.site/">Diogo Cordeiro</a></strong></p>
</header>
<article id="about-gs">
<h2>About GNU social</h2>
<p>GNU social is a social communication software used in <a href="https://blog.diogo.site/posts/what-is-the-fediverse">federated social networks</a>. 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>, and <a href="https://gnusocial.no/rms">Richard Stallman</a> himself.</p>
<a href="../" class="BigButton">Learn more</a>
</article>
<article id="about-gsoc">
<h2>About Google Summer of Code</h2>
<p>Google Summer of Code is a global program focused on bringing more student developers into open source software development. Students work with an open source organization on a 3 month programming project during their break from school.</p>
<p>If you would like know how is it like to be a GSoC student at GNU social, <a href="https://blog.diogo.site/posts/gsoc-2018">read this blog post</a>!</p>
<a href="https://summerofcode.withgoogle.com/" class="BigButton">Learn more</a>
</article>
<!--<article id="enroll-intro">
<h2>GNU social will be on GSoC this Summer of 2022!</h2>
<p>GNU social is happy to announce that will be participating as a hosting project in Google Summer of Code!</p>
<a href="current/" class="BigButton">Learn more</a>
</article>-->
<article id="log-of-past-successes">
<h2><a href="#log-of-past-successes">Past successes</a></h2>
<br>
<h3 id="log-of-2019-successes"><a href="#log-of-2020-successes">In 2020</a></h3>
<br>
<h4><a href="https://www.diogo.site/projects/GNU-social/soc/2020/proposals/frontend_eliseu.pdf">V3 Frontend</a></h4>
<p>Modular and meaningful Web UX for GNU social v3</p>
<p>Proposed by <a href="https://eliseuama.ro/">Eliseu Amaro</a> and mentored by <a href="https://www.hackerposse.com/~rozzin/">Joshua Judson Rosen</a>, <a href="https://github.com/phablulo">Phablulo Joel</a> and <a href="https://dansup.com">Daniel Supernault</a>.</p>
<a href="2020/tech_report/v3_fe/" class="BigButton">Technical Report</a>
<br>
<h4><a href="https://summerofcode.withgoogle.com/archive/2020/projects/5483698721390592/">V3 Backend</a></h4>
<p>Initial implementation of GNU social v3's backend.</p>
<p>Proposed by <a href="https://hsal.es/">Hugo Sales</a> and mentored by <a href="https://www.diogo.site/">Diogo Cordeiro</a> and <a href="https://loadaverage.org/XRevan86">Alexei Sorokin</a>.</p>
<a href="2020/tech_report/v3_be/" class="BigButton">Technical Report</a>
<br>
<br>
<br>
<h3 id="log-of-2019-successes"><a href="#log-of-2019-successes">In 2019</a></h3>
<br>
<h4><a href="https://summerofcode.withgoogle.com/archive/2019/projects/6021217092370432/">Improvements on GNU social's network systems</a></h4>
<p>Private Messaging, further development on ActivityPub, improved Remote Actions.</p>
<p>Proposed by <a href="https://loadaverage.org/tenma">Bruno Casteleiro</a> and mentored by <a href="https://diogo.site/">Diogo Cordeiro</a>.</p>
<a href="2019/tech_report/network/" class="BigButton">Technical Report</a>
<br>
<br>
<h4><a href="https://summerofcode.withgoogle.com/archive/2019/projects/6155433343975424/">Optimizations on Load Balance System and Storage Usage</a></h4>
<p>Image System, Embed Plugin, Queue System, Caching System.</p>
<p>Proposed by <a href="https://loadaverage.org/biodan">Miguel Dantas</a> and mentored by <a href="https://diogo.site/">Diogo Cordeiro</a>.</p>
<a href="2019/tech_report/load/" class="BigButton">Technical Report</a>
<br>
<br>
<h3 id="log-of-2018-successes"><a href="#log-of-2018-successes">In 2018</a></h3>
<br>
<h4><a href="https://summerofcode.withgoogle.com/archive/2018/projects/5289876471676928/">GS ActivityPub Plugin</a></h4>
<p>The tendency is that newer software will focus in the implementation of the ActivityPub Protocol (as it is newer and considered to be simpler) instead of OStatus, given that, it is important for GNU social to support it in order to stay updated and relevant in an even larger fediverse.</p>
<p>Proposed by <a href="https://www.diogo.site/">Diogo Cordeiro</a> and mentored by <a href="https://github.com/dansup">Daniel Supernault</a> and <a href="https://mmn-o.se/">Mikael Nordfeldth</a>.</p>
<a href="2018/" class="BigButton">Technical Report</a>
</article>
</body>
</html>