Commit beb2207070e019ba26884cff9989eac078436ca3
- Diff rendering mode:
- inline
- side by side
entry.class.php
(8 / 0)
|   | |||
| 429 | 429 | var $img = 'http://identi.ca/favicon.ico'; | |
| 430 | 430 | } | |
| 431 | 431 | ||
| 432 | class IdenticaFavorites extends Favorites{ | ||
| 433 | var $img = 'http://identi.ca/favicon.ico'; | ||
| 434 | |||
| 435 | function getSingleDescription(){ | ||
| 436 | return ''; | ||
| 437 | } | ||
| 438 | } | ||
| 439 | |||
| 432 | 440 | #TODO: Since LastFM doesn't guarantee unique items, it should check to see | |
| 433 | 441 | # if the items are actually unique. OR... should this be handled by grouping | |
| 434 | 442 | # identical items instead? (e.g. Twitter/Identica cross posts through Ping.fm)? |
main.php
(3 / 0)
|   | |||
| 1 | 1 | <?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 | ||
| 2 | 5 | #TODO: store table names as variables | |
| 3 | 6 | #TODO: XSLT output (can this handle inheritance? A little formatting still needed, I think) | |
| 4 | 7 | #TODO: multiple links -- combine timeSince if they're all the same... |

