Changes between Initial Version and Version 1 of GitoriousPlugin


Ignore:
Timestamp:
Jul 18, 2010, 1:31:33 PM (14 years ago)
Author:
Aurélien Bompard
Comment:

New hack GitoriousPlugin, created by abompard

Legend:

Unmodified
Added
Removed
Modified
  • GitoriousPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Use Gitorious as the source code hosting provider =
     4
     5== Description ==
     6
     7This plugin is useful if the source code is hosted on Gitorious, instead of locally in Trac.
     8
     9The 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 ==
     12
     13Existing bugs and feature requests for GitoriousPlugin are
     14[report:9?COMPONENT=GitoriousPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=GitoriousPlugin&owner=abompard new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:gitoriousplugin here].
     22
     23== Source ==
     24
     25You can check out GitoriousPlugin from [http://trac-hacks.org/svn/gitoriousplugin here] using Subversion, or [source:gitoriousplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29You must set it up in your [TracIni trac.ini] file by activating the component :
     30{{{
     31[components]
     32gitorious.* = enabled
     33}}}
     34
     35and by defining the name of the project on Gitorious :
     36{{{
     37[gitorious]
     38project = myproject
     39}}}
     40
     41You can also set the `repository` key to the name of your main repository on Gitorious. If you don't specify it, the same name as the project will be used.
     42
     43At the moment, it only supports links to the `master` branch.
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(gitoriousplugin, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:abompard] [[BR]]
     52'''Maintainer:''' [wiki:abompard] [[BR]]
     53'''Contributors:'''