Skip to content

Instantly share code, notes, and snippets.

@tsekityam
Created October 18, 2016 14:01
Show Gist options
  • Save tsekityam/389932ecc50a2d0fe56bdfe4e3c3f36b to your computer and use it in GitHub Desktop.
Save tsekityam/389932ecc50a2d0fe56bdfe4e3c3f36b to your computer and use it in GitHub Desktop.
A simple opml template for adding new feed to AOL Reader
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>AOL Reader add feed helper</title>
</head>
<body>
<outline type="rss" text="NYT > Home Page" title="NYT > Home Page" xmlUrl="http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" htmlUrl="http://www.nytimes.com/pages/index.html?partner=rss&emc=rss"/>
</body>
</opml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment