Commit beb2207070e019ba26884cff9989eac078436ca3

Added Identi.ca Favorites
  
429429 var $img = 'http://identi.ca/favicon.ico';
430430}
431431
432class IdenticaFavorites extends Favorites{
433 var $img = 'http://identi.ca/favicon.ico';
434
435 function getSingleDescription(){
436 return '';
437 }
438}
439
432440#TODO: Since LastFM doesn't guarantee unique items, it should check to see
433441# if the items are actually unique. OR... should this be handled by grouping
434442# identical items instead? (e.g. Twitter/Identica cross posts through Ping.fm)?
main.php
(3 / 0)
  
11<?php
2#TODO: implement search filter (e.g. 'contains the words', for microblogs)
3#TODO: implement weighting, so that high-volume feeds (libre.fm, delicious) don't
4# drown out important things like blog posts and videos
25#TODO: store table names as variables
36#TODO: XSLT output (can this handle inheritance? A little formatting still needed, I think)
47#TODO: multiple links -- combine timeSince if they're all the same...