Skip to topic | Skip to bottom

Perry-Thistle.net

P-TWiki > Family > OurVeryOwnPortal > BuzzTracker


Family Web | Studios Web | Piano Web

Set ALLOWTOPICCHANGE = TWikiAdminGroup

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 2010-03-11

  • Washington (10%)
  • Seattle (08%)
  • London (06%)
  • Jerusalem (04%)
  • Gaza (04%)
  • New York (03%)
  • Beijing (03%)
  • Kansas City (02%)
  • Moscow (02%)
  • Bangkok (02%)


  • Buzztracker (c) 2003-2009 - Craig Mod


    Top Ten Locations for 2010-03-10

  • Washington (15%)
  • New York (06%)
  • Jerusalem (05%)
  • London (04%)
  • Seattle (03%)
  • Gaza (03%)
  • Kabul (03%)
  • Beijing (03%)
  • Detroit (02%)
  • Islamabad (02%)


  • Buzztracker (c) 2003-2009 - Craig Mod


    Top Ten Locations for 2010-03-09

  • Washington (13%)
  • Jerusalem (05%)
  • London (04%)
  • Seattle (04%)
  • New York (03%)
  • Delhi (02%)
  • Jakarta (02%)
  • Kabul (02%)
  • Dubai (02%)
  • Paris (02%)


  • Buzztracker (c) 2003-2009 - Craig Mod


    Top Ten Locations for 2010-03-08

  • Washington (15%)
  • Lahore (05%)
  • New York (05%)
  • Baghdad (05%)
  • Jerusalem (03%)
  • London (03%)
  • Seattle (03%)
  • Delhi (02%)
  • Melbourne (02%)
  • Dubai (02%)


  • Buzztracker (c) 2003-2009 - Craig Mod


    Top Ten Locations for 2010-03-07

  • Baghdad (18%)
  • Washington (08%)
  • Beijing (06%)
  • Concepcion (05%)
  • Hong Kong (03%)
  • Kabul (03%)
  • New York (03%)
  • Delhi (03%)
  • Tehran (02%)
  • Seattle (02%)


  • Buzztracker (c) 2003-2009 - Craig Mod


    Top Ten Locations for 2010-03-06

  • Washington (06%)
  • Kabul (05%)
  • New York (04%)
  • Baghdad (04%)
  • Delhi (04%)
  • London (04%)
  • Birmingham (03%)
  • Beijing (03%)
  • Detroit (03%)
  • Berlin (03%)


  • Buzztracker (c) 2003-2009 - Craig Mod


    Top Ten Locations for 2010-03-05

  • Washington (17%)
  • New York (05%)
  • Moscow (04%)
  • Dubai (04%)
  • London (04%)
  • Seattle (03%)
  • Singapore (03%)
  • Baghdad (02%)
  • Beijing (02%)
  • Concepcion (02%)


  • Buzztracker (c) 2003-2009 - Craig Mod


    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-2010 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