| Commit message (Expand) | Author | Age |
* | Fix [[!meta name=foo]] by closing the open quote. | Amitai Schlair | 2015-08-22 |
* | Instead of hacking back to $link, just provide it. | Amitai Schlair | 2013-06-27 |
* | Merge branch 'master' into fancypodcast | Amitai Schlair | 2013-05-12 |
|\ |
|
| * | meta: Fix anchors used to link to the page's license and copyright. Closes: #... | Joey Hess | 2013-04-30 |
* | | Make enclosures absolute (in feeds they have to be). | Amitai Schlair | 2013-02-20 |
* | | Document that last enclosure wins. | Amitai Schlair | 2013-02-19 |
* | | Make enclosure follow WikiLink LinkingRules. | Amitai Schlair | 2013-02-19 |
* | | Make [[!meta enclosure=foo.mp3]] "work" for HTML. | Amitai Schlair | 2013-02-19 |
|/ |
|
* | ensure HTML::Entities is always loaded | Joey Hess | 2012-05-16 |
* | meta: Security fix; add missing sanitization of author and authorurl. Thanks,... | Joey Hess | 2012-05-16 |
* | meta: Support keywords header. Closes: #664780 Thanks, Martin Michlmayr | Joey Hess | 2012-04-01 |
* | simplify | Joey Hess | 2012-03-27 |
* | meta: Export author information in html <meta> tag. Closes: #664779 Thanks, M... | Joey Hess | 2012-03-27 |
* | Fix escaping of html entities in permalinks. | Joey Hess | 2011-07-29 |
* | HTML::Entities::encode_numeric is not exported | Joey Hess | 2011-04-30 |
* | meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard) | Joey Hess | 2011-04-21 |
* | Fix syntax of recently added JavaScript syntax in meta.pm (<script /> apparen... | Jonas Smedegaard | 2011-04-17 |
* | meta: Fix bug in loading of HTML::Entities that can break inline archive=yes ... | Joey Hess | 2011-04-12 |
* | meta plugin: script support | Giuseppe Bilotta | 2011-03-28 |
* | meta: Security fix; don't allow alternative stylesheets to be added on pages ... | Joey Hess | 2011-03-28 |
* | better handling of relative permalinks | Joey Hess | 2011-01-05 |
* | meta: Fix calling of htmlscrubber to pass the page parameter. The change of t... | Joey Hess | 2010-12-01 |
* | make use of precompiled regex objects | Simon McVittie | 2010-11-20 |
* | meta: Ensure that the url specified by xrds-location is absolute. | Joey Hess | 2010-09-19 |
* | add missing space | Joey Hess | 2010-09-19 |
* | needsbuild hook interface changed; the hooks should now return the modified a... | Joey Hess | 2010-09-07 |
* | meta: Allow syntax closer to html meta to be used. | Joey Hess | 2010-07-25 |
* | added match_guid function to meta plugin | Joey Hess | 2010-04-26 |
* | add influence info for failed metadata matches | Joey Hess | 2010-04-22 |
* | Merge remote branch 'smcv/unescaped-meta' | Joey Hess | 2010-04-10 |
|\ |
|
| * | HTML-encode meta title, description, guid on output, but not in the pagestate | Simon McVittie | 2010-04-06 |
* | | minor style etc changes | Joey Hess | 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-06 |
* | | Use $a and $b for SortSpec cmp callbacks | Simon McVittie | 2010-04-05 |
* | | 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-04 |
* | | Move sort hooks to the IkiWiki::SortSpec namespace | Simon McVittie | 2010-04-03 |
* | | Reimplement extensible sorting mechanisms, in the same way as pagespecs | Simon McVittie | 2010-03-25 |
* | | 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-03-24 |
|/ |
|
* | Group related plugins into sections in the setup file, and drop unused rcs pl... | Joey Hess | 2010-02-11 |
* | 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-11-16 |
* | meta: Gather permalink info on scan pass so it is available to inline when us... | Joey Hess | 2009-10-21 |
* | add_depends: optimise influence calculation | Joey Hess | 2009-10-09 |
* | 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-08 |
* | add type info to influence information | Joey Hess | 2009-10-07 |