return RssChannel(
title = "Recently Edited Factbooks | The Hour of Decision",
- link = MainDomainName,
- description = "An RSS feed containing all factbooks in The Hour of Decision, in order of most recently edited.",
+ link = "$MainDomainName/edits.rss",
+ description = "All factbooks in The Hour of Decision, in order of most recently edited.",
pubDate = mostRecentChange,
lastBuildDate = mostRecentChange,
ttl = 30,
return RssChannel(
title = "Recent Comments - Error | The Hour of Decision",
- link = "$MainDomainName/comment/recent",
+ link = "$MainDomainName/comments.rss",
description = "Comment limit must be between ${validLimits.first} and ${validLimits.last}, got $limit",
pubDate = null,
lastBuildDate = Instant.now(),
return RssChannel(
title = "Recent Comments | The Hour of Decision",
- link = "$MainDomainName/comment/recent",
- description = "An RSS feed containing the $limit most recently-submitted comments",
+ link = "$MainDomainName/comments.rss",
+ description = "The $limit most recently-submitted comments",
pubDate = mostRecentComment,
lastBuildDate = mostRecentComment,
ttl = 60,