aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/meta.mdwn
Commit message (Collapse)AuthorAge
* Fix broken link in basewikiSimon McVittie2018-12-01
| | | | | | | | | | | Links from pages in the basewiki (which is also a subset of ikiwiki's own wiki) to pages on ikiwiki's own wiki have to use [[!iki]] so that they will not become broken links when the page in question is copied into other installations. Detected by ./t/basewiki_brokenlinks.t. Signed-off-by: Simon McVittie <smcv@debian.org>
* clarify what date fields do, following ↵anarcat2018-03-21
| | | | [[bugs/invalid_meta_date_or_updated_not_diagnosed]]
* meta: Specifically document [[!meta foo:bar="baz"]] as not workingSimon McVittie2017-06-22
|
* Document the special case for [[!meta name=foo content=bar]]smcv2017-05-19
|
* Use !iki to placate t/basewiki_brokenlinks.t.Amitai Schlair2013-08-03
|
* Document podcasts, from scratch and by migrating.Amitai Schlair2013-07-21
|
* Start documenting eventual docwiki changes.Amitai Schlair2013-02-19
|
* meta: Support keywords header. Closes: #664780 Thanks, Martin MichlmayrJoey Hess2012-04-01
|
* improve docsJoey Hess2012-03-17
|
* fix typo (doubled quote)Joey Hess2012-01-30
|
* cleanupJoey Hess2011-11-29
|
* meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)Joey Hess2011-04-21
|
* meta plugin: script supportGiuseppe Bilotta2011-03-28
| | | | (cherry picked from commit 44c5b27f88fdbfb4fdd061f600039e490eaeff92)
* meta: Security fix; don't allow alternative stylesheets to be added on pages ↵Joey Hess2011-03-28
| | | | where the htmlscrubber is enabled.
* very obvious now, but I banged my head for hourshttps://www.google.com/accounts/o8/id?id=AItOawlOkUOJlzMqwzveE-ccbOg4W4LjeBcC4xo2011-01-23
|
* Single escape (not double escape) square bracket.http://sirireiter.dk/2010-07-24
|
* Rename sort parameter to meta title/author to sortas=barSimon McVittie2010-04-04
| | | | Joey pointed out that sort=x usually takes a sort order.
* meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie2010-04-04
| | | | | I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something.
* Add an optional "sort" argument to meta titles, defaulting to the titleSimon McVittie2010-03-24
| | | | | | | This allows correct sorting of titles, names, etc., with: [[!meta title="David Bowie" sort="Bowie, David"]] [[!meta title="The Beatles" sort="Beatles, The"]]
* meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess2009-11-16
| | | | | | | 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.
* reorgJoey Hess2009-06-08
|
* meta: Add openid delegate parameter to allow delegating only openid or openid2.Joey Hess2009-06-08
|
* Add meta field "updated", which can alter the <updated> Atom elementSimon McVittie2009-01-18
| | | | | | | | | | | 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".
* fix link text on links to pluginsJoey Hess2008-09-11
|
* wordingJoey Hess2008-09-11
| | | | | Specifically, places that refer to "plugin" when they're really talking about a directive.
* Move the directive documentation into its own underlay, separate from ↵Joey Hess2008-09-11
basewiki, since it's sorta large compared to the rest of basewiki.