localstyle: New plugin, allows overrding the toplevel local.css with one that is...
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 9 Nov 2009 18:32:08 +0000 (13:32 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 9 Nov 2009 18:39:05 +0000 (13:39 -0500)
commit9f0931ce21e5f58e2e9de0ef302beca08b8f9177
tree0c57de59b093121bb017f78bfd8ec723fa42c0e2
parent1fec2fdd20f04bae4f48980e04681bfa608db99e
localstyle: New plugin, allows overrding the toplevel local.css with one that is closer to a page.

I chose not to have it override style.css, because style.css is not really
intended to be edited; the one from the underlay is intended to be used as
a base that local.css overrides.

I chose to use a plugin rather than changing the default behavior, both
because I didn't want to have to worry about possibly breaking backwards
compatability (though this seems unlikely), and because it seemed cleaner
to not include style template parameters in the main page template code.

I suppose someone might want a way to not override the toplevel
local.css, but instead include it as well as foo/local.css. Probably the
best way to do that would be to have foo/local.css @import ../local.css
(modulo browser compatability issues). Alternatively, edit page.tmpl
to always include the toplevel local.css, or swap out this plugin for
another one.
IkiWiki/Plugin/localstyle.pm [new file with mode: 0644]
debian/changelog
doc/css.mdwn
doc/plugins/localstyle.mdwn [new file with mode: 0644]
templates/page.tmpl