Age | Commit message (Expand) | Author |
2010-12-01 | meta: Fix calling of htmlscrubber to pass the page parameter. The change of t... | Joey Hess |
2010-11-20 | make use of precompiled regex objects | Simon McVittie |
2010-09-19 | meta: Ensure that the url specified by xrds-location is absolute. | Joey Hess |
2010-09-19 | add missing space | Joey Hess |
2010-09-07 | needsbuild hook interface changed; the hooks should now return the modified a... | Joey Hess |
2010-07-25 | meta: Allow syntax closer to html meta to be used. | Joey Hess |
2010-04-26 | added match_guid function to meta plugin | Joey Hess |
2010-04-22 | add influence info for failed metadata matches | Joey Hess |
2010-04-10 | Merge remote branch 'smcv/unescaped-meta' | Joey Hess |
2010-04-06 | minor style etc changes | Joey Hess |
2010-04-06 | HTML-encode meta title, description, guid on output, but not in the pagestate | Simon McVittie |
2010-04-06 | Only store authorsort in meta pagestate if it differs from author | Simon McVittie |
2010-04-06 | Only store titlesort in meta pagestate if it differs from title | Simon McVittie |
2010-04-05 | Use $a and $b for SortSpec cmp callbacks | Simon McVittie |
2010-04-04 | Rename sort parameter to meta title/author to sortas=bar | Simon McVittie |
2010-04-04 | meta: generalize meta_title into meta(title); support author, updated, date | Simon McVittie |
2010-04-03 | Move sort hooks to the IkiWiki::SortSpec namespace | Simon McVittie |
2010-03-25 | Reimplement extensible sorting mechanisms, in the same way as pagespecs | Simon McVittie |
2010-03-24 | Add an optional "sort" argument to meta titles, defaulting to the title | Simon McVittie |
2010-03-24 | Have the meta plugin add a meta_title sort order | Simon McVittie |
2010-02-11 | Group related plugins into sections in the setup file, and drop unused rcs pl... | Joey Hess |
2009-11-16 | meta: Allow use of DESCRIPTION in templates to get at the meta description va... | Joey Hess |
2009-11-16 | meta: Generate meta description tags even when the html scrubber is enabled. | Joey Hess |
2009-11-16 | avoid fallthrough to default meta header addition for title | Joey Hess |
2009-10-21 | meta: Gather permalink info on scan pass so it is available to inline when us... | Joey Hess |
2009-10-09 | add_depends: optimise influence calculation | Joey Hess |
2009-10-08 | change how dependency types are specified to add_depends | Joey Hess |
2009-10-08 | fix handling of influences of pagespecs that fail to match | Joey Hess |
2009-10-07 | add type info to influence information | Joey Hess |
2009-10-07 | add influence info to match_* | Joey Hess |
2009-10-04 | rework dependency types code | Joey Hess |
2009-10-04 | meta redir dependency is contentless | Joey Hess |
2009-08-15 | meta: depend on absolute page name, not relative | Simon McVittie |
2009-06-08 | meta: Add openid delegate parameter to allow delegating only openid or openid2. | Joey Hess |
2009-05-06 | Avoid %links accumulating duplicates. (For TOVA) | Joey Hess |
2009-01-18 | Add meta field "updated", which can alter the <updated> Atom element | Simon McVittie |
2008-12-23 | finalise version 3.00 of the plugin api | Joey Hess |
2008-12-21 | meta: Process meta date during scan pass so that the date will always affect ... | Joey Hess |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess |
2008-12-12 | meta: Pass info to htmlscrubber so htmlscrubber_skip can take effect. | Joey Hess |
2008-09-27 | Export pagetitle, titlepage, linkpage. | Joey Hess |
2008-08-03 | add plugin safe/rebuild info (part 1 of 2) | Joey Hess |
2008-07-13 | switch preprocess hooks to use error function | Joey Hess |
2008-07-12 | Stop prepending urn:uuid: to guids that look like UUIDs | Simon McVittie |
2008-07-12 | Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta p... | Simon McVittie |
2008-07-12 | rename uuid to guid | Joey Hess |
2008-07-11 | meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" (oth... | Simon McVittie |
2008-07-11 | meta plugin: also collect [[!meta uuid="..."]] | Simon McVittie |
2008-07-02 | factor out glob2re | Joey Hess |
2008-06-15 | meta: Store "description" in pagestate for use by other plugins. | Joey Hess |