タグ

webとRSSに関するsyqueのブックマーク (4)

  • Tiny Tiny RSS - WikiStart - Tiny Tiny RSS

    Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible. Please read this before reporting bugs or submitting patches Other projects on this site: Tiny Tiny IRC, Tiny Tiny Gallery Features¶ Server-side application, user only needs a web browser Supports RSS, RDF

  • RSS フィードから必要の無い記事を様々な条件でフィルタリングして再配信させるコード

    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 <?php $feedUrl = 'http://example.com/feed'; $feedTitle = 'Sample feed'; $feedDescription = 'This is a sample feed.'; $rss = simplexml_load_file($feedUrl); $rss = get_object_vars($rss); foreach($rss['item'] as $key => $item) { if(preg_match('/iPhone/', $item->title)) unset($rss['item'][$key]); } ?> <?php echo '<?xml

    syque
    syque 2011/08/18
    RSS フィードから様々な条件で記事を除外して自分が必要とするものだけを受信するコードです。私が個人で使うために簡単に作ったものなので、その都度更新していきますが、正しく動作するかなどはあまり検証していま
  • 一足早く「Plagger」の便利さを実感してみよう − @IT

    2006年初頭から「Plagger」という技術が、一部で話題になりました。まだまだ知名度が低い「Plagger」ですが、便利でカスタマイズ性が高いものなので、2007年では爆発的に流行するかもしれません。豊富なプラグインを自在に組み合わせ、欲しい情報を収集し、加工して出力するPlaggerの仕組みや使い方を紹介します。 1. 何でもできる? Plaggerの正体に迫る 今回は話題のPlagger(プラガー)を取り上げます。 この連載を読んでいる読者の皆さんは、ネットワーク技術や知識に興味を持っている人が多いでしょうから、「Plagger」という単語は一度は耳にしたことがあるでしょう。しかし、Plaggerという言葉を聞いたことはあっても、いったいどんなものかピンと来ない人もいるかもしれません。今回はPlaggerがどういった働きをするか? その動きの仕組みなどを中心に紹介していきます。 ●

    一足早く「Plagger」の便利さを実感してみよう − @IT
    syque
    syque 2010/11/10
    Plagger ことはじめ。Plagger の概要とインストール、動作方法の説明
  • TechCrunch | Startup and Technology News

    Yellow, an asset financier for solar energy and digital devices in Africa has raised $14 million series B funding in a round led by Convergence Partners with participation from the Energy Entrepreneur Fisker, the electric carmaker founded by the Danish auto designer Henrik Fisker, is gearing up to enter the Chinese market where competition is increasingly cut-throat, following in the footsteps of

    TechCrunch | Startup and Technology News
    syque
    syque 2010/09/14
    URL で吹いた | 例えばこのページで「RSSで購読」をクリックすると出てくるのは、平文の RSS フィード。RSS を知らない人はびっくりしてもう押さなくなる
  • 1