[[PageOutline(2-5,Contents,pullout)]] = CIA.vc and Trac integration {{{#!box info '''Notice:''' The CIA.vc service that this plugin relies on has been discontinued. }}} == Description This plugin integrates Trac and [http://cia.vc/ CIA.vc] by pushing all timeline changes, except source changes - CIA.vc already handles it well enough - to the provided CIA.vc project. CIA.vc was the open source "version control informant" and a source code commit notification service. CIA.vc is no longer active. == Bugs/Feature Requests Existing bugs and feature requests for TracCiaPlugin are [report:9?COMPONENT=TracCiaPlugin here]. If you have any issues, create a [/newticket?component=TracCiaPlugin new ticket]. [[TicketQuery(component=TracCiaPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tracciaplugin here]. == Source You can check out TracCiaPlugin from [/svn/tracciaplugin here] using Subversion, or [source:tracciaplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Configuration This plugin uses Trac configuration file `trac.ini`: {{{#!ini [traccia] # Your CIA project name project_name = SomeProject # CIA service URL. Defaults to http://cia.vc/, so you probably don't need to change it. service_url = http://cia.intranet/ # Enable wiki change notifications? Defaults to True. wiki_notifications = False # Enable tickets notifications? Defaults to True. tickets_notifications = True }}} == Recent Changes [[ChangeLog(tracciaplugin, 3)]] == Author/Contributors '''Author:''' [wiki:dottedmag] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:jenner]