Changes between Version 4 and Version 5 of GitoriousPlugin


Ignore:
Timestamp:
Nov 8, 2015, 3:37:33 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • GitoriousPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Use Gitorious as the source code hosting provider =
     3= Use Gitorious as the source code hosting provider
    44
    5 == Description ==
     5== Description
     6
     7The plugin changes the links to point to Gitorious instead of the built-in browser. It does not require the GitPlugin, but uses it if it's available. In this case, you should setup a local clone of your Gitorious repository, and keep it updated.
    68
    79This plugin is useful if the source code is hosted on [http://gitorious.org Gitorious], instead of locally in Trac.
    810
    9 The plugin changes the links to point to Gitorious instead of the built-in browser. It does not require the GitPlugin, but uses it if it's available. In this case, you should setup a local clone of your Gitorious repository, and keep it updated.
    10 
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for GitoriousPlugin are
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=GitoriousPlugin&owner=abompard new ticket].
     17[/newticket?component=GitoriousPlugin new ticket].
    1818
    19 == Download ==
     19[[TicketQuery(component=GitoriousPlugin&group=type,format=progress)]]
    2020
    21 {{{
    22 #!html
     21== Download
     22
     23{{{#!html
    2324<a href="http://flattr.com/thing/48235/Trac-Gitorious-plugin" target="_blank"
    2425   style="display:block;float:right;border:none;padding:0"><img
     
    2728}}}
    2829
    29 Download the zipped source from [download:gitoriousplugin here].
     30Download the zipped source from [export:gitoriousplugin here].
    3031
    31 == Source ==
     32== Source
    3233
    33 You can check out GitoriousPlugin from [http://trac-hacks.org/svn/gitoriousplugin here] using Subversion, or [source:gitoriousplugin browse the source] with Trac.
     34You can check out GitoriousPlugin from [/svn/gitoriousplugin here] using Subversion, or [source:gitoriousplugin browse the source] with Trac.
    3435
    35 == Install ==
     36== Installation
    3637
    37 You must set it up in your [TracIni trac.ini] file by activating the component :
    38 {{{
     38You must set it up in your [TracIni trac.ini] file by activating the component:
     39{{{#!ini
    3940[components]
    4041gitoriousplugin.* = enabled
    4142}}}
    4243
    43 and by defining the name of the project on Gitorious :
    44 {{{
     44and by defining the name of the project on Gitorious:
     45{{{#!ini
    4546[gitorious]
    4647project = myproject
     
    5152At the moment, it only supports links to the `master` branch.
    5253
    53 == Recent Changes ==
     54== Recent Changes
    5455
    5556[[ChangeLog(gitoriousplugin, 3)]]
    5657
    57 == Author/Contributors ==
     58== Author/Contributors
    5859
    5960'''Author:''' [wiki:abompard] [[BR]]
    60 '''Maintainer:''' [wiki:abompard] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    6162'''Contributors:'''