[[PageOutline(2-5,Contents,pullout)]] = Use Gitorious as the source code hosting provider = == Description == This plugin is useful if the source code is hosted on [http://gitorious.org Gitorious], instead of locally in Trac. 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. == Bugs/Feature Requests == Existing bugs and feature requests for GitoriousPlugin are [report:9?COMPONENT=GitoriousPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=GitoriousPlugin&owner=abompard new ticket]. == Download == Download the zipped source from [download:gitoriousplugin here]. == Source == You can check out GitoriousPlugin from [http://trac-hacks.org/svn/gitoriousplugin here] using Subversion, or [source:gitoriousplugin browse the source] with Trac. == Install == You must set it up in your [TracIni trac.ini] file by activating the component : {{{ [components] gitoriousplugin.* = enabled }}} and by defining the name of the project on Gitorious : {{{ [gitorious] project = myproject }}} You 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. At the moment, it only supports links to the `master` branch. == Recent Changes == [[ChangeLog(gitoriousplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:abompard] [[BR]] '''Maintainer:''' [wiki:abompard] [[BR]] '''Contributors:'''