I'm managing a project using trac. I have structured pages hierarchically and they look as this excerpt from TitleIndex shows:
0.9
0.9 (this is a page)
Xyz
0.9/XyzFaq (this is a page)
0.9/XyzReleaseNotes (this is a page)
0.9/XyzRoadmap (this is a page)
The page called 0.9
contains this markup:
= Xyz version 0.9 main page =
Status: DEVELOPMENT
[[TitleIndex(0.9)]]
I'd like that subpages would inherit project development status from their parent. Is there a way to do this?
Thanks