vote up 2 vote down star

I create some documentation in the Trac wiki. I set these pages to all start with the same pattern (like "MyDoc..."). I want to retrieve from Trac all the wiki page links for the pages starting with this pattern.

Is there a way to do so ?

flag

2 Answers

vote up 4 vote down check

Just use the [[TitleIndex]] macro. See documentation. In your example it should be:

[[TitleIndex(MyDoc)]]
link|flag
Thanks mate. – subtenante Jun 26 at 7:12
vote up 0 vote down

How I did it : GET the wiki/TitleIndex page, look for each <a href="..."/>, analyze the content of href attribute and if matching my pattern, add the link to the list.

link|flag
Seems like you could do this much easier using the TitleIndex macro. If you did that, you wouldn't need to match the patten, because TitleIndex macro does that for you. I presume you are trying to get the list in html for use outside of Trac? – RjOllos Nov 14 at 8:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.