/mostread_action
most read stories of a site

Sourcecode in Site/actions.js:
1:   function mostread_action() {
2:      res.data.title = getMessage("Site.mostReadTitle", {siteTitle: this.title});
3:      res.data.body = this.renderSkinAsString("mostread");
4:      this.renderSkin("page");
5:      return;
6:   }