aboutsummaryrefslogtreecommitdiff
path: root/README.mdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.mdown')
-rw-r--r--README.mdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.mdown b/README.mdown
index e2a1677..aaa91de 100644
--- a/README.mdown
+++ b/README.mdown
@@ -6,6 +6,8 @@ aren't covered in the book yet. According to [`comp.lang.c`][clc], this is known
as *Category-0 compliant*. As a result, many of the solutions will probably not
be "the best", but suitable for the goal at hand: *learning*.
+## Motive
+
This project was started to help bring out the value of the K&R. Just reading
the text isn't enough; to best learn with the K&R, the exercises are valuable
experience that keeps things interesting as one progresses through the book.
@@ -14,6 +16,12 @@ Constructive critique is welcome, but please keep in mind the scope and goals of
this project. Some incomplete implementations are noted. Pull requests, patches,
questions, and advice are welcome.
+This project is the culmination of about ten years of revisiting the text when I
+got the opportunity. I hope its contents are as informative and instructive as
+the text itself.
+
+## License
+
This project is licensed under the GNU General Public License version 3 and is
copywritten by the individuals in the AUTHORS file. For more information, please
read the LICENSE file that accompanies this project. To keep things simple,
td>-2/+11 2018-09-04Update LICENSE to match setup.pyzlg1-80/+67 2018-09-03Branch off from master with pytest, tox, clickzlg16-778/+779 2018-03-18Flesh out filter types and ownership statuszlg3-82/+144 2018-03-18README.mdown: break line correctlyzlg1-1/+1 2018-03-18add 'playlog' list filterzlg2-2/+9 2018-03-13Update helpers a bitzlg1-2/+9 2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5