==TraM 0.2==

TraM(Trac Multi) is a wrapper to enable multi-project browsing of a Trac installation.

==Requirements==
* TraM0.2 is only for Trac0.11
  (If you want a copy for trac 0.10, visit http://trac.rectang.com/projects/tram/) 
* Apache with mod_python
* Clearsilver template engine(>=0.10.4) (sorry!)

==Installation==
* (On Linux) See http://trac.edgewall.org/ticket/7823 and adopt t7823-genshi_modpython-r8333-011.diff
* (On Windows) See below. (On windows installation)
* Run: python setup.py install
* Edit trac.ini for activate components. (for every projects excluding project named "all")
[components]
tramplugin.* = enabled

* Edit trac.ini for activate components. (for project named "all")
[components]
trac.ticket.report.* = disabled

* Change your apache mod_python's configuration from "trac.web.modpython_fromtend" to "tram.modpython_fronetend".
* Create a new Trac project named "all".
* Restart your apache daemon.

==Clearsilver Installation==
wget http://www.clearsilver.net/downloads/clearsilver-0.10.5.tar.gz
tar xvfz clearsilver-0.10.5.tar.gz
cd clearsilver-0.10.5
./configure --with-python=/usr/bin/python --disable-ruby --disable-java --disable-perl --disable-csharp
make
make install

==On windows installation==
You should change trac/web_ui/__init__.py.
The content is only one line below.

from trac.web.api import *

==License==
GPL

==Author==
For Trac 0.10 or lower 
* Andrew "HandyAndE" Williams <andy@handyande.co.uk>

For Trac 0.11
* Ryutaro "Ryuzee" YOSHIBA <webmaster@ryuzee.com>
  http://www.ryuzee.com
