aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/theme
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-23 12:51:50 -0400
committerJoey Hess <joey@kitenet.net>2010-06-23 12:51:50 -0400
commit44e286de2eed96c223d07b53e8038c8a61d1cdec (patch)
treec3f7a0c066a5cd096920729bd714ce8efe59cb12 /doc/plugins/theme
parent9372a40189f5ac04cc045a476c8a3e4e791678f2 (diff)
downloadikiwiki-44e286de2eed96c223d07b53e8038c8a61d1cdec.tar
ikiwiki-44e286de2eed96c223d07b53e8038c8a61d1cdec.tar.gz
response
Diffstat (limited to 'doc/plugins/theme')
-rw-r--r--doc/plugins/theme/discussion.mdwn17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/plugins/theme/discussion.mdwn b/doc/plugins/theme/discussion.mdwn
index 8c834e701..091aa97c1 100644
--- a/doc/plugins/theme/discussion.mdwn
+++ b/doc/plugins/theme/discussion.mdwn
@@ -1,3 +1,18 @@
### What license do themes need to have for distribution?
-Could someone specify what license the themes need to have to get distributed in ikiwiki or Debian? The current included theme seem to be under the GPLv2. Does the [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/) also work. This way a lot of free CSS templates could be included, e. g. from [freecsstemplates.org](http://www.freecsstemplates.org/).
+Could someone specify what license the themes need to have to get
+distributed in ikiwiki or Debian? The current included theme seem to be
+under the GPLv2. Does the [Creative Commons Attribution 3.0 Unported
+License](http://creativecommons.org/licenses/by/3.0/) also work. This way a
+lot of free CSS templates could be included, e. g. from
+[freecsstemplates.org](http://www.freecsstemplates.org/). --PaulePanter
+
+> Paule, I'd love it if you did that! The only hard requirement on themes
+> included in ikiwiki is that they need to be licensed with a [DFSG
+> compatable license](https://wiki.debian.org/DFSGLicenses). CC-BY-SA 3.0
+> is DFSG; CC-BY is apparently being accepted by Debian too.
+>
+> As a soft requirement, I may exersise some discretion about themes that
+> require obtrusive attributions links be included on every page of a
+> site using the theme. While probably DFSG, that adds a requirement
+> that ikiwiki itself does not require. --[[Joey]]