summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/pagespec/sorting.mdwn
AgeCommit message (Collapse)Author
2010-04-06remove note about more sort types possibly being availableJoey Hess
Good plugins should document them :)
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-04-03Split out sortnaturally into a pluginSimon McVittie
2010-03-24Allow sorting to be combined and/or reversedSimon McVittie
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"]]
2010-03-24Have the meta plugin add a meta_title sort orderSimon McVittie
2010-03-24Allow hooks to add sorting functions to pagespec_match_listSimon McVittie
2010-02-06add noindex robots directivesJoey Hess
2009-10-09don't link to inline, not available when directives underlay is not enabledJoey Hess
2009-10-08add sorting pageJoey Hess