Changes between Initial Version and Version 1 of VotePlugin


Ignore:
Timestamp:
Jan 2, 2008, 4:52:36 AM (16 years ago)
Author:
Alec Thomas
Comment:

New hack VotePlugin, created by athomas

Legend:

Unmodified
Added
Removed
Modified
  • VotePlugin

    v1 v1  
     1= Reddit-style voting on Trac resources =
     2
     3== Description ==
     4
     5This plugin adds a context-navigation entry that lets users easily vote for a Trac resource.
     6
     7If a user has a session and the `VOTE_MODIFY` permission they will be able to vote.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for VotePlugin are
     12[report:9?COMPONENT=VotePlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=VotePlugin&owner=athomas new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:voteplugin here].
     20
     21== Source ==
     22
     23You can check out VotePlugin from [http://trac-hacks.org/svn/voteplugin here] using Subversion, or [source:voteplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Install the plugin:
     28
     29{{{
     30easy_install http://trac-hacks/org/svn/voteplugin/trunk
     31}}}
     32
     33Add the following to the `[components]` section of [wiki:TracIni trac.ini]:
     34
     35{{{
     36[components]
     37tracvote.* = enabled
     38}}}
     39
     40Give users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate.
     41
     42== Recent Changes ==
     43
     44[[ChangeLog(voteplugin, 3)]]
     45
     46== Author/Contributors ==
     47
     48'''Author:''' [wiki:athomas] [[BR]]
     49'''Contributors:'''