Skip to topic | Skip to bottom

Perry-Thistle.net

P-TWiki > Family > OurVeryOwnPortal > BuzzTracker

Family Web | Studios Web | Piano Web
Family
Family.BuzzTrackerr1.2 - 11 Jul 2005 - 20:33 - NatePerryThistletopic end

Start of topic | Skip to actions

Buzztracker: World News, Mapped

"Buzztracker tries to show you how interconnected the world is."

Other RSS Feeds

OurSite | OurVeryOwnPortal | GovTrack

BuzzTracker | DisasterEvents | GreatNewsNetwork

GoogleNews | IndyMedia | TheNews | CurrentEvents

CaliforniaWeather | EarthQuakes | NationalHurricaneCenter | SpaceWeather

InternetStormCenter | MozillaBits | SecurityFocus | UnitedStatesCERT

Buzztracker - World News Mapped

Top Ten Locations for 2008-12-04

  • Delhi (07%)
  • Gaza (06%)
  • Washington (05%)
  • New Delhi (04%)
  • Islamabad (04%)
  • New York (04%)
  • Shanghai (04%)
  • Beijing (03%)
  • Seattle (02%)
  • London (02%)


  • CMP Announcement: Hitotoki: A narrative map of cityspace launches.



    Buzztracker (c) 2007 - Craig Mod & Chin Music Press


    Top Ten Locations for 2008-12-03

  • Washington (07%)
  • Gaza (06%)
  • Beijing (05%)
  • New York (05%)
  • Delhi (05%)
  • Bangkok (04%)
  • London (03%)
  • New Delhi (03%)
  • Shanghai (03%)
  • Hong Kong (02%)


  • CMP Announcement: Hitotoki: A narrative map of cityspace launches.



    Buzztracker (c) 2007 - Craig Mod & Chin Music Press


    Top Ten Locations for 2008-12-02

  • Bangkok (07%)
  • Washington (06%)
  • London (05%)
  • Delhi (05%)
  • New York (04%)
  • New Delhi (04%)
  • Beijing (03%)
  • Singapore (03%)
  • Islamabad (03%)
  • Hong Kong (02%)


  • CMP Announcement: Hitotoki: A narrative map of cityspace launches.



    Buzztracker (c) 2007 - Craig Mod & Chin Music Press


    Top Ten Locations for 2008-12-01

  • Bangkok (06%)
  • Washington (06%)
  • New York (05%)
  • London (05%)
  • Delhi (04%)
  • Gaza (04%)
  • Beijing (03%)
  • Baghdad (03%)
  • Chicago (03%)
  • New Delhi (03%)


  • CMP Announcement: Hitotoki: A narrative map of cityspace launches.



    Buzztracker (c) 2007 - Craig Mod & Chin Music Press


    Top Ten Locations for 2008-11-30

  • Delhi (08%)
  • Gaza (08%)
  • Washington (07%)
  • Bangkok (06%)
  • Beijing (05%)
  • New York (03%)
  • New Delhi (03%)
  • Singapore (03%)
  • Islamabad (02%)
  • London (02%)


  • CMP Announcement: Hitotoki: A narrative map of cityspace launches.



    Buzztracker (c) 2007 - Craig Mod & Chin Music Press


    Top Ten Locations for 2008-11-29

  • Bangkok (09%)
  • Delhi (07%)
  • Gaza (06%)
  • Washington (05%)
  • Seattle (04%)
  • Shanghai (04%)
  • Hong Kong (03%)
  • New Delhi (03%)
  • New York (03%)
  • London (02%)


  • CMP Announcement: Hitotoki: A narrative map of cityspace launches.



    Buzztracker (c) 2007 - Craig Mod & Chin Music Press


    Top Ten Locations for 2008-11-28

  • Seattle (12%)
  • Bangkok (05%)
  • London (04%)
  • New York (04%)
  • Hong Kong (04%)
  • Delhi (04%)
  • Beijing (04%)
  • Washington (03%)
  • Shanghai (03%)
  • Singapore (02%)


  • CMP Announcement: Hitotoki: A narrative map of cityspace launches.



    Buzztracker (c) 2007 - Craig Mod & Chin Music Press


    Other RSS Feeds

    OurSite | OurVeryOwnPortal | GovTrack

    BuzzTracker | DisasterEvents | GreatNewsNetwork

    GoogleNews | IndyMedia | TheNews | CurrentEvents

    CaliforniaWeather | EarthQuakes | NationalHurricaneCenter | SpaceWeather

    InternetStormCenter | MozillaBits | SecurityFocus | UnitedStatesCERT

    I had to hack lib/TWiki/HeadlinesPlugin.pm to use this feed from feedburner.com:

    --- HeadlinesPlugin.pm-20050708 2005-07-08 08:04:54.000000000 -0700
    +++ HeadlinesPlugin.pm  2005-07-11 13:30:10.000000000 -0700
    @@ -39,6 +39,8 @@
     # =========================
     package TWiki::Plugins::HeadlinesPlugin;
    
    +use HTML::Entities(qw{decode_entities});
    +
     # =========================
     use vars qw(
             $web $topic $user $installWeb $VERSION $debug
    @@ -236,7 +238,7 @@
             $line = $format;
             $ok = 0;
             if( /<title>(.*?)<\/title>/ ) {
    -            $val = $1;
    +            $val = decode_entities($1);
                 $line =~ s/\$title/$val/gos;
                 $ok = 1;
             }
    @@ -246,7 +248,7 @@
                 $ok = 1;
             }
             if( /<description>(.*?)<\/description>/ ) {
    -            $val = $1;
    +            $val = decode_entities($1);
                 $line =~ s/\$description/$val/gos;
                 $ok = 1;
             }
    

    -- NatePerryThistle - 08 Jul 2005
    to top


    You are here: Family > OurVeryOwnPortal > BuzzTracker

    to top

    Copyright © 1999-2008 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
    Ideas, requests, problems regarding P-TWiki? Send feedback

     


    Edit IncludedSearch