summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/meta.mdwn
AgeCommit message (Collapse)Author
2011-04-21meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)Joey Hess
2011-03-28meta plugin: script supportGiuseppe Bilotta
(cherry picked from commit 44c5b27f88fdbfb4fdd061f600039e490eaeff92)
2011-03-28meta: Security fix; don't allow alternative stylesheets to be added on pages ↵Joey Hess
where the htmlscrubber is enabled.
2011-01-23very obvious now, but I banged my head for hourshttps://www.google.com/accounts/o8/id?id=AItOawlOkUOJlzMqwzveE-ccbOg4W4LjeBcC4xo
2010-07-24Single escape (not double escape) square bracket.http://sirireiter.dk/
2010-04-04Rename sort parameter to meta title/author to sortas=barSimon McVittie
Joey pointed out that sort=x usually takes a sort order.
2010-04-04meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie
I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something.
2010-03-24Add an optional "sort" argument to meta titles, defaulting to the titleSimon McVittie
This allows correct sorting of titles, names, etc., with: [[!meta title="David Bowie" sort="Bowie, David"]] [[!meta title="The Beatles" sort="Beatles, The"]]
2009-11-16meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess
Unlike generic meta foo tags, meta description is known to be safe, so can be special cased to be allowed despite the html scrubber. This makes meta description much more useful, since it is otherwise limited to being used by other plugins like map.
2009-06-08reorgJoey Hess
2009-06-08meta: Add openid delegate parameter to allow delegating only openid or openid2.Joey Hess
2009-01-18Add meta field "updated", which can alter the <updated> Atom elementSimon McVittie
Some aggregators, like Planet, sort by mtime rather than ctime. This means that posts with modified content come to the top (which seems odd to me, but is presumably what the aggregator's author or operator wants), but it also means that posts with insignificant edits (like adding tags) come to the top too. Atom defines <updated> to be the date of the last *significant* change, so it's fine that ikiwiki defaults to using the mtime, but it would be good to have a way for the author to say "that edit was insignificant, don't use that mtime".
2008-09-11fix link text on links to pluginsJoey Hess
2008-09-11wordingJoey Hess
Specifically, places that refer to "plugin" when they're really talking about a directive.
2008-09-11Move the directive documentation into its own underlay, separate from ↵Joey Hess
basewiki, since it's sorta large compared to the rest of basewiki.