summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/meta.pm
AgeCommit message (Expand)Author
2008-07-12Stop prepending urn:uuid: to guids that look like UUIDsSimon McVittie
2008-07-12Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta p...Simon McVittie
2008-07-12rename uuid to guidJoey Hess
2008-07-11meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" (oth...Simon McVittie
2008-07-11meta plugin: also collect [[!meta uuid="..."]]Simon McVittie
2008-07-02factor out glob2reJoey Hess
2008-06-15meta: Store "description" in pagestate for use by other plugins.Joey Hess
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
2008-03-21Close meta tag for redir properly.Joey Hess
2008-03-12fix syntax errorJoey Hess
2008-03-11Correct meta.robots attribute value->contentmartin f. krafft
2008-03-11Generate openid2 headers as wellmartin f. krafft
2008-03-11Let meta.openid set X-XRDS-Location headermartin f. krafft
2008-03-02Add robots tag to meta pluginmartin f. krafft
2008-02-10* meta: Check that the urls provided for authorurl, permalink, and openidJoey Hess
2008-01-29add missing test to avoid uninitialised value when a page with metadata is re...Joey Hess
2008-01-29* meta: Add pagespec functions to match against title, author, authorurl,Joey Hess
2008-01-09* mdwn: When htmlizing text, if it's a single line with no newline,Joey Hess
2008-01-09don't process data metadata in scan, as it's expensive and the metadata shoul...Joey Hess
2008-01-09* meta: Run in scan mode again (more intelligently) and re-add support forJoey Hess
2008-01-09* inline: Add copyright/license info on a per-post basis to atomJoey Hess
2007-12-22IkiWiki/Plugin/meta.pm <redir>: Support for specifying anchors.Thomas Schwinge
2007-12-16* meta: Drop support for "meta link", since supporting this for internalJoey Hess
2007-12-08real redir cycle detectionJoey Hess
2007-12-08* Finally implemented a simple per-page data storage mechanism for plugins,Joey Hess
2007-12-08wikilink fixJoey Hess
2007-12-08drop redir loop detection codeJoey Hess
2007-12-08* meta: Add redir support, based on a patch by Thomas Schwinge.Joey Hess
2007-12-08Here is a patch to add a forwarding functionality to the meta pluginThomas Schwinge
2007-09-15bugfixesjoey
2007-09-14if an inlined page has the same copyright or license as the page it'sjoey
2007-09-14* meta: Support license and copyright information. The information willjoey
2007-07-13* Fix links to alternate stylesheets when usedirs is enabled.joey
2007-07-13* Fix links to stylesheets when usedirs is enabled.joey
2007-05-28* More consistent encoding of titles in rss and atom feeds. Don't usejoey
2007-05-28didn't mean to make this change (yet)joey
2007-05-28* Apply a patch from Carl Worth allowing a class attribute to be passedjoey
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
2007-03-21fixjoey
2007-03-21* Fix a security hole that allowed insertion of unsafe content via the metajoey
2007-03-21the real bug turned out to be in the meta pluginjoey
2007-03-07deal with new preview parameterjoey
2007-02-15* Patch from Ethan to allow using meta tags to set creation dates of pages.joey
2006-10-28 instead of over and over. Typical speedup is ~4x. Max possible speedup:joey
2006-09-09* Work on firming up the plugin interface:joey
2006-08-12* If the meta plugin overides the page title, set a title_overriddenjoey
2006-08-04* Also generate rel=bookmark links for permalinks.joey
2006-08-04* Various CSS and formatting changes.joey
2006-08-04* Make aggregator save permalinks and author name to pages as metadata.joey
2006-07-30* Change meta tags to use html entity-escaped text for values, so thatjoey