Lines Matching refs:articles
220 ' BLOG index page: show recent articles,\r\n',
221 ' today\'s articles, or articles of a specific date.\r\n',
246 ' log.error("Error loading articles: "+str(x))\r\n',
247 ' self.abort("cannot load articles")\r\n',
253 ' #-------------------- TODAY\'S ARTICLES\r\n',
254 ' self.write("<h2>Today\'s articles</h2>")\r\n',
258 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
264 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
266 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n',
269 ' #-------------------- RECENT ARTICLES\r\n',
270 ' self.write("<h2>Recent articles</h2>")\r\n',