Changes between Version 53 and Version 54 of GitPlugin


Ignore:
Timestamp:
Oct 15, 2010, 9:50:05 PM (14 years ago)
Author:
Herbert Valerio Riedel
Comment:

change references for source code repository to new github location

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v53 v54  
    11= Git Plugin for Trac =
     2
     3[[PageOutline]]
    24
    35== Description ==
     
    2022=== Requirements ===
    2123
    22 ||        || '''0.10 Plugin''' || '''0.11 Plugin'''/'''0.11-py2.4 Plugin''' ||  '''0.12 Plugin''' ||
     24|| Branch || '''trac-0.10''' || '''trac-0.11'''/'''trac-0.11-py24''' ||  '''trac-0.12''' ||
    2325|| Trac   || 0.10.x      || 0.11.x || 0.12dev (trunk) ||
    2426|| Python || 2.4+        || 2.5+/2.4+ || 2.5+ ||
     
    5759[http://trac-hacks.org/newticket?component=GitPlugin&owner=hvr new ticket].
    5860
    59 == Download, Source ==
    60 
    61 Download the [download:gitplugin zipped source], check out GitPlugin from [http://trac-hacks.org/svn/gitplugin Subversion], or [source:gitplugin browse the source].
     61== Source Code ==
     62
     63The source code is hosted at [http://github.com/hvr/gitplugin/ github.com]
    6264
    6365(An experimental branch of this plugin with a hacky caching feature and some bug fixes is available from [http://nanosleep.org/proj/trac-git-plugin/ here].)
     
    7274{{{
    7375#!sh
    74 easy_install http://trac-hacks.org/svn/gitplugin/0.11
     76easy_install github.com/hvr/gitplugin/tarball/trac-0.11
    7577}}}
    7678or alternatively the Python 2.4 backport:
    7779{{{
    7880#!sh
    79 easy_install http://trac-hacks.org/svn/gitplugin/0.11-py2.4
     81easy_install github.com/hvr/gitplugin/tarball/trac-0.11-py24
    8082}}}
    8183
     
    8385{{{
    8486#!sh
    85 easy_install http://trac-hacks.org/svn/gitplugin/0.12
     87easy_install http://github.com/hvr/gitplugin/tarball/master
    8688}}}
    8789