Check out the following links https://trac-hacks.org/wiki/ThemeEnginePlugin
and https://trac-hacks.org/wiki/TracExampleTheme If you install the first one you can use the second one as a starting point to create your own theme. If you over-write the default trac layout files when you update trac the changes might be lost. Using a plugin theme ensure they won't be. ~Rowan On Dec 31 2009, 6:41 am, Luigi Castro Cardeles <[email protected]> wrote: > Hello list, > > my question may look strange but i will try to explain that. If you > don't understand, i will try to rewrite that how many times is > needed. :) > > I have create a clean enviroment using trac-admin MyProject initenv. > Doing that, i use the default configuration for templates (/usr/lib/ > python2.6/site-packages/trac/templates/ on my s.o.). Inside that > folder are many html files. > > After i use trac-admin MyProject initenv, i see that wiki pages are > imported and they are inside the db. But i don't known where are the > html, css, images etc. Where they are? > > I am asking that because i want to modify that without modify > sites.html on htdocs folder. > > i was thinking that trac always use the template files to render pages > but if i modify the index.html (add a image or table), i don't see any > modification on the MyProject page, only if i added this image or > table on sites.html. > > I already search on trac website, google and on list history but can't > find nothing. > > Thanks for any help. Best Regard's > Luigi -- 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.
