diff --git a/assets/TiB.css b/assets/TiB.css index 123ba79..2bd3c52 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -55,6 +55,10 @@ body { text-align: justify; } +dd { + text-align: left; +} + dt { font-weight: bold; } diff --git a/index.html b/index.html index 70e4a17..8793a21 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ the essential freedom to share:

-
+

Signing a typical software license agreement means betraying your neighbor: “I promise to deprive my @@ -63,9 +63,9 @@

- – Richard Stallman, + Richard Stallman, - + Why Software Should be Free, "Damaging Social Cohesion", para. 2–3
@@ -112,22 +112,36 @@
- Richard Stallman - – ­Free Software, Free Society + Richard Stallman + – ­Free Software, Free Society [PDF]
+ As the de-facto leader of the free software world + and the founder of the + Free Software Foundation, + RMS 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.
- Eric Raymond - – The Cathedral and the - Bazaar + Eric S. Raymond + The Cathedral and the Bazaar [XHTML]
+ + Given enough eyeballs, all bugs are shallow. In + his critique of the "cathedral-builder style" of + software development, + ESR covers the importance of the + practical principles behind free software + [1] development.
@@ -136,8 +150,18 @@ [HTML]
+ Stenberg's guide to developing free software + [1] projects focuses on the + less-obvious aspects of the process—for example, the + section entitled "Your project" covers the difficulties + of starting itself.
+

+ [1] This piece + refers to "free software" as + + "open source".