summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--essays/index.mdwn21
2 files changed, 23 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db84937..1170908 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ srcs = \
projects/screen-batt/index.mdwn \
projects/opkhelper/index.mdwn \
talks/software-contracts/index.mdwn \
- talks/index.mdwn
+ talks/index.mdwn \
+ essays/index.mdwn
objs = $(srcs:.mdwn=.html)
.SUFFIXES:
diff --git a/essays/index.mdwn b/essays/index.mdwn
new file mode 100644
index 0000000..8713eec
--- /dev/null
+++ b/essays/index.mdwn
@@ -0,0 +1,21 @@
+<!--#set var="title" value="Essays" -->
+<!--#include virtual="/includes/header.html" -->
+
+Essays
+======
+
+Here you will find essays containing facts and opinions about computing freedom
+and ethics, U.S. and international copyright law, and GNU/Linux.
+
+Computing Freedom and Ethics
+----------------------------
+
+ * [Commercial Free Software: Not an Oxymoron](commercial-free-software.html)
+ * [On Facebook, Google+, and Ethical Social
+ Networking](social-networking.html)
+ * Software as a Service: Lost in the Cloud
+
+Copyright Law
+-------------
+
+<!--#include virtual="/includes/footer.html" -->