Changes between Version 28 and Version 29 of PollMacro


Ignore:
Timestamp:
Sep 2, 2016, 4:42:19 PM (8 years ago)
Author:
figaro
Comment:

Removed tag 0.8

Legend:

Unmodified
Added
Removed
Modified
  • PollMacro

    v28 v29  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Create polls based on tickets, or static arguments
     3= Create polls based on tickets or static arguments
    44
    55== Description
    66
    7 The PollMacro plugin adds polling functionality to Trac.
     7This plugin is a macro that adds polling functionality to Trac.
    88
    9 Usage:
     9The usage of this macro can be displayed with: `[[MacroList(PollMacro)]]`.
    1010
    11 [[MacroList(PollMacro)]]
     11As an example, the following can be added to a Trac wiki page:
     12
     13{{{
     14[[Poll(What do you think of the Poll macro?; Cool; Crap)]]
     15}}}
     16
     17and gives:
     18
     19[[Poll(What do you think of the Poll macro?; Cool; Crap)]]
    1220
    1321The poll data is stored in `/tmp` by default, but this can be overridden with the `base_dir` option in the `[poll]` section of TracIni.
     
    2028Each voters name is displayed to the right of their choice.
    2129
    22 The `POLL_VOTE` permission allows users to vote. The `POLL_VIEW` permissions allows users to view the poll's result.
     30The following permissions are added with this plugin:
     31 * The `POLL_VOTE` permission allows users to vote.
     32 * The `POLL_VIEW` permissions allows users to view the poll's result.
    2333
    2434== Bugs/Feature Requests
     
    4050You can check out the source for PollMacro from [/svn/pollmacro Subversion] or browse the [source:pollmacro source].
    4151
    42 == Example
     52== Installation
    4353
    44 {{{
    45 [[Poll(What do you think of the Poll macro?; Cool; Crap)]]
    46 }}}
     54General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    4755
    48 gives:
    49 
    50 [[Poll(What do you think of the Poll macro?; Cool; Crap)]]
    51 
    52 == Change Log
     56== Recent Changes
    5357
    5458[[ChangeLog(/pollmacro, 3)]]