[Radiant] Site Map
Alexander Baranov
meskalito at gmail.com
Mon Aug 6 07:33:41 CDT 2007
Hi guys,
I got a need to display a site map of a radiant-driven website.
Just not to re-invent the wheel. May be someone has already written custom
tag like..:
<r:site_map start="/services" />
and it would generate html list, like this one:
<ul>
<li><a href="/services">Services</a></li>
<ul>
<li><a href="/services/rocket">rocket launch</a></li>
<li><a href="/services/mission">private mission to the Mars</a></li>
</ul>
</ul>
or textile
* "Services":/services
** "Rocket launch":/services/rocket
** "Private mission to the Mars":/services/mission
* ..etc..
This could be useful for generation both site maps and navigation menus.
Thanks in advance for any help and suggestions
-Alex
More information about the Radiant
mailing list