Sidebar Network

django-friendly A FriendFeed application for Django.

The Basics

This application aggregates the links/pages/media you share on Friendfeed, stores it locally, and allows you to re-display it on your sites.

This application also supports likes.

Project Homehttp://code.google.com/p/django-friendly/
Grab the Repository – svn checkout http://django-friendly.googlecode.com/svn/trunk/
 

Recent Commits

  • 19 was committed 4 months, 2 weeks ago.
    * Typo in the ordering clause
  • 18 was committed 4 months, 2 weeks ago.
    * Fixing a small error that might crop up if an object doesn’t have any media items * Added the FriendFeed ID to the list display
  • 17 was committed 4 months, 2 weeks ago.
    * Removing some print statements
  • 16 was committed 4 months, 2 weeks ago.
    * Fixing small errors
  • 15 was committed 4 months, 2 weeks ago.
    * Caused a bug that would prevent media from getting added :)
  • 14 was committed 4 months, 2 weeks ago.
    * Updating with new friendly tags
  • 13 was committed 4 months, 2 weeks ago.
    * more debugging
  • 12 was committed 4 months, 2 weeks ago.
    * more debugging
  • 11 was committed 4 months, 2 weeks ago.
    * more debugging
  • 10 was committed 4 months, 2 weeks ago.
    * adding a bit of good ol’ fashioned logging for testing purposes