public
Description: A simple standalone lifestream script in PHP using SimplePie.
Homepage: http://treypiepmeier.com/lifestream/
Clone URL: git://github.com/trey/lifestream.git
Click here to lend your support to: lifestream and make a donation at www.pledgie.com !
Adding license, adding to readme, removing todo.
trey (author)
Thu May 29 19:27:33 -0700 2008
commit  107b5996db55e701a571171812d227889cf46f6f
tree    3ea2b7c676b7d6403ca0fa36cb50bc1d4ef78241
parent  178de7dd93f179f9ebb5670c4385f58d2c6cc616
...
1
2
3
 
...
1
2
 
3
0
@@ -1,3 +1,3 @@
0
 - Add your feeds to the `$feed` array and your Twitter username to `$twitter_user` (as well as the feed).
0
 - Define CSS rules for the different feeds if you want (`.twitter`, `.flickr`, etc.).
0
-- Bring. It. Around. Town.
0
+- Create a `cache/` folder and `chmod 777`
...
66
67
68
69
 
70
71
72
...
66
67
68
 
69
70
71
72
0
@@ -66,7 +66,7 @@ $merged = SimplePie::merge_items($merge, 0, 20); // Get the 20 most recent items
0
     </div><!-- .content -->
0
 
0
     <?php endif; // end of Twitter check ?>
0
- <div class="date"><small>Posted at <?php echo $item->get_date('g:i a'); // TODO get timezones working properly. ?></small></div>
0
+ <div class="date"><small>Posted at <?php echo $item->get_date('g:i a'); ?></small></div>
0
   </div><!-- .item -->
0
   <?php endforeach; ?>
0
   <div class="note"><a href="http://github.com/trey/lifestream/">Make your own Lifestream. &rarr;</a></div>

Comments

    No one has commented yet.