Changes between Version 28 and Version 29 of VotePlugin


Ignore:
Timestamp:
Oct 17, 2015, 11:03:44 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Use server-relative paths. Remove obsolete recommendation.

Legend:

Unmodified
Added
Removed
Modified
  • VotePlugin

    v28 v29  
    2727
    2828If you have any issues, create a
    29 [http://trac-hacks.org/newticket?component=VotePlugin&cc=hasienda new ticket].
     29[/newticket?component=VotePlugin&cc=hasienda new ticket].
    3030
    3131[[TicketQuery(component=VotePlugin&group=type,format=progress)]]
     
    3737== Source
    3838
    39 You can check out VotePlugin from [http://trac-hacks.org/svn/voteplugin here] using Subversion, or [source:voteplugin browse the source] with Trac.
     39You can check out VotePlugin from [/svn/voteplugin here] using Subversion, or [source:voteplugin browse the source] with Trac.
    4040
    4141== Installation
    42 
    43 '''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. Note 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.
    4442
    4543Install the plugin:
    4644
    4745{{{#!sh
    48 easy_install http://trac-hacks.org/svn/voteplugin/tags/0.1.5
     46easy_install https://trac-hacks.org/svn/voteplugin/tags/0.3.0
    4947}}}
    5048
    51 If you get "error: Unexpected HTML page found at http://trac-hacks.org/svn/voteplugin/tags/0.1.5", update setuptools:
     49If you get "error: Unexpected HTML page found at https://trac-hacks.org/svn/voteplugin/tags/0.3.0", update setuptools:
    5250
    5351{{{#!sh