Login  Register
Customized macros
Search macros
View logs

atom_topics_by_date

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "atom_topics_by_date".
... in feeds.naml
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<macro name="atom_topics_by_date" requires="servlet" unindent="true">
    <n.node_page.>
        <n.app_caching/>
        <n.page_node.as_atom_feeds.>
            <n.page_node.topics_list.
                start="0"
                length="[n.atom_length/]"
                sort="last-node-date"
            >
                <n.loop.current_node.as_atom_entry/>
            </n.page_node.topics_list.>
        </n.page_node.as_atom_feeds.>
    </n.node_page.>
</macro>