Skip to content

Instantly share code, notes, and snippets.

@justin-vanwinkle
Last active October 26, 2017 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justin-vanwinkle/2a8895bfeee6663a7f68dd018eb99b0a to your computer and use it in GitHub Desktop.
Save justin-vanwinkle/2a8895bfeee6663a7f68dd018eb99b0a to your computer and use it in GitHub Desktop.
My news sources packed into an OPML. RSS readers use this format to pull from each individual source contained within.
<opml version="1.0">
<head>
<title>Justin VanWinkle Essential News</title>
</head>
<body>
<outline text="Hacker News" title="Hacker News" type="rss" xmlUrl="http://news.ycombinator.com/rss" htmlUrl="https://news.ycombinator.com/"/>
<outline text="Medium - Editor' Picks" title="Medium - Editor' Picks" type="rss" xmlUrl="https://medium.com/feed/frontpage-picks" htmlUrl="https://medium.com/editors-picks"/>
<outline text="Medium - Entrepreneurship" title="Medium - Entrepreneurship" type="rss" xmlUrl="https://medium.com/feed/topic/entrepreneurship" htmlUrl="https://medium.com/topic/entrepreneurship"/>
<outline text="Medium - Business" title="Medium - Business" type="rss" xmlUrl="https://medium.com/feed/topic/entrepreneurship" htmlUrl="https://medium.com/topic/entrepreneurship"/>
<outline text="Designer News" title="Designer News" type="rss" xmlUrl="https://www.designernews.co/?format=rss" htmlUrl="https://www.designernews.co"/>
<outline text="Product Hunt" title="Product Hunt" type="rss" xmlUrl="https://www.producthunt.com/feed" htmlUrl="http://www.producthunt.com"/>
<outline text="Reddit /r/all" title="Reddit /r/all" type="rss" xmlUrl="https://www.reddit.com/r/all/.rss" htmlUrl="https://www.reddit.com/r/all/"/>
<outline text="Slashdot" title="Slashdot" type="rss" xmlUrl="http://rss.slashdot.org/slashdot/slashdotMain?format=xml" htmlUrl="http://slashdot.org/"/>
<outline text="Readablity Top Reads" title="Readablity Top Reads" type="rss" xmlUrl="https://readability.com/topreads/feed" htmlUrl="https://readability.com/topreads/"/>
<outline text="Digg" title="Digg Top" type="rss" xmlUrl="http://digg.com/rss/top.rss" htmlUrl="https://digg.com"/>
</body>
</opml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment