Lines Matching refs:articles
187 ' BLOG index page: show recent articles,\r\n',
188 ' today\'s articles, or articles of a specific date.\r\n',
213 ' log.error("Error loading articles: "+str(x))\r\n',
214 ' self.abort("cannot load articles")\r\n',
220 ' #-------------------- TODAY\'S ARTICLES\r\n',
221 ' self.write("<h2>Today\'s articles</h2>")\r\n',
225 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
231 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
233 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n',
236 ' #-------------------- RECENT ARTICLES\r\n',
237 ' self.write("<h2>Recent articles</h2>")\r\n',