On Nov 10, 2008, at 4:02 AM, Martin S. wrote: > > Hi, > I really like Trac and I'm using it for my Open Source projects as > well as to organize my PhD. > > However I also would like to use the TracWiki for my private website, > i.e. a Trac installation without anything except the wiki which should > be only changeable by me after I logged in. > > I already disabled this ticket and timeline system using: > trac.ticket.* = disabled > trac.timeline.* = disabled > and was planning to use either the MenusPlugin or the NavAddPlugin to > customize the menu bar, but > I also like to hide the fact that a wiki is used as much as possible, > i.e. remove the 'wiki' on the navbar and if possible from the URL and > remove the small top nav bar with 'Settings', 'About Trac', etc. > Can anyone tell me how to do this. > > Any further general tip about this would be also very appreciated/
Look in the theme.html template. Copy that to you env's templates/ folder and then customize it. --Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
