mmh, I thought genshi is used to replace themes.. I'll try to get genshi to work. If I fail, I'll try the ThemeEnginePlugin. Although there's only a 0.11 version of it. Genshi looks very promising, maybe I'm missing a prequisite or something. On the other hand trac wouldn't be running if genshi is missing because it's using it I think.
On 6 Okt., 15:12, Olemis Lang <[email protected]> wrote: > On Wed, Oct 6, 2010 at 7:29 AM, chris2k <[email protected]> wrote: > > I'm trying to customize the trac layout using genshi (http:// > > trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance). > > I've created a site.html file inside of the template directory of my > > trac environment and pasted the example markup with my changes, but > > the changes are not visible. The site.html seems not to be used. I've > > also tried restarting apache with no visible changes to the layout. > > Templates directory and site.html have full rights for the apache > > process. > > Using trac 0.12 > > In 0.11 the recommended way to do this is by using ThemeEnginePlugin . > I reaaly don't know if it works with 0.12 , but I suppose it should > ??? > > If you don't want to start from scratch , TracExampleTheme provides a > barely minimal example of what needs to be done to implement a theme . > So that may be a good place to start (you can override html layout , > css , ...) . See existing plugins for more complex CSS and layouts . > > -- > Regards, > > Olemis. > > Blog ES:http://simelo-es.blogspot.com/ > Blog EN:http://simelo-en.blogspot.com/ > > Featured article: -- 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.
