aboutsummaryrefslogtreecommitdiff
path: root/debian/copyright
Commit message (Collapse)AuthorAge
* added jquery templatesJoey Hess2011-06-15
|
* added jquery-ui for attachment interfaceJoey Hess2011-06-15
|
* updated jquery and made it its own underlayJoey Hess2011-06-15
|
* update copyrightJoey Hess2011-06-15
|
* Changed license of madduck's python plugins from GPL-2 to BSD-2-clause.Joey Hess2011-05-19
| | | | | | Apparently the rst library is changing to a GPL-2 incompatable license. "madduck: joeyh: so yes, do as you think is right."
* add paths to plugin files in copyrightJoey Hess2011-02-09
|
* transient merged; bookkeepingJoey Hess2011-02-09
|
* update copyright format to DEP-5Joey Hess2011-01-13
|
* goldtype: New theme, based on blueview, contributed by Lars Wirzenius.Joey Hess2010-12-11
|
* rename bzed theme to "blueview"Joey Hess2010-06-18
|
* add background image, kindly gpl'd by bzedJoey Hess2010-06-16
|
* add copy of local.css from bzed.deJoey Hess2010-06-16
| | | | | bzed says this is not quite ready, but I'm an impatient guy. Guess I'll have to track his updates.
* pretty openid loginJoey Hess2010-05-07
| | | | | | | * openid: Incorporated a fancy openid-selector signin form. (http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required by OpenID Authentication v2.0 spec.
* patch hidden field setting codeJoey Hess2010-05-07
| | | | Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
* update copyright yearsJoey Hess2010-04-23
|
* Add complete German basewiki and directives translation done by Sebastian ↵Joey Hess2010-03-14
| | | | Kuhnert.
* improve po copyright infoJoey Hess2009-12-06
| | | | | The FSF copyrights seem to be boilerplate, not real, so put in the actual authors' info.
* added copyright info for translationsJoey Hess2009-12-06
|
* changelog and licenseJoey Hess2009-09-11
|
* updateJoey Hess2009-09-10
|
* finish merging getsourceJoey Hess2009-08-08
|
* po/underlay/* should be BSD licensed, like the rest of the underlaysJoey Hess2009-07-20
|
* Merge commit 'upstream/master' into pub/pointrigeri2009-04-20
|\ | | | | | | | | | | | | Conflicts: debian/changelog debian/control
| * move comments to copyright and changelogJoey Hess2009-04-04
| |
* | Merge commit 'upstream/master' into prv/pointrigeri2009-03-09
|\|
| * wmd stuffJoey Hess2009-03-07
| |
* | Merge commit 'upstream/master' into prv/pointrigeri2009-03-08
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/editpage.pm debian/control debian/copyright doc/todo/need_global_renamepage_hook.mdwn Signed-off-by: intrigeri <intrigeri@boum.org>
| * rename apache404 -> 404Joey Hess2009-01-31
| | | | | | | | | | | | This may already work with other web servers that have copied apache's interface, and it should be easy to add support to it for web servers that use some other interface. So, make the name more general.
| * doc updates for goto branch mergeJoey Hess2009-01-31
| |
| * underlay: New plugin, allows pulling in additional files not in version ↵Joey Hess2009-01-26
| | | | | | | | control. (smcv)
* | po: updated copyright yearsintrigeri2009-01-02
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | Merge commit 'upstream/master' into prv/pointrigeri2008-12-30
|\| | | | | | | | | | | | | | | | | | | Conflicts: debian/control debian/copyright doc/ikiwiki/pagespec.mdwn Signed-off-by: intrigeri <intrigeri@boum.org>
| * update copyrightJoey Hess2008-12-12
| |
| * adding htmlbalance; housekeepingJoey Hess2008-11-17
| | | | | | | | | | Used the contrib version of the plugin page since it seemed better than the other one.
* | note copyright of po.pmJoey Hess2008-11-06
|/
* document google pluginJoey Hess2008-10-10
|
* license directive docs using basewiki licenseJoey Hess2008-09-11
|
* progress: New plugin to generate progress bars (willu)Joey Hess2008-09-09
|
* color: New plugin from ptecza.Joey Hess2008-08-26
|
* rename pluginJoey Hess2008-08-25
| | | | | | I don't want to be stuck renameing it later if preprocessor directives are turned into postprocessor directives. Also, "directives" is shorter and clearer than "preprocessors".
* updateJoey Hess2008-08-25
|
* changelog and tweaksJoey Hess2008-07-26
|
* new txt plugin, was previously contrib/plaintextJoey Hess2008-06-24
|
* creole: New plugin from Bernd Zeimetz. Closes: #486930Joey Hess2008-06-19
|
* add hnb copyrightJoey Hess2008-06-15
|
* updateJoey Hess2008-03-17
|
* updateJoey Hess2008-03-15
|
* * Copyright file updates.Joey Hess2008-01-29
|
* * ikiwiki.setup is licensed same as the basewiki, not GPLed.Joey Hess2007-11-13
|
* * Add a calendar plugin, contributed by Manoj Srivastava.joey2007-10-23
| | | | | | | | | * Reformat calendar plugin to ikiwiki conventions. * The calendar plugin made *every* page depend on every other page, which seemed a wee tiny little bit overkill. Fixed the dependency calculations (I hope.) * Removed manual ctime statting code, and just have the calendar plugin use %pagectime.