Changes between Version 1 and Version 2 of FiveStarVotePlugin


Ignore:
Timestamp:
Oct 21, 2008, 1:24:48 AM (15 years ago)
Author:
Dav Glass
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FiveStarVotePlugin

    v1 v2  
    2323You can check out FiveStarVotePlugin from [http://trac-hacks.org/svn/fivestarvoteplugin here] using Subversion, or [source:fivestarvoteplugin browse the source] with Trac.
    2424
    25 == Example ==
     25== Installation ==
    2626
     27Install the plugin:
     28
     29{{{
     30easy_install http://trac-hacks.org/svn/fivestarvoteplugin/0.11
     31}}}
     32
     33Add the following to the `[components]` section of [wiki:TracIni trac.ini]:
     34
     35{{{
     36[components]
    2737fivestarvote.* = enabled
     38}}}
     39
     40Grant users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate. `VOTE_MODIFY` will not work for anonymous users.
     41
     42=== Recommended Settings ===
     43{{{
     44trac-admin [trac environment pathname] permission add anonymous VOTE_VIEW
     45
     46trac-admin [trac environment pathname] permission add authenticated VOTE_MODIFY
     47}}}
     48
     49You may need to run:
     50{{{
     51trac-admin [trac environment pathname] upgrade
     52}}}
     53
     54== Screen Shot ==
     55
     56[[Image(wiki:FiveStarVotePlugin:fivestarvote.jpg)]]
    2857
    2958== Recent Changes ==