Add license info to javascript underlay
parent
b21a38ed0b
commit
fc02c7fb69
|
@ -10,6 +10,8 @@ ikiwiki (3.20150615) UNRELEASED; urgency=medium
|
|||
* emailauth: Added emailauth_sender config.
|
||||
* Modified page.tmpl to to set html lang= and dir= when
|
||||
values have been specified for them, which the po plugin does.
|
||||
* Specifically license the javascript underlay under the permissive
|
||||
basewiki license.
|
||||
|
||||
[ Simon McVittie ]
|
||||
* Run autopkgtest tests using autodep8 and the pkg-perl team's
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// © 2006-2010 Joey Hess
|
||||
// Redistribution and use in source and compiled forms, with or without
|
||||
// modification, are permitted under any circumstances. No warranty.
|
||||
//
|
||||
// ikiwiki's javascript utility function library
|
||||
|
||||
var hooks;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// © 2006-2010 Joey Hess
|
||||
// Redistribution and use in source and compiled forms, with or without
|
||||
// modification, are permitted under any circumstances. No warranty.
|
||||
//
|
||||
// Causes html elements in the 'relativedate' class to be displayed
|
||||
// as relative dates. The date is parsed from the title attribute, or from
|
||||
// the element content.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// © 2006-2010 Joey Hess
|
||||
// Redistribution and use in source and compiled forms, with or without
|
||||
// modification, are permitted under any circumstances. No warranty.
|
||||
//
|
||||
// Uses CSS to hide toggleables, to avoid any flashing on page load. The
|
||||
// CSS is only emitted after it tests that it's going to be able
|
||||
// to show the toggleables.
|
||||
|
|
Loading…
Reference in New Issue