summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/meta.pm
AgeCommit message (Expand)Author
2011-04-30HTML::Entities::encode_numeric is not exportedJoey Hess
2011-04-21meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)Joey Hess
2011-04-17Fix syntax of recently added JavaScript syntax in meta.pm (<script /> apparen...Jonas Smedegaard
2011-04-12meta: Fix bug in loading of HTML::Entities that can break inline archive=yes ...Joey Hess
2011-03-28meta plugin: script supportGiuseppe Bilotta
2011-03-28meta: Security fix; don't allow alternative stylesheets to be added on pages ...Joey Hess
2011-01-05better handling of relative permalinksJoey Hess
2010-12-01meta: Fix calling of htmlscrubber to pass the page parameter. The change of t...Joey Hess
2010-11-20make use of precompiled regex objectsSimon McVittie
2010-09-19meta: Ensure that the url specified by xrds-location is absolute.Joey Hess
2010-09-19add missing spaceJoey Hess
2010-09-07needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess
2010-07-25meta: Allow syntax closer to html meta to be used.Joey Hess
2010-04-26added match_guid function to meta pluginJoey Hess
2010-04-22add influence info for failed metadata matchesJoey Hess
2010-04-10Merge remote branch 'smcv/unescaped-meta'Joey Hess
2010-04-06minor style etc changesJoey Hess
2010-04-06HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie
2010-04-06Only store authorsort in meta pagestate if it differs from authorSimon McVittie
2010-04-06Only store titlesort in meta pagestate if it differs from titleSimon McVittie
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-04Rename sort parameter to meta title/author to sortas=barSimon McVittie
2010-04-04meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie
2010-04-03Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie
2010-03-25Reimplement extensible sorting mechanisms, in the same way as pagespecsSimon McVittie
2010-03-24Add an optional "sort" argument to meta titles, defaulting to the titleSimon McVittie
2010-03-24Have the meta plugin add a meta_title sort orderSimon McVittie
2010-02-11Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess
2009-11-16meta: Allow use of DESCRIPTION in templates to get at the meta description va...Joey Hess
2009-11-16meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess
2009-11-16avoid fallthrough to default meta header addition for titleJoey Hess
2009-10-21meta: Gather permalink info on scan pass so it is available to inline when us...Joey Hess
2009-10-09add_depends: optimise influence calculationJoey Hess
2009-10-08change how dependency types are specified to add_dependsJoey Hess
2009-10-08fix handling of influences of pagespecs that fail to matchJoey Hess
2009-10-07add type info to influence informationJoey Hess
2009-10-07add influence info to match_*Joey Hess
2009-10-04rework dependency types codeJoey Hess
2009-10-04meta redir dependency is contentlessJoey Hess
2009-08-15meta: depend on absolute page name, not relativeSimon McVittie
2009-06-08meta: Add openid delegate parameter to allow delegating only openid or openid2.Joey Hess
2009-05-06Avoid %links accumulating duplicates. (For TOVA)Joey Hess
2009-01-18Add meta field "updated", which can alter the <updated> Atom elementSimon McVittie
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-21meta: Process meta date during scan pass so that the date will always affect ...Joey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-12-12meta: Pass info to htmlscrubber so htmlscrubber_skip can take effect.Joey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-07-13switch preprocess hooks to use error functionJoey Hess