/robots_txt_action
robots.txt action

Sourcecode in Site/actions.js:
1:   function robots_txt_action() {
2:      res.contentType = "text/plain";
3:      this.renderSkin("robots");
4:      return;
5:   }