]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/theme/discussion.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / plugins / theme / discussion.mdwn
1 ### What license do themes need to have for distribution?
3 Could someone specify what license the themes need to have to get
4 distributed in ikiwiki or Debian? The current included theme seem to be
5 under the GPLv2. Does the [Creative Commons Attribution 3.0 Unported
6 License](http://creativecommons.org/licenses/by/3.0/) also work. This way a
7 lot of free CSS templates could be included, e. g. from
8 [freecsstemplates.org](http://www.freecsstemplates.org/). --PaulePanter
10 > Paule, I'd love it if you did that! The only hard requirement on themes
11 > included in ikiwiki is that they need to be licensed with a [DFSG
12 > compatable license](https://wiki.debian.org/DFSGLicenses). CC-BY-SA 3.0
13 > is DFSG; CC-BY is apparently being accepted by Debian too.
14
15 > As a soft requirement, I may exersise some discretion about themes that
16 > require obtrusive attributions links be included on every page of a
17 > site using the theme. While probably DFSG, that adds a requirement
18 > that ikiwiki itself does not require. --[[Joey]]
20 ### Once one has enabled the 'theme' plugin in the setup file, how does one use themes?
22 Choose one of the [[themes]] which are bundled with ikiwiki and configure ikiwiki to use it by setting this in your setup file, eg.
24         theme => 'blueview',
26 -- [[AdamShand]]
29 ### How to enable properly?
31 So I added "theme" to my config file's "add_plugins" directive, and uncommented the "theme: actiontabs" line.  I then ran "ikwiki --setup wiki.setup" and...  no change on reload.
33 I'm on Ubuntu 16.04.  Any idea what I'm doing wrong?  --[[STrRedWolf]]
35 ### my theming issue solved.
37 take a look at [How to use themes?](http://ikiwiki.info/forum/How_to_use_themes__63__/) --[[azzamsa]]