Changes between Version 8 and Version 9 of MotdPlugin


Ignore:
Timestamp:
Jul 27, 2015, 12:54:12 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • MotdPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Display a MOTD in Trac =
     3= Display a MOTD in Trac
    44
    5 == Description ==
     5== Description
    66
    7 Unlike the NewsFlashMacro, this plugin allows the system-administrator to display a MOTD on ''every'' trac page. Once the user acknowledge the message, it is no longer shown.
     7Unlike the NewsFlashMacro, this plugin allows the system-administrator to display a MOTD on ''every'' Trac page. Once the user acknowledges the message, it is no longer shown.
    88
    9 For a sysadmin it was always hard to inform every trac user about upcoming system updates, maintenance periods, hardware changes or whatever. With this plugin it's now possible to display such message(s) to every trac page, even when having many projects, by simply editing 1 (one!!) textfile.
     9For a sysadmin it was always hard to inform every Trac user about upcoming system updates, maintenance periods, hardware changes or similar. With this plugin it is now possible to display such message(s) on every Trac page, even when having many projects, by simply editing one text file.
    1010
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for MotdPlugin are
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=MotdPlugin&owner=ChristianM new ticket].
     17[/newticket?component=MotdPlugin new ticket].
    1818
    19 == Download and Source ==
     19[[TicketQuery(component=MotdPlugin&group=type,format=progress)]]
     20
     21== Download and Source
    2022
    2123Download the zipped source from [download:motdplugin here], check out MotdPlugin from [http://trac-hacks.org/svn/motdplugin here] using Subversion, or [source:motdplugin browse the source] with Trac.
    2224
    23 == Configuration ==
     25== Configuration
    2426
    25 MotdPlugin can be configured with the following options:
    26 {{{
     27MotdPlugin can be configured with the following options in your `trac.ini` file:
     28{{{#!ini
    2729[motd]
    2830message_file = /data/messag_of_the_day.ini
     
    4951 * sets the height of the MOTD-frame in pixel (range: 300-800)
    5052
    51 === motd.ini file ===
     53=== motd.ini file
    5254
    5355MotdPlugin uses an ini-style file for configuring the messages that should be displayed.
     
    6769must be in the range of: ''m'' for minutely, ''h'' for hourly, ''d'' for daily and ''w'' for weekly.
    6870
    69 
    70 == Example ==
     71== Example
    7172
    7273{{{
     
    8283}}}
    8384
    84 The first example should be selfexplaining. In the second example there is the ''message'' parameter missing! In that case MotdPlugin searches for a file named ''Message2.html'' in the directory specified by ''message_dir'' in trac.ini and displays the complete content of this file.
     85The first example should be self explanatory. In the second example there is the ''message'' parameter missing! In that case MotdPlugin searches for a file named ''Message2.html'' in the directory specified by ''message_dir'' in trac.ini and displays the complete content of this file.
    8586This message will be shown 3 times, interval is daily. If the expiration date is before the repeat period finishes, the message is no longer shown.
    8687
    87 
    88 == Recent Changes ==
     88== Recent Changes
    8989
    9090[[ChangeLog(motdplugin, 3)]]
    9191
    92 == Author/Contributors ==
     92== Author/Contributors
    9393
    9494'''Author:''' [wiki:ChristianM] [[BR]]
    95 '''Maintainer:''' [wiki:ChristianM] [[BR]]
     95'''Maintainer:''' [[Maintainer]] [[BR]]
    9696'''Contributors:'''