Changes between Version 13 and Version 14 of IrcLogsPlugin


Ignore:
Timestamp:
Jun 29, 2009, 3:42:56 PM (15 years ago)
Author:
Robert Corsaro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IrcLogsPlugin

    v13 v14  
    6464'''Note:''' In order to enable indexing for 0.11, you'll currently need a patch, see comment:ticket:1183:6.
    6565
     66== Wiki Macros ==
     67
     68=== Excerpts ===
     69
     70Show conversation excerpts from IRC logs:
     71{{{
     72[[IrcLogQuote(UTC2008-02-11T18:03:27,5)]]
     73}}}
     74
     75This macro takes two arguments: a UTC date formatted to ''UTCYYYY-MM-DDTHH:MM:SS'', and (optional) the number of lines to display relative to the first message. 
     76
     77=== Trac Links ===
     78
     79Link to an IRC conversation:
     80{{{
     81[irclog:UTC2008-02-11T18:03:27 View this conversation]
     82}}}
     83
     84=== "Live" Log ===
     85
     86Show a "live" AJAX log display.  '''Note:''' This macro should be used sparingly; it should not be on the front page of a project in most cases.
     87{{{
     88[[IrcLogLive]]
     89}}}
     90
     91This macro optionally takes two arguments: the first argument is the polling frequency in seconds (default is 60), the second argument is the number of lines to display (default is 10).
     92
     93{{{
     94[[IrcLogLive(60,10)]]
     95}}}
     96
    6697== Recent Changes ==
    6798