Callaghan, Matt wrote:
currently, the directory structure is:
/usr/trac/project1/wiki-macros, /usr/trac/project2/wiki-macros, etc.

Since that /usr/trac/wiki-marcros directory does not exist...can i create 
it..and it would work?..../usr/trac/wiki-macros ?

Are you using multiple instances of trac? ie, have you installed the trac package multiple times? If you only have one installation of the trac package, and then multiple projects, then you can use the global wiki-macros directory. My setup looks like the following:

/usr/lib/python2.4/site-packages/trac <- actual python code
/usr/share/trac <- global templates, images, etc.
/usr/share/trac/wiki-macros <- global macro dir

/var/projects/project1 <- individual trac projects
/var/projects/project2
etc.

Any macros that I install in /usr/share/trac/wiki-macros are available to all of my projects. If I only want a specific project to have a macro, I then put it in: /var/projects/project1/wiki-macros, etc.

-John
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to