[pmwiki-users] meta refresh?

Patrick R. Michaud pmichaud at pobox.com
Thu Apr 27 06:23:03 CDT 2006


On Wed, Apr 26, 2006 at 01:07:03PM -0400, Neil Herber wrote:
> What I want to know is: Is there markup that can be used on a page to 
> generate a meta refresh tag for that page alone?
> 
> For example, we can specify (:description text:) to add description meta data.
> 
> I want to have something like (:refresh 10:) generate a tag like:
> 
> <META HTTP-EQUIV=Refresh CONTENT="10">

Markup('refresh', 'directives',
  '/\\(:refresh (.*?):\\)/e',
  "PZZ(\$GLOBALS['HTMLHeaderFmt']['refresh']=
    \"<meta http-equiv='Refresh' content='$1' />\")");

Pm




More information about the pmwiki-users mailing list