added reading descriptions

This commit is contained in:
Emma Tebibyte 2022-09-22 23:48:46 -04:00
parent ab063da1e7
commit b0ae300137
Signed by: emma
GPG Key ID: 6D661C738815E7DD
2 changed files with 36 additions and 8 deletions

View File

@ -55,6 +55,10 @@ body {
text-align: justify;
}
dd {
text-align: left;
}
dt {
font-weight: bold;
}

View File

@ -49,7 +49,7 @@
the essential freedom to share:
</p>
<figure>
<blockquote>
<blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion">
<p>
Signing a typical software license agreement means
betraying your neighbor: “I promise to deprive my
@ -63,9 +63,9 @@
</p>
</blockquote>
<figcaption>
<a href="https://stallman.org/">Richard Stallman</a>,
<a href="https://stallman.org/">Richard Stallman</a>,
<cite>
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion">
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html">
Why Software Should be Free</a></cite>, "Damaging
Social Cohesion", para. 23
</figcaption>
@ -112,22 +112,36 @@
</h2>
<dl>
<dt>
<a href="https://stallman.org/">Richard Stallman</a>
­<cite>Free Software, Free Society</cite>
<a href="https://stallman.org/">Richard Stallman
</a> ­<cite>Free Software, Free Society</cite>
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
[PDF]</a>
</dt>
<dd>
As the de-facto leader of the free software world
and the founder of the <a href="https://fsf.org/">
Free Software Foundation</a>,
<abbr title="Richard M. Stallman">RMS</abbr> has
written a number of works. These are not limited to
free software; though, of course, that is what he is
known for. This book is an accumulation of the most
important of his writing.
</dd>
<dt>
<a href="http://www.catb.org/~esr">Eric Raymond</a>
<cite>The Cathedral and the
Bazaar</cite>
<a href="http://www.catb.org/~esr">Eric S. Raymond
</a> <cite>The Cathedral and the Bazaar</cite>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a>
</dt>
<dd>
<q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">
Given enough eyeballs, all bugs are shallow.</q> In
his critique of the "cathedral-builder style" of
software development, <abbr title="Eric S. Raymond">
ESR</abbr> covers the importance of the
practical principles behind free software
<a href="#open-source">[1]</a> development.
</dd>
<dt>
@ -136,8 +150,18 @@
<a href="https://un.curl.dev/">[HTML]</a>
</dt>
<dd>
Stenberg's guide to developing free software
<a href="#open-source">[1]</a> projects focuses on the
less-obvious aspects of the process—for example, the
section entitled "Your project" covers the difficulties
of <i>starting</i> itself.
</dd>
</dl>
<p>
<a href="#open-source" id="open-source">[1]</a> This piece
refers to "free software" as
<a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">
"open source"</a>.
</section>
</div>
</main>