= CIA.vc and Trac integration = == Description == This plugin integrates Trac and CIA.vc by pushing all timeline changes (except source changes - CIA.vc already handles it well enough) to the provided CIA.vc project. == Bugs/Feature Requests == Existing bugs and feature requests for TracCiaPlugin are [report:9?COMPONENT=TracCiaPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracCiaPlugin&owner=dottedmag new ticket]. == Configuration == TracCiaPlugin uses Trac configuration file: {{{ [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 }}} == Download == Download the zipped source from [download:tracciaplugin here]. == Source == You can check out TracCiaPlugin from [http://trac-hacks.org/svn/tracciaplugin here] using Subversion, or [source:tracciaplugin browse the source] with Trac. == Recent Changes == [[ChangeLog(tracciaplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:dottedmag] [[BR]] '''Contributors: [wiki:jenner]'''