[Trac] Skinning Trac and htdocs

2010-11-08 Thread jwir3
Hello Everyone:

I have a trac setup with multiple projects.  As part of this, I would
like to have each of these sites have a different theme (mostly
because they are completely separate projects).  I actually have two
questions:

1) Is there a good site that I can go to that will give me a good
tutorial on how to skin trac?  I found this one using google:
http://oubiwann.blogspot.com/2007/01/how-to-skin-trac.html but it
seems somewhat useless, just listing what needs to be changed.  I was
looking for something more like a tutorial.

2) I'm a little confused about how htdocs is used.  Each of the
projects that I use actually utilizes the binaries in /usr/share/
trac/, and they each have an inherit statement in their local
configuration file to inherit the settings in /usr/share/trac/conf/
trac.ini.  But, they all seem to be using /usr/share/trac/htdocs.  Is
this desirable?  I would like to have each one utilize their own local
htdocs directory, but every time I change the configuration option for
where the htdocs directory is located, even if I have copied the
directory from /usr/share/trac/htdocs/common to /var/www/
www.website.com/trac/local_project/htdocs/, it comes up basically
unrendered (all I see is text - no graphics or layout).

Thoughts on how I can overcome these issues?

Thanks,

~Scott

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Skinning Trac and htdocs

2010-11-08 Thread Olemis Lang
On Sat, Nov 6, 2010 at 12:59 PM, jwir3 jayw...@gmail.com wrote:
 Hello Everyone:


:o)

 I have a trac setup with multiple projects.  As part of this, I would
 like to have each of these sites have a different theme (mostly
 because they are completely separate projects).  I actually have two
 questions:

 1) Is there a good site that I can go to that will give me a good
 tutorial on how to skin trac?

[...]

In the meantime here you have a concise tutorial :

  - Install TracThemeEngine
  - Check out TracExampleTheme @ TH.org and
 modify CSS at will (more complex themes may need
 further code, e.g. TracMacOSTheme).
  - Compile  build
  - Install theme globally or in your Trac env
  - Browse to theme admin page, select a theme
 and set it as default.

 2) I'm a little confused about how htdocs is used.

[...]
 Thoughts on how I can overcome these issues?


Read above . For further questions just ask .

-- 
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 trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.