开发者

Multiple Trac projects

I'm building an integrated system where I am using Trac for wiki support running on apache w开发者_如何学运维ebserver 2.2 with mod_wsgi.

I had this idea to have a folder structure that is not \Trac\Project but something a little more complex. I want my filesystem structure to be like:

-Trac  
 -SomeContext  
  -...  
   -Project1  
   -Project2    
 -SomeOtherContext  
  -...  
   -Project1  
   -Project2  

I would like to access them with the url matching their filesystem location

(ie: site.com\trac\SomeContext...\Project1)

From what i understand about trac only the folders in \Trac\ are searched with no depth other than the root.

How can i solve this problem?


See recipes in 'http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac' for ideas of how to do that.


You can apply little modification is trac source code.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜