Your subject mentions CS but the rest of your mail refers to .html, so
I'm going to assume you're talking about Genshi and thus 0.11.
Depending on the customisation you wish to do, you might want to look
at the new Genshi stream filter API in trunk.

Here's an example from the Tags plugin which adds the tags display
when viewing Wiki pages and the tags edit box when editing:

  http://trac-hacks.org/browser/tagsplugin/trunk/tractags/web_ui.py#L68

As for your actual question, if it's not working it probably should.
We should make the local templates directory the first in the Genshi
search path.

Alec

On 8/30/07, Jennifer A. Drummond <[EMAIL PROTECTED]> wrote:
>
> Hi. I'm aware of the maintenance problems involved with hacking on, say,
> ticket.html, but I'd like to try it anyway. Is there a way to customize a
> template at that level per project, so I can play around with it on my
> developmental project without affecting my live Trac instance?
>
> I know I can duplicate items in [codedir]/trac/templates/, like
> history_view.html or error.html, into my [projectdir]/templates/
> directory. What I want to do is duplicate items like
> [codedir]/trac/ticket/templates/ticket.html into a single project so I can
> mess around with them, but so far I can't figure out the right path. I've
> tried:
>
> [projectdir]/templates/ticket.html
> [projectdir]/templates/ticket/ticket.html
> [projectdir]/ticket/templates/ticket.html
> [projectdir]/templates/ticket/templates/ticket.html
>
> Is what I'm trying to do possible? I'd like to avoid installing Trac on a
> whole different server just so I can play around with the core templates.
> Thanks in advance!
>
> =-=-> Jenn Drummond // [EMAIL PROTECTED]
>       Project Developer, Connexions Project (cnx.org)
>       Rice University
>
> >
>


-- 
Evolution: Taking care of those too stupid to take care of themselves.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to