Changes between Version 5 and Version 6 of TracPygit2Plugin


Ignore:
Timestamp:
Mar 16, 2015, 8:16:55 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, link updates

Legend:

Unmodified
Added
Removed
Modified
  • TracPygit2Plugin

    v5 v6  
    55== Description
    66
    7 This is a plugin using [http://www.pygit2.org/ pygit2] for Git repository on Trac 0.12+.
     7This is a plugin using [http://www.pygit2.org/ pygit2] for Git repository on Trac 0.12+. pygit2 is a set of Python bindings to the libgit2 shared library.
    88
    9 The goal of this plugin is to add to Trac core as an alternative of connector for git repository and to provide good enough performance.
     9The goal of this plugin is to add to Trac core an alternative of a connector to the git repository and with good performance.
    1010
    1111== !Bugs/Feature Requests
     
    2929== Installation
    3030
    31  1. Install `pygit2` library.
     31 1. Install the [http://www.pygit2.org/ pygit2] library:
    3232{{{#!sh
    33 $ easy_install pygit2
     33easy_install pygit2
    3434}}}
    35     - Note that, if you are using Python 2.4 or 2.5, try to install https://github.com/jun66j5/pygit2 which is ported to Python 2.4 and 2.5.
    36  2. Install this plugin.
     35  '''Note''': if you are using Python 2.4 or 2.5, try to install https://github.com/jun66j5/pygit2 which is ported to Python 2.4 and 2.5.
     36 1. Install this plugin:
    3737{{{#!sh
    38 $ easy_install http://trac-hacks.org/svn/tracpygit2plugin/trunk
     38easy_install http://trac-hacks.org/svn/tracpygit2plugin/trunk
    3939}}}
    40  3. Enable the plugin in trac.ini.
     40 1. Enable the plugin in `trac.ini`:
    4141{{{
    4242#!ini
     
    5151== !Author/Contributors
    5252
    53 **Author:** [wiki:jun66j5] [[BR]]
    54 **Maintainer:** [[Maintainer]] [[BR]]
    55 **Contributors:**
     53'''Author:''' [wiki:jun66j5] [[BR]]
     54'''Maintainer:''' [[Maintainer]] [[BR]]
     55'''Contributors:'''