Created
October 18, 2016 14:01
-
-
Save tsekityam/389932ecc50a2d0fe56bdfe4e3c3f36b to your computer and use it in GitHub Desktop.
A simple opml template for adding new feed to AOL Reader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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