aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/meta.pm
Commit message (Expand)AuthorAge
* 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
* Add robots tag to meta pluginmartin f. krafft2008-03-02
* * meta: Check that the urls provided for authorurl, permalink, and openidJoey Hess2008-02-10
* add missing test to avoid uninitialised value when a page with metadata is re...Joey Hess2008-01-29
* * meta: Add pagespec functions to match against title, author, authorurl,Joey Hess2008-01-29
* * mdwn: When htmlizing text, if it's a single line with no newline,Joey Hess2008-01-09
* don't process data metadata in scan, as it's expensive and the metadata shoul...Joey Hess2008-01-09
* * meta: Run in scan mode again (more intelligently) and re-add support forJoey Hess2008-01-09
* * inline: Add copyright/license info on a per-post basis to atomJoey Hess2008-01-09
* IkiWiki/Plugin/meta.pm <redir>: Support for specifying anchors.Thomas Schwinge2007-12-22
* * meta: Drop support for "meta link", since supporting this for internalJoey Hess2007-12-16
* real redir cycle detectionJoey Hess2007-12-08
* * Finally implemented a simple per-page data storage mechanism for plugins,Joey Hess2007-12-08
* wikilink fixJoey Hess2007-12-08
* drop redir loop detection codeJoey Hess2007-12-08
* * meta: Add redir support, based on a patch by Thomas Schwinge.Joey Hess2007-12-08
* Here is a patch to add a forwarding functionality to the meta pluginThomas Schwinge2007-12-08
* bugfixesjoey2007-09-15
* if an inlined page has the same copyright or license as the page it'sjoey2007-09-14
* * meta: Support license and copyright information. The information willjoey2007-09-14
* * Fix links to alternate stylesheets when usedirs is enabled.joey2007-07-13
* * Fix links to stylesheets when usedirs is enabled.joey2007-07-13
* * More consistent encoding of titles in rss and atom feeds. Don't usejoey2007-05-28
* didn't mean to make this change (yet)joey2007-05-28
* * Apply a patch from Carl Worth allowing a class attribute to be passedjoey2007-05-28
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* fixjoey2007-03-21
* * Fix a security hole that allowed insertion of unsafe content via the metajoey2007-03-21
* the real bug turned out to be in the meta pluginjoey2007-03-21
* deal with new preview parameterjoey2007-03-07
* * Patch from Ethan to allow using meta tags to set creation dates of pages.joey2007-02-15
* instead of over and over. Typical speedup is ~4x. Max possible speedup:joey2006-10-28
* * Work on firming up the plugin interface:joey2006-09-09