The Basics
Django-PSN provides users of a social website to provide and display information about their other online social networks. The project was created to let Pownce users show their friends what other online social networks they participate in. This data can also be used to connect friends across online social networks, building a free social graph.
There are two chunks of information considered interesting to social network portability:
- Edges In and Edges Out - These define “friend” relationships between users.
- Claimed and Verified URLs - Assertions of a user’s identity in other social networks.
Django-PSN includes models, forms, and sample views for collecting information from website users about their online profiles (claimed URLs). Site owners may also provide an API for returning an elsewhere_info JSON response, which is used for social graph data collection.
Project Home – http://code.google.com/p/django-psn/Grab the Repository – svn checkout http://django-psn.googlecode.com/svn/trunk/
Recent Commits
-
35 was committed 2 weeks ago.
updating for newforms-admin branch merge with trunk.
-
34 was committed 1 month, 2 weeks ago.
added more social networks
-
33 was committed 6 months, 2 weeks ago.
changed xbox 360 gamer card to just gamer card.
-
32 was committed 7 months, 1 week ago.
moved form saving into view. Changed to using cleaned_data. Added names of network ID (not yet used.)
-
31 was committed 7 months, 2 weeks ago.
removed extra space…
-
30 was committed 7 months, 2 weeks ago.
changed maxlength to max_length
-
29 was committed 9 months, 3 weeks ago.
added “from django.utils.translation import ugettext as _” to models.
-
28 was committed 9 months, 4 weeks ago.
small update to use request.user in the views.
-
27 was committed 9 months, 4 weeks ago.
added xbox 360 gamercard to networks.
-
26 was committed 9 months, 4 weeks ago.
changed all items to have a “profile_name”. This way it is easy to grab a profile name in a view without having to know if the item is a website, network, of IM. This is useful in letting a user know what has just been deleted.