aboutsummaryrefslogtreecommitdiff
path: root/openring-build.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-27 15:10:46 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-27 15:10:46 +0100
commit95df760bc1571071a7f6b9f626ecd4e5e3b34adc (patch)
treed7bf0eae94653d3d1d8828b31f6dea37a8f5992c /openring-build.html
parent0d4d604fe6482052fe7724b04299474f8a820780 (diff)
downloadmitjafelicijan.com-95df760bc1571071a7f6b9f626ecd4e5e3b34adc.tar.gz
Adde openring
Diffstat (limited to 'openring-build.html')
-rw-r--r--openring-build.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/openring-build.html b/openring-build.html
new file mode 100644
index 0000000..12e0589
--- /dev/null
+++ b/openring-build.html
@@ -0,0 +1,52 @@
1<section class="webring">
2 <h3>Articles from blogs I follow around the net</h3>
3 <section class="articles">
4
5 <div class="article">
6 <h4 class="title">
7 <a href="https://drewdevault.com/2021/01/20/FOSS-is-to-surrender-your-monopoly.html" target="_blank" rel="noopener">Open source means surrendering your monopoly over commercial exploitation</a>
8 </h4>
9 <p class="summary">Participation in open source requires you to surrender your monopoly over
10commercial exploitation. This is a profound point about free and open source
11software which seems to be causing a lot of companies to struggle with their
12understanding of the philosoph…</p>
13 <small class="source">
14 via <a href="https://drewdevault.com">Drew DeVault&#39;s blog</a>
15 </small>
16 <small class="date">January 20, 2021</small>
17 </div>
18
19 </section>
20 <p class="attribution">
21 Generated by
22 <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
23 </p>
24</section>
25<style>
26.webring .articles {
27 display: flex;
28 flex-wrap: wrap;
29 margin: -0.5rem;
30}
31.webring .title {
32 margin: 0;
33}
34.webring .article {
35 flex: 1 1 0;
36 display: flex;
37 flex-direction: column;
38 margin: 0.5rem;
39 padding: 0.5rem;
40 background: #eee;
41 min-width: 10rem;
42}
43.webring .summary {
44 font-size: 0.8rem;
45 flex: 1 1 0;
46}
47.webring .attribution {
48 text-align: right;
49 font-size: 0.8rem;
50 color: #555;
51}
52</style>