Back to Reddit

${_("Private RSS feeds")}

r2/r2/templates/preffeeds.html

latest4.0 KB
Original Source

${_("Private RSS feeds")}

${unsafe(safemarkdown(_("On this page are links to private RSS feeds so that you can get listings of your content (personalized front page, message panel, saved listing, etc.) without having to deal with cookies or other auth.")))} ${unsafe(safemarkdown(_("Keep in mind that these urls are intended to be private, so **share at your own risk.**")))} ${unsafe(safemarkdown(_("All feeds are invalidated if you change your password, however.")))} <%def name="feedbuttons(path)"> <% domain = get_domain(subreddit = False) scheme = "https" if feature.is_enabled("force_https") else "http" %> RSSJSON %def>

| private listings | <%self:feedbuttons path="/">%self:feedbuttons> ${_("your front page")}
<%self:feedbuttons path="/saved">%self:feedbuttons> ${_("your saved links")} | | private profile pages | <%self:feedbuttons path="/user/${c.user.name}/upvoted">%self:feedbuttons> ${_("links you've upvoted")}
<%self:feedbuttons path="/user/${c.user.name}/downvoted">%self:feedbuttons> ${_("links you've downvoted")}
<%self:feedbuttons path="/user/${c.user.name}/hidden">%self:feedbuttons> ${_("links you've hidden")} | | your inbox | <%self:feedbuttons path="/message/inbox/">%self:feedbuttons> ${_("everything")}
<%self:feedbuttons path="/message/unread/">%self:feedbuttons> ${_("unread messages")}
<%self:feedbuttons path="/message/messages/">%self:feedbuttons> ${_("messages only")}
<%self:feedbuttons path="/message/comments/">%self:feedbuttons> ${_("comment replies only")}
<%self:feedbuttons path="/message/selfreply">%self:feedbuttons> ${_("self-post replies only")}
<%self:feedbuttons path="/message/mentions">%self:feedbuttons> ${_("mentions of your username only")} | %if c.user.is_moderator_somewhere: | your moderator inbox | <%self:feedbuttons path="/message/moderator/inbox/">%self:feedbuttons> ${_("everything")}
<%self:feedbuttons path="/message/moderator/unread/">%self:feedbuttons> ${_("unread messages")} | | moderator listings | <%self:feedbuttons path="/r/mod/about/modqueue/">%self:feedbuttons> ${_("modqueue")}
<%self:feedbuttons path="/r/mod/about/reports/">%self:feedbuttons> ${_("reports")}
<%self:feedbuttons path="/r/mod/about/spam/">%self:feedbuttons> ${_("spam")}
<%self:feedbuttons path="/r/mod/about/edited/">%self:feedbuttons> ${_("edited")}
<%self:feedbuttons path="/r/mod/about/log/">%self:feedbuttons> ${_("moderation log")}
<%self:feedbuttons path="/r/mod/about/unmoderated/">%self:feedbuttons> ${_("unmoderated posts")} | %endif