[[PageOutline(2-5,Contents,pullout)]] = Create polls based on tickets, or static arguments == Description The PollMacro plugin adds polling functionality to Trac. Usage: [[MacroList(PollMacro)]] The poll data is stored in `/tmp` by default, but this can be overridden with the `base_dir` option in the `[poll]` section of TracIni. {{{ #!ini [poll] base_dir = /opt/trac/polltest/db/ }}} Each voters name is displayed to the right of their choice. The `POLL_VOTE` permission allows users to vote. The `POLL_VIEW` permissions allows users to view the poll's result. == Bugs/Feature Requests Existing bugs and feature requests for PollMacro are [report:9?COMPONENT=PollMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=PollMacro&owner=rjollos new ticket]. [[TicketQuery(component=PollMacro&group=type,format=progress)]] == Download Download the zipped source from [download:pollmacro here]. == Source You can check out the source for PollMacro from [http://trac-hacks.org/svn/pollmacro Subversion] or browse the [source:pollmacro source]. == Example {{{ [[Poll(What do you think of the Poll macro?; Cool; Crap)]] }}} gives: [[Poll(What do you think of the Poll macro?; Cool; Crap)]] == Change Log [[ChangeLog(/pollmacro, 3)]] == Author/Contributors '''Author:''' [wiki:athomas athomas] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''