Changes between Initial Version and Version 1 of AutoInterTracPlugin


Ignore:
Timestamp:
Dec 15, 2009, 2:41:57 PM (14 years ago)
Author:
Russ Tyndall
Comment:

New hack AutoInterTracPlugin, created by bobbysmith007

Legend:

Unmodified
Added
Removed
Modified
  • AutoInterTracPlugin

    v1 v1  
     1= AutoInterTracPlugin =
     2
     3== Description ==
     4
     5A plugin that will automatically add and keep up to date trac:InterTrac configuration information for a directory full of trac installs.
     6
     7At our office we have many tracs for many different projects and it became difficult to maintain the InterTrac configuration.  This plugin aims to handle that automatically.  It will not save this configuration to disk, but it should always be available to trac.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for AutoInterTracPlugin are
     12[report:9?COMPONENT=AutoInterTracPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=AutoInterTracPlugin&owner=bobbysmith007 new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:autointertracplugin here].
     20
     21== Source ==
     22
     23You can check out AutoInterTracPlugin from [http://trac-hacks.org/svn/autointertracplugin here] using Subversion, or [source:autointertracplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Add the following to your trac.ini to get the plugin to automatically add trac intertrac configuration for each of your trac instances
     28{{{
     29#!ini
     30[intertrac]
     31base_dir = /var/trac/
     32base_url = https://my.trac.url
     33}}}
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(autointertracplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:bobbysmith007] [[BR]]
     42'''Contributors:'''