Currently, /node is the only default node list on the public side of a default install. There is a discussion in the Drupal 7 UX group about adding more "default IA" to Drupal out of the box - http://groups.drupal.org/node/20372.

That is, nodes that aren't promoted to the front page and not added to a menu are lost -- there is no way to navigate or browse them through the public interface, only through Admin > Content.

So, the suggestion is to add (at the very least) something like a default /archive listing which has all published nodes. Similar to /node, except it includes all published node content, regardless of the promoted flag.

Ideally this would be defined as part of default.profile, and might even lead to a listing per content type out of the box.

Comments

geek.geek’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Sounds interesting, but with the "Views" module one can easily create this and more in less than 10 minutes.