aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/meta.pm
Commit message (Expand)AuthorAge
* added match_guid function to meta pluginJoey Hess2010-04-26
* add influence info for failed metadata matchesJoey Hess2010-04-22
* Merge remote branch 'smcv/unescaped-meta'Joey Hess2010-04-10
|\
| * HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie2010-04-06
* | minor style etc changesJoey Hess2010-04-06
* | Only store authorsort in meta pagestate if it differs from authorSimon McVittie2010-04-06
* | Only store titlesort in meta pagestate if it differs from titleSimon McVittie2010-04-06
* | Use $a and $b for SortSpec cmp callbacksSimon McVittie2010-04-05
* | Rename sort parameter to meta title/author to sortas=barSimon McVittie2010-04-04
* | meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie2010-04-04
* | Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie2010-04-03
* | Reimplement extensible sorting mechanisms, in the same way as pagespecsSimon McVittie2010-03-25
* | Add an optional "sort" argument to meta titles, defaulting to the titleSimon McVittie2010-03-24
* | Have the meta plugin add a meta_title sort orderSimon McVittie2010-03-24
|/
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* meta: Allow use of DESCRIPTION in templates to get at the meta description va...Joey Hess2009-11-16
* meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess2009-11-16
* avoid fallthrough to default meta header addition for titleJoey Hess2009-11-16
* meta: Gather permalink info on scan pass so it is available to inline when us...Joey Hess2009-10-21
* add_depends: optimise influence calculationJoey Hess2009-10-09
* change how dependency types are specified to add_dependsJoey Hess2009-10-08
* fix handling of influences of pagespecs that fail to matchJoey Hess2009-10-08
* add type info to influence informationJoey Hess2009-10-07
* add influence info to match_*Joey Hess2009-10-07
* rework dependency types codeJoey Hess2009-10-04
* meta redir dependency is contentlessJoey Hess2009-10-04
* meta: depend on absolute page name, not relativeSimon McVittie2009-08-15
* meta: Add openid delegate parameter to allow delegating only openid or openid2.Joey Hess2009-06-08
* Avoid %links accumulating duplicates. (For TOVA)Joey Hess2009-05-06
* Add meta field "updated", which can alter the <updated> Atom elementSimon McVittie2009-01-18
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* meta: Process meta date during scan pass so that the date will always affect ...Joey Hess2008-12-21
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* meta: Pass info to htmlscrubber so htmlscrubber_skip can take effect.Joey Hess2008-12-12
* Export pagetitle, titlepage, linkpage.Joey Hess2008-09-27
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* switch preprocess hooks to use error functionJoey Hess2008-07-13
* Stop prepending urn:uuid: to guids that look like UUIDsSimon McVittie2008-07-12
* Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta p...Simon McVittie2008-07-12
* rename uuid to guidJoey Hess2008-07-12
* meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" (oth...Simon McVittie2008-07-11
* meta plugin: also collect [[!meta uuid="..."]]Simon McVittie2008-07-11
* factor out glob2reJoey Hess2008-07-02
* meta: Store "description" in pagestate for use by other plugins.Joey Hess2008-06-15
* Pass a destpage parameter to the sanitize hook.Joey Hess2008-06-04
* Close meta tag for redir properly.Joey Hess2008-03-21
* fix syntax errorJoey Hess2008-03-12
* Correct meta.robots attribute value->contentmartin f. krafft2008-03-11
* Generate openid2 headers as wellmartin f. krafft2008-03-11
* Let meta.openid set X-XRDS-Location headermartin f. krafft2008-03-11