NixNet/_includes/webring-out.html

77 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="webring">
<h3>Articles from blogs I follow around the internet</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://kevq.uk/centralisation-and-mastodon/" target="_blank" rel="noopener">Centralisation and Mastodon</a>
</h4>
<p class="summary">The founder of Mastodon recently announced that he has started a second flagship instance. Is it a good thing to have flagship instances, or does the centralisation of Mastodon do more harm than good? Many users of the Mastodon network have long said that…</p>
<small class="source">
via <a href="https://kevq.uk">Kev Quirk</a>
</small>
<small class="date">June 8, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2020/06/06/Add-a-contrib-directory.html" target="_blank" rel="noopener">Add a &#34;contrib&#34; directory to your projects</a>
</h4>
<p class="summary">Theres a common pattern among free- and open-source software projects to
include a “contrib” directory at the top of their source code tree. Ive seen
this in many projects for many years, but Ive seen it discussed only rarely
— so here we are!
The contrib …</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
</small>
<small class="date">June 6, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://secluded.site/documenting-with-mediawiki/" target="_blank" rel="noopener">Documenting With MediaWiki</a>
</h4>
<p class="summary">Much to my chagrin, Ive hardly posted anything at all the past couple of weeks. This is partly due to university summer classes starting and partly due to me putting some work into NixNets documentation. After listening to Episode 4 of 2.5 Admins, I dec…</p>
<small class="source">
via <a href="https://secluded.site/posts/">Posts on Secluded.Site</a>
</small>
<small class="date">June 4, 2020</small>
</div>
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
}
.webring .title {
margin: 0;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
background: #323234;
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
color: #fff;
}
</style>