palasthotel / chiron

Chiron is an artificial Teacher of Heros and Heroines.
1 stars 1 forks source link

Add import feature for sources #36

Open tkan opened 10 years ago

tkan commented 10 years ago

Add import for sources via OPML or .txt file (new line = new source) to make migration easier.

benthebear commented 10 years ago

Ah. Yeah! Thought about this in between. Do you have an sample for me?

pvorb commented 10 years ago

Here's a sample I've just exported from FeedDemon:

<opml version="1.1">
  <head>
    <title>FeedDemon Subscriptions</title>
    <dateModified>Mon, 24 Feb 2014 16:04:35 GMT</dateModified>
  </head>
  <body>
    <outline text="anmut und demut" title="anmut und demut" type="rss" xmlUrl="http://anmutunddemut.de/rss.xml" htmlUrl="http://anmutunddemut.de/"/>
    <outline text="anmut und demut Kommentare" title="anmut und demut Kommentare" type="rss" xmlUrl="http://anmutunddemut.de/comments/feed" htmlUrl="http://anmutunddemut.de"/>
    <outline text="xkcd.com" title="xkcd.com" type="rss" xmlUrl="http://xkcd.com/atom.xml" htmlUrl="http://xkcd.com/"/>
    <outline text="Geek And Poke" title="Geek And Poke" type="rss" xmlUrl="http://feeds.feedburner.com/GeekAndPoke" htmlUrl="http://geek-and-poke.com/"/>
    <outline text="Chaosradio Express" title="Chaosradio Express" type="rss" xmlUrl="http://feeds.feedburner.com/cre-podcast" htmlUrl="http://cre.fm" category="Technology"/>
    <outline text="ColdHeat" title="ColdHeat" type="rss" xmlUrl="http://www.coldheat.de/feed" htmlUrl="http://www.coldheat.de"/>
    <outline text="DOGHOUSE" title="DOGHOUSE" type="rss" xmlUrl="http://feeds.feedburner.com/thedoghousediaries/feed" htmlUrl="http://thedoghousediaries.com"/>
    <outline text="... ach, nichts." title="... ach, nichts." type="rss" xmlUrl="http://achnichts.cwoehrl.de/?feed=rss2" htmlUrl="http://achnichts.cwoehrl.de"/>
    <outline text="Fefes Blog" title="Fefes Blog" type="rss" xmlUrl="http://blog.fefe.de/rss.xml?html" htmlUrl="http://blog.fefe.de/"/>
    <outline text="stromzufuhr" title="stromzufuhr" type="rss" xmlUrl="http://stromzufuhr.de/feed/" htmlUrl="http://stromzufuhr.de"/>
    <outline text="stromzufuhr: Kommentare" title="stromzufuhr: Kommentare" type="rss" xmlUrl="http://stromzufuhr.de/comments/feed/" htmlUrl="http://stromzufuhr.de"/>
    <outline text="Extra 3 Blog" title="Extra 3 Blog" type="rss" xmlUrl="http://extra3.blog.ndr.de/feed/" htmlUrl="http://extra3.blog.ndr.de"/>
  </body>
</opml>
benthebear commented 10 years ago

Sweet, thanks a lot. That's a goog Idea to store the htmlURL als well. I already thought about that.