Added article on Creative Commons licences.
authorSteven McDonald <steven.mcdonald@libremail.me>
Sun, 27 Feb 2011 12:12:18 +0000 (23:12 +1100)
committerSteven McDonald <steven.mcdonald@libremail.me>
Sun, 27 Feb 2011 12:12:18 +0000 (23:12 +1100)
articles/creativecommons.shtml [new file with mode: 0755]
articles/index.shtml [new file with mode: 0755]
navigation.shtml

diff --git a/articles/creativecommons.shtml b/articles/creativecommons.shtml
new file mode 100755 (executable)
index 0000000..a3467c7
--- /dev/null
@@ -0,0 +1,42 @@
+<!--#include virtual="/doctype.txt"-->
+<html>
+
+<!--#include virtual="/head.shtml"-->
+
+<body>
+
+<!--#include virtual="/header.shtml"-->
+
+<!--#include virtual="/navigation.shtml"-->
+
+<div id="content">
+
+<!--
+
+NOTE TO SELF:
+
+When updating this page, be sure to update the "Last Updated" field below,
+AND on the articles index page!
+
+-->
+
+<h2>Creative Commons Licences -- Why Precision Matters</h2>
+<p><em>(Last updated 2011-02-27)</em></p>
+
+<p>
+I frequently hear people refer to specific works as "Creative Commons licensed" or "under a Creative Commons licence." While this may be a perfectly valid description, it is also worse than useless because it not only provides almost no detail about the terms under which the work is licensed, but also serves to propagate the myth that the Creative Commons licences are similar in nature.
+
+The set of Creative Commons licences varies more widely than most other classes of licence -- they vary more widely than the set of free licences and they arguably vary more widely than EULAs, which tend to all say more or less the same thing. Yet, because they are published by the same organisation, people lump them together, referring to a work as "Creative Commons licensed" rather than giving actual detail regarding its licensing terms. Saying something is "Creative Commons licensed" is like telling a taxi driver that you want to go east; it just isn't specific enough to be of any use value whatsoever.
+
+The only characteristic shared among all Creative Commons licences is that they allow works to be shared verbatim, for non-commercial purposes only. Some of them do go further to allow modification, commercial use or both, but by referring to a work as being "under a Creative Commons licence," one doesn't communicate that. While noncommercial sharing is a valuable gem in today's culture of draconian copyright restrictions and DRM, it is not particularly useful by itself in many cases -- for example, the noncommercial restriction would prevent you from placing it on your blog if you display any advertising material from which you make money. For more good reasons <em>not</em> to use a noncommercial licence, please refer to <a href="http://freedomdefined.org/Licenses/NC">this great article</a> by Erik Möller.
+
+So please, if you are talking to someone about a work under a Creative Commons licence, tell them specifically which one you mean -- don't just say "Creative Commons licensed," partly because that will give them no useful information at all, and partly because that is likely to confuse them into believing that all of the CC licences contain similar terms.
+</p>
+
+</div>
+
+<!--#include virtual="/footer.shtml"-->
+
+</body>
+
+</html>
diff --git a/articles/index.shtml b/articles/index.shtml
new file mode 100755 (executable)
index 0000000..413f83e
--- /dev/null
@@ -0,0 +1,29 @@
+<!--#include virtual="/doctype.txt"-->
+<html>
+
+<!--#include virtual="/head.shtml"-->
+
+<body>
+
+<!--#include virtual="/header.shtml"-->
+
+<!--#include virtual="/navigation.shtml"-->
+
+<div id="content">
+
+<h2>Articles</h2>
+
+<p>This section contains a collection of articles I have written.</p>
+
+<p>
+<a href="/articles/creativecommons.shtml">Creative Commons Licences -- Why Precision Matters</a> 
+(Last updated 2011-02-27)
+</p>
+
+</div>
+
+<!--#include virtual="/footer.shtml"-->
+
+</body>
+
+</html>
index edac55c947527d53c33964f6bca221110e5e3a62..c280ce9fac6f1f185536695ab9458538cfb3fd99 100755 (executable)
@@ -1,32 +1,19 @@
 <div id="navigation">
-  <ul>
-    <li>
-      <a href="/">
-        Home
-      </a>
-    </li>
-    <li>
-<!--      <a href="/tutorials">
-        Tutorials
-      </a>
-    </li>
-    <li> -->
-<!--      <a href="/scripts">
-        Scripts
-      </a>
-    </li> -->
-    <li>
-      &nbsp;
-    </li>
-    <li>
-      <a href="/about.shtml">
-        About me
-      </a>
-    </li>
-    <li>
-      <a href="/licence.shtml">
-        Copyright
-      </a>
-    </li>
-  </ul>
+ <ul>
+ <li>
+  <a href="/">Home</a>
+ </li>
+ <li>
+  <a href="/articles/">Articles</a>
+ </li>
+ <li>
+  &nbsp;
+ </li>
+ <li>
+  <a href="/about.shtml">About me</a>
+ </li>
+ <li>
+  <a href="/licence.shtml">Copyright</a>
+ </li>
+</ul>
 </div>