Changes between Version 23 and Version 24 of VotePlugin


Ignore:
Timestamp:
Nov 15, 2014, 10:07:29 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

New-style markup.

Legend:

Unmodified
Added
Removed
Modified
  • VotePlugin

    v23 v24  
    11[[PageOutline(2-5, Contents, pullout)]]
    2 = Reddit-style voting on Trac resources =
     2= Reddit-style voting on Trac resources
    33
    4 == Description ==
     4== Description
    55
    66This plugin adds a context-navigation entry, that lets users easily vote for a Trac resource, including Wiki pages, tickets, milestones, etc.
     
    1010Since `tracvote-0.2` there are some [wiki:VotePlugin/WikiMacros WikiMacros] available in addition to [source:voteplugin/trunk/SqlQueryForReport.txt example TracReports] on the `votes` db table.
    1111
    12 == Translation ==
     12== Translation
    1313
    1414You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
     
    2020Kindly provided by [[Image(https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]]
    2121
    22 == Bugs/Feature Requests ==
     22== Bugs/Feature Requests
    2323
    2424Existing bugs and feature requests for VotePlugin are
     
    2828[http://trac-hacks.org/newticket?component=VotePlugin&owner=rjollos&cc=hasienda new ticket].
    2929
    30 == Download ==
     30== Download
    3131
    3232Download the zipped source from [download:voteplugin here].
    3333
    34 == Source ==
     34== Source
    3535
    3636You can check out VotePlugin from [http://trac-hacks.org/svn/voteplugin here] using Subversion, or [source:voteplugin browse the source] with Trac.
    3737
    38 == Installation ==
     38== Installation
    3939'''Note:''' Documentation has been updated to already reflect features of current `trunk` development branch, that is in preparation for next stable release `tracvote-0.2`. To get the best first-time experience you may wish to try the release candidate right now. But beware, that there is ''no down-grade'' support, while upgrading from previous plugin versions has been tested on different db back-ends and should work flawlessly.
    4040
    4141Install the plugin:
    4242
    43 {{{
    44 #!sh
     43{{{#!sh
    4544easy_install http://trac-hacks.org/svn/voteplugin/tags/0.1.5
    4645}}}
     
    4847If you get "error: Unexpected HTML page found at http://trac-hacks.org/svn/voteplugin/tags/0.1.5", update setuptools:
    4948
    50 {{{
    51 #!sh
     49{{{#!sh
    5250sudo easy_install -U setuptools
    5351}}}
     
    5553Add the following to the `[components]` section of [wiki:TracIni trac.ini]:
    5654
    57 {{{
    58 #!ini
     55{{{#!ini
    5956[components]
    6057tracvote.* = enabled
     
    6259
    6360Configure the list of URL paths to allow voting on in ''trac.ini''. Globs are supported.
    64 {{{
    65 #!ini
     61{{{#!ini
    6662[vote]
    6763paths =
     
    7571
    7672Probably you'll need to run:
    77 {{{
    78 #!sh
     73{{{#!sh
    7974trac-admin /path/to/projenv upgrade
    8075}}}
     
    8479Example SQL statements for creating useful reports for tickets and wiki pages are included in [source:voteplugin/trunk/SqlQueryForReport.txt SqlQueryForReport.txt] in the plugin source.
    8580
    86 == Screenshot ==
     81== Screenshot
    8782
    8883[[Image(votes.png)]]
    8984
    90 == Recent Changes ==
     85== Recent Changes
    9186
    9287[[ChangeLog(voteplugin, 3)]]
    9388
    94 == Author/Contributors ==
     89== Author/Contributors
    9590
    9691'''Author:''' [wiki:athomas] [[BR]]
    97 '''Maintainer:''' rjollos, hasienda [[BR]]
     92'''Maintainer:''' [[Maintainer]], hasienda [[BR]]
    9893'''Contributors:''' [wiki:k0s], PeterLawrence