Kwiki::DatedAnnounce - Create a date sensitive section of output


Kwiki-DatedAnnounce documentation  | view source Contained in the Kwiki-DatedAnnounce distribution.

Index


NAME

Top

Kwiki::DatedAnnounce - Create a date sensitive section of output

SYNOPSIS

Top

 $ cd /path/to/kwiki
 $ kwiki -install Kwiki::DatedAnnounce

DESCRIPTION

Top

This module allows you to wrap a section of wikitext to be displayed only after a certain time for an optional number of seconds. For example:

    .dated
    datespec: 1095056602 172800

    Hello, it's around Monday, September 13, 2004.
    .dated

datespec is two numbers representing the number of seconds since the epoch and a duration in seconds. Duration defaults to zero if none is provided. Zero means infinite duration. If the time of the current display is within the window described by the datespec, the content will be displayed.

CREDITS

Top

This was my first plugin, trying to figure out what was going on. I've pulled it out of the dusty corners to make it go with Kwiki::Test

AUTHORS

Top

Chris Dent <cdent@burningchrome.com>

Based on Ian Langworth's Kwiki::VimMode

SEE ALSO

Top

Kwiki

COPYRIGHT AND LICENSE

Top


Kwiki-DatedAnnounce documentation  | view source Contained in the Kwiki-DatedAnnounce distribution.