How to create a page that lists and links to all the pages under a site?

We need create a page that lists and links to all the pages under a site and sort by date. Can someone tell the steps that I need do (the things I need to create) to approaches it?

This should just be an autoindex (using a JCR query) that returns all items in the site.

You can supply an “order by” clause that sorts by date. Of course, you have to specify which date you mean: creation date, publication date, last modify date, etc.

One other thing is that you must have a snippet template that can be used to link to all items on the site. In Fast Forward, the “title line” snippet fulfills this need.

Dave