Skip to content

Instantly share code, notes, and snippets.

@CH3COOH
Created February 25, 2013 14:21
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 CH3COOH/5030095 to your computer and use it in GitHub Desktop.
Save CH3COOH/5030095 to your computer and use it in GitHub Desktop.
ブログまとめ読みビューアを作っているのですが、ここでピックアップしている以外で読みたい・読んでもらいたいブログがあったら教えてください!
list.Add(new SiteInfo(1, PublisherTypes.ShortStory, "SS宝庫", PublishTypes.RDF, "http://minnanohimatubushi.2chblog.jp/index.rdf", true));
list.Add(new SiteInfo(2, PublisherTypes.ShortStory, "インバリアント -SSまとめサイト-", PublishTypes.RDF, "http://feed.rssad.jp/rss/fc2/invariant0.blog130", true));
list.Add(new SiteInfo(3, PublisherTypes.Anime, "お絵かき速報!萌え絵上達法", PublishTypes.RDF, "http://mazikanon.blog102.fc2.com/?xml", true));
list.Add(new SiteInfo(4, PublisherTypes.Sports, "なんJ(まとめては)いかんのか?", PublishTypes.RDF, "http://blog.livedoor.jp/livejupiter2/index.rdf", true));
list.Add(new SiteInfo(5, PublisherTypes.News, "痛いニュース(ノ∀`)", PublishTypes.RDF, "http://blog.livedoor.jp/dqnplus/index.rdf", true));
list.Add(new SiteInfo(6, PublisherTypes.News, "哲学ニュースnwk", PublishTypes.RDF, "http://blog.livedoor.jp/nwknews/index.rdf", true));
list.Add(new SiteInfo(7, PublisherTypes.News, "ハムスター速報", PublishTypes.RDF, "http://hamusoku.com/index.rdf", true));
list.Add(new SiteInfo(8, PublisherTypes.News, "マジキチ速報", PublishTypes.RDF, "http://majikichi.com/index.rdf", true));
list.Add(new SiteInfo(9, PublisherTypes.Anime, "ひまねっと", PublishTypes.RDF, "http://himarin.net/index.rdf", true));
list.Add(new SiteInfo(10, PublisherTypes.Anime, "ろぼ速VIP", PublishTypes.RDF, "http://blog.livedoor.jp/robosoku/index.rdf", true));
list.Add(new SiteInfo(11, PublisherTypes.News, "VIPPERな俺", PublishTypes.RDF, "http://blog.livedoor.jp/news23vip/index.rdf", true));
list.Add(new SiteInfo(12, PublisherTypes.Pictures, "がぞ~速報", PublishTypes.RDF, "http://stalker.livedoor.biz/index.rdf", true));
list.Add(new SiteInfo(13, PublisherTypes.News, "アルファルファモザイク", PublishTypes.RDF, "http://alfalfalfa.com/index.rdf", true));
list.Add(new SiteInfo(14, PublisherTypes.News, "カナ速", PublishTypes.RDF, "http://feeds.fc2.com/fc2/xml?host=kanasoku.blog82", true));
list.Add(new SiteInfo(15, PublisherTypes.News, "キニ速", PublishTypes.RDF, "http://blog.livedoor.jp/kinisoku/index.rdf", true));
list.Add(new SiteInfo(16, PublisherTypes.Anime, "萌えオタニュース速報", PublishTypes.RDF, "http://otanews.livedoor.biz/index.rdf", true));
list.Add(new SiteInfo(17, PublisherTypes.News, "ゴールデンタイムズ", PublishTypes.RDF, "http://blog.livedoor.jp/goldennews/index.rdf", true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment