[Trac] Re: Changing the look of the projects page

2009-09-16 Thread mingjing ding
I think you could just:
 1. rename your css file to style.css and place it at $YOUR_PROJECT/htdocs
dir
 2. overwrite the site.html in $YOUR_PROJECT/templates dir with this:
http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance

On Wed, Sep 16, 2009 at 3:50 AM, rupert.thurner rupert.thur...@gmail.comwrote:


 On Sep 3, 8:02 pm, Olemis Lang ole...@gmail.com wrote:
  On Thu, Sep 3, 2009 at 11:42 AM, Peter
 
  O'Connellpeter.oconn...@solutionspt.com wrote:
 
   I’ve been looking through the documentation to see where I can place a
  stylesheetfor this page to be made a little more easy on the eye, all my
   attempts have resulted in a 404 on the style sheet – does anyone have
 any
   advice on where mystylesheetcan be placed?
 
  - Use the HTTP server directly (varies according to the server)
  - Including it as a resource in a particular project

 i was reading http://trac.edgewall.org/wiki/TracInterfaceCustomization
 and wondering where this directory might be: ${href.chrome('site/
 style.css')} attribute references template placed into environment's
 htdocs/

 rupert.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@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
-~--~~~~--~~--~--~---



[Trac] Re: Changing the look of the projects page

2009-09-15 Thread rupert.thurner

On Sep 3, 8:02 pm, Olemis Lang ole...@gmail.com wrote:
 On Thu, Sep 3, 2009 at 11:42 AM, Peter

 O'Connellpeter.oconn...@solutionspt.com wrote:

  I’ve been looking through the documentation to see where I can place a
 stylesheetfor this page to be made a little more easy on the eye, all my
  attempts have resulted in a 404 on the style sheet – does anyone have any
  advice on where mystylesheetcan be placed?

 - Use the HTTP server directly (varies according to the server)
 - Including it as a resource in a particular project

i was reading http://trac.edgewall.org/wiki/TracInterfaceCustomization
and wondering where this directory might be: ${href.chrome('site/
style.css')} attribute references template placed into environment's
htdocs/

rupert.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@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
-~--~~~~--~~--~--~---



[Trac] Re: Changing the look of the projects page

2009-09-03 Thread Olemis Lang

On Thu, Sep 3, 2009 at 11:42 AM, Peter
O'Connellpeter.oconn...@solutionspt.com wrote:

 I’ve been looking through the documentation to see where I can place a
 stylesheet for this page to be made a little more easy on the eye, all my
 attempts have resulted in a 404 on the style sheet – does anyone have any
 advice on where my stylesheet can be placed?


- Use the HTTP server directly (varies according to the server)
- Including it as a resource in a particular project

-- 
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-users@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
-~--~~~~--~~--~--~---



[Trac] Re: Changing the look of the projects page

2009-09-03 Thread yoheeb


On Sep 3, 6:02 pm, Olemis Lang ole...@gmail.com wrote:
 On Thu, Sep 3, 2009 at 11:42 AM, Peter

 O'Connellpeter.oconn...@solutionspt.com wrote:

  I’ve been looking through the documentation to see where I can place a
  stylesheet for this page to be made a little more easy on the eye, all my
  attempts have resulted in a 404 on the style sheet – does anyone have any
  advice on where my stylesheet can be placed?

 - Use the HTTP server directly (varies according to the server)
 - Including it as a resource in a particular project

 --
 Regards,

 Olemis.

 Blog ES:http://simelo-es.blogspot.com/
 Blog EN:http://simelo-en.blogspot.com/

 Featured article:

I am going to assume you read 
http://trac.edgewall.org/wiki/TracInterfaceCustomization#ProjectList
[1]

here is a sample genshi template someone posted somewhere,
sometime...sorry, I can't remember, which I use configured per my
setup as instructed in [1]:
it puts each project in a box  I have no idea how it really works, as
i would rather eat paste than learn to truly understand .css (sorry,
firmware guy, mouseless browsing and all)

[code]
!DOCTYPE HTML PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
html xmlns=http://www.w3.org/1999/xhtml;
  xmlns:py=http://genshi.edgewall.org/;
  xmlns:xi=http://www.w3.org/2001/XInclude;
head
  meta http-equiv=content-type content=text/html; charset=UTF-8/
meta
  titleWINDOW TITLE OF CHOICE/title
  link rel=shortcut icon href=favicon.ico type=image/x-icon/
link
  link rel=icon href=favicon.ico type=image/x-icon/link
/head
body
  div id=banner
div id=header
/div
div id=search /div
  /div
div id=main
  div id=content
div id=ctxtnav class=nav
  hr/hr
/div
centerh1PAGE HEADING OF CHOICE/h1/center
ul
  li py:for=project in projects
  py:choose=
  style=float:left;
 border:1px solid black;
 padding:2em;
 margin:1em;
 list-style-type:none
a py:when=project.href
   href=$project.href
   title=$project.description$project.name/a:
ul
li
  a href=$project.href/timeline
 title=TimelineTimeline/a
/li
li
a href=$project.href/report
   title=TimelineTickets/a
/li
li
a href=$project.href/roadmap
   title=TimelineRoadmap/a
/li
li
a href=$project.href/browser
   title=TimelineSource Code/a
/li
li
a href=$project.href/search
   title=TimelineSearch/a
/li
li
a href=$project.href/admin
   title=TimelineAdministration/abr/br
/li
/ul
  /li
/ul
  /div
/div
div id=footer/
/body
/html
[/code]


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@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
-~--~~~~--~~--~--~---