Changes between Version 6 and Version 7 of TracCiaPlugin


Ignore:
Timestamp:
Nov 2, 2015, 6:21:14 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracCiaPlugin

    v6 v7  
    1 = CIA.vc and Trac integration =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= CIA.vc and Trac integration
    44
    5 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.
     5== Description
    66
    7 == Bugs/Feature Requests ==
     7This 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.
     8
     9== Bugs/Feature Requests
    810
    911Existing bugs and feature requests for TracCiaPlugin are
     
    1113
    1214If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=TracCiaPlugin&owner=dottedmag new ticket].
     15[/newticket?component=TracCiaPlugin new ticket].
    1416
    15 == Configuration ==
     17[[TicketQuery(component=TracCiaPlugin&group=type,format=progress)]]
    1618
    17 TracCiaPlugin uses Trac configuration file:
     19== Download
    1820
    19 {{{
     21Download the zipped source from [export:tracciaplugin here].
     22
     23== Source
     24
     25You can check out TracCiaPlugin from [/svn/tracciaplugin here] using Subversion, or [source:tracciaplugin browse the source] with Trac.
     26
     27== Installation
     28
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     30
     31== Configuration
     32
     33This plugin uses Trac configuration file `trac.ini`:
     34
     35{{{#!ini
    2036[traccia]
    2137# Your CIA project name
    22 project_name=SomeProject
     38project_name = SomeProject
     39
    2340# CIA service URL. Defaults to http://cia.vc/, so you probably don't need to change it.
    24 service_url=http://cia.intranet/
     41service_url = http://cia.intranet/
     42
    2543# Enable wiki change notifications? Defaults to True.
    26 wiki_notifications=False
     44wiki_notifications = False
     45
    2746# Enable tickets notifications? Defaults to True.
    28 tickets_notifications=True
     47tickets_notifications = True
    2948}}}
    3049
    31 == Download ==
    32 
    33 Download the zipped source from [download:tracciaplugin here].
    34 
    35 == Source ==
    36 
    37 You can check out TracCiaPlugin from [http://trac-hacks.org/svn/tracciaplugin here] using Subversion, or [source:tracciaplugin browse the source] with Trac.
    38 
    39 == Recent Changes ==
     50== Recent Changes
    4051
    4152[[ChangeLog(tracciaplugin, 3)]]
    4253
    43 == Author/Contributors ==
     54== Author/Contributors
    4455
    4556'''Author:''' [wiki:dottedmag] [[BR]]
    46 '''Contributors: [wiki:jenner]'''
     57'''Maintainer:''' [[Maintainer]] [[BR]]
     58'''Contributors:''' [wiki:jenner]