View Single Post
  #15  
Old 07-28-2007, 04:24 PM
Evan Evan is offline
Senior Member
 
Join Date: Jun 2004
Location: startupping
Posts: 14,351
Default Re: Daily Reading suggestions/ideas/criticism

[ QUOTE ]
Evan, just wanted to say that I added your collection of feeds to my Google reader and I enjoy your pick of blogs/sources as a nice addition to my daily reading.

[/ QUOTE ]
In case anyone else wants to do this, here's the opml text that you can load right into Google Reader (and other readers).

Copy the next below into a text editor (notepad, for instance) and save it as an xml file. You can then import that file into your feed reader. WARNING, this may or may not affect the feeds you have in place. To be safe, you might want to export your existing opml and then edit that file by adding the relevant text here (everything in "outline" tags, including the tags themselves).

<font class="small">Code:</font><hr /><pre>
&lt;opml version="1.0"&gt;
&lt;head&gt;
&lt;title&gt;Evan subscriptions in Google Reader&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;outline title="tech" text="tech"&gt;
&lt;outline text="37 Signals" title="37 Signals" type="rss"
xmlUrl="http://feeds.feedburner.com/37signals/beMH" htmlUrl="http://www.37signals.com/svn/posts"/&gt;
&lt;outline text="CrunchGear" title="CrunchGear" type="rss"
xmlUrl="http://feeds.feedburner.com/crunchgear" htmlUrl="http://crunchgear.com"/&gt;
&lt;outline text="GigaOM" title="GigaOM" type="rss"
xmlUrl="http://gigaom.com/feed/" htmlUrl="http://gigaom.com"/&gt;
&lt;outline text="Lifehacker" title="Lifehacker" type="rss"
xmlUrl="http://lifehacker.com/index.xml" htmlUrl="http://lifehacker.com"/&gt;
&lt;outline text="TechCrunch" title="TechCrunch" type="rss"
xmlUrl="http://feeds.feedburner.com/TechCrunch" htmlUrl="http://www.techcrunch.com"/&gt;
&lt;/outline&gt;
&lt;outline title="business" text="business"&gt;
&lt;outline text="Ask The VC" title="Ask The VC" type="rss"
xmlUrl="http://feeds.feedburner.com/askthevc" htmlUrl="http://www.askthevc.com/"/&gt;
&lt;outline text="Brad Feld" title="Brad Feld" type="rss"
xmlUrl="http://feeds.feedburner.com/FeldThoughts" htmlUrl="http://www.feld.com/blog/"/&gt;
&lt;outline text="Dick Costolo" title="Dick Costolo" type="rss"
xmlUrl="http://feeds.feedburner.com/askthewizard" htmlUrl="http://www.burningdoor.com/askthewizard/"/&gt;
&lt;outline text="Found+READ" title="Found+READ" type="rss"
xmlUrl="http://www.foundread.com/rss.xml" htmlUrl="http://www.foundread.com/"/&gt;
&lt;outline text="Fred Wilson" title="Fred Wilson" type="rss"
xmlUrl="http://feeds.feedburner.com/AVc?format=xml" htmlUrl="http://avc.blogs.com/a_vc/"/&gt;
&lt;outline text="Guy Kawasaki" title="Guy Kawasaki" type="rss"
xmlUrl="http://feeds.feedburner.com/guykawasaki/Gypm" htmlUrl="http://blog.guykawasaki.com/"/&gt;
&lt;outline text="Josh Kopelman" title="Josh Kopelman"
type="rss" xmlUrl="http://feeds.feedburner.com/redeyevc" htmlUrl="http://redeye.firstround.com/"/&gt;
&lt;outline text="Marc Andreessen" title="Marc Andreessen"
type="rss" xmlUrl="http://blog.pmarca.com/atom.xml" htmlUrl="http://blog.pmarca.com/"/&gt;
&lt;outline text="Mark Cuban" title="Mark Cuban" type="rss"
xmlUrl="http://www.blogmaverick.com/rss.xml" htmlUrl="http://www.blogmaverick.com"/&gt;
&lt;outline text="Paul Kedrosky" title="Paul Kedrosky"
type="rss" xmlUrl="http://paul.kedrosky.com/index.rdf" htmlUrl="http://paul.kedrosky.com/"/&gt;
&lt;outline text="Startupping Blog" title="Startupping Blog"
type="rss"
xmlUrl="http://feeds.feedburner.com/startupping" htmlUrl="http://www.startupping.com"/&gt;
&lt;outline text="Valleywag" title="Valleywag" type="rss"
xmlUrl="http://valleywag.com/index.xml" htmlUrl="http://valleywag.com"/&gt;
&lt;outline text="VC Confidential" title="VC Confidential"
type="rss"
xmlUrl="http://feeds.feedburner.com/vcconfidential" htmlUrl="http://www.vcconfidential.com/"/&gt;
&lt;outline text="Venture Hacks" title="Venture Hacks"
type="rss"
xmlUrl="http://feeds.venturehacks.com/venturehacks" htmlUrl="http://www.venturehacks.com"/&gt;
&lt;outline text="VentureBeat" title="VentureBeat" type="rss"
xmlUrl="http://venturebeat.com/?feed=rss" htmlUrl="http://venturebeat.com"/&gt;
&lt;outline text="VentureBlog" title="VentureBlog" type="rss"
xmlUrl="http://feeds.feedburner.com/ventureblog" htmlUrl="http://p6.hostingprod.com/@www.ventureblog.com/"/&gt;
&lt;/outline&gt;
&lt;/body&gt;
&lt;/opml&gt;
</pre><hr />
Reply With Quote