On Thu, Mar 19, 2009 at 9:00 AM, renderedlife <[email protected]> wrote:
>
> Hi All,
>

Hi ...

> I'm trying to use the TocMacro on various pages of our Trac Wiki.
>

Yes ... TocMacro is great ... ;)

> I would like to build the following structure for our wiki:
>
> /wiki/InternalProcedures
> /wiki/ReseachDevelopment
> /wiki/DesignSpecifications
>
> Under "DesignSpecifications", i would like to build:
>
> /DesignSpecifications/SpecifcationOne
> /DesignSpecifcations/SpecifcationTwo ..
> etc.
>
> Question 1: How do i build that structure on the wiki?
>

Perhaps my answer is a little bit naïve (... if so maybe that means
that I 'm missing something ... :-S ...) but AFAIK accessing addrs
like the following :

http://<host>/path/to/env/wiki/InternalProcedures?action=edit
http://<host>/path/to/env/wiki/ReseachDevelopment?action=edit
http://<host>/path/to/env/wiki/DesignSpecifications?action=edit
http://<host>/path/to/env/DesignSpecifications/SpecifcationOne?action=edit
http://<host>/path/to/env/DesignSpecifcations/SpecifcationTwo?action=edit

will show you a 'create wiki page' button ...

> Question 2: How do i use the TocMacro "sectionindex" so that when you
> land on /DesignSpecifications, you see all children headers within
> that section?
>

If you'r talking about listing ...

/DesignSpecifications/SpecifcationOne
/DesignSpecifcations/SpecifcationTwo

... somewhere (using WikiFormatting ;) then IMHO TocMacro is not what
u need (... it lists the headings inside your page ...) but TitleIndex
macro instead (... lists wiki pages ...) ... that would be something
like :

{{{
TitleIndex(DesignSpecifications, format=group, depth=<number>)
}}}

... however, AFAIK this doesnt show the 'title' of the page (... I
mean the text inside the topmost <H1>  ...). At least I dont know how
to specify the contents of <title> tag for wiki pages ... (is this
possible???).

BTW ... It'd be VERY NICE to be able to specify titles for wiki pages
and see them while using TitleIndex macro ...

-- 
Regards,

Olemis.

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

Featured article:
Avanza el Clásico de Baseball ... entre records y sorpresas

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