I'm on Windows and running my Trac server via IIS. I have Python installed in D:\Python25.
When I launch a browser and navigate to my Trac project home page it looks like Javascrip, images and CSS files are being loaded from D: \Python25\Lib\site-packages\trac\htdocs. Is there a simple way to redirect my Trac project to use a different htdocs folder? I've looked on the Trac Wiki and seen discussion of templates - is that the only way to do this? Use the template method, it looks like I have to write Python-like code to customise the template. Can't I just point the project at my own copy of trac.css, say, and then tinker with the layout in there? Cheers Ben -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
