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; text-align: justify;
} }
dd {
text-align: left;
}
dt { dt {
font-weight: bold; font-weight: bold;
} }

View File

@ -49,7 +49,7 @@
the essential freedom to share: the essential freedom to share:
</p> </p>
<figure> <figure>
<blockquote> <blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion">
<p> <p>
Signing a typical software license agreement means Signing a typical software license agreement means
betraying your neighbor: “I promise to deprive my betraying your neighbor: “I promise to deprive my
@ -63,9 +63,9 @@
</p> </p>
</blockquote> </blockquote>
<figcaption> <figcaption>
<a href="https://stallman.org/">Richard Stallman</a>, <a href="https://stallman.org/">Richard Stallman</a>,
<cite> <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 Why Software Should be Free</a></cite>, "Damaging
Social Cohesion", para. 23 Social Cohesion", para. 23
</figcaption> </figcaption>
@ -112,22 +112,36 @@
</h2> </h2>
<dl> <dl>
<dt> <dt>
<a href="https://stallman.org/">Richard Stallman</a> <a href="https://stallman.org/">Richard Stallman
­<cite>Free Software, Free Society</cite> </a> ­<cite>Free Software, Free Society</cite>
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf"> <a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
[PDF]</a> [PDF]</a>
</dt> </dt>
<dd> <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> </dd>
<dt> <dt>
<a href="http://www.catb.org/~esr">Eric Raymond</a> <a href="http://www.catb.org/~esr">Eric S. Raymond
<cite>The Cathedral and the </a> <cite>The Cathedral and the Bazaar</cite>
Bazaar</cite>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/"> <a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a> [XHTML]</a>
</dt> </dt>
<dd> <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> </dd>
<dt> <dt>
@ -136,8 +150,18 @@
<a href="https://un.curl.dev/">[HTML]</a> <a href="https://un.curl.dev/">[HTML]</a>
</dt> </dt>
<dd> <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> </dd>
</dl> </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> </section>
</div> </div>
</main> </main>