Hi, I am using Trac 0.11.2.1 with multiple projects implemented via Apache, mod_python, and dispatching the projects in Apache based on Location.
I am trying to implement the Project List page discussed at http://trac.edgewall.org/wiki/TracInterfaceCustomization#ProjectList, and failing. I don't understand the documention for that very well, but it seems to offer something I wish to provide, a page describing to the users all of the Trac Projects on the server. But I really don't understand the documentation. When it says: "You can use a custom Genshi template to display the list of projects if you are using Trac with multiple projects. The following is the basic template used by Trac to display a list of links to the projects. For projects that could not be loaded it displays an error message." Since trac doesn't, out of the box support multiple projects, which multiple project support mechanism is this paragraph referring to? So for example, in the index template that follows, where does the value of the variable "projects" come from? And then... What should the name of this template be? On my server I have /var/www/trac as the parent directory of all my trac installations which are installed at /var/www/trac/ trac_instance_n. I tried placing this index template at /var/www/trac and using PythonOption TracEnvIndexTemplate to point to it, but that seems to do diddly. And to be dumb, I can see just a few places where the value of TracEnvIndexTemplate OR environ['trac.env_index_template'] is used (/ web/main.py and /web/modpython_frontend.py) and neither seem to be used to serve pages. So is this useful in Trac 0.11? And if so, how do I use it? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
