Showing posts with label opensource. Show all posts
Showing posts with label opensource. Show all posts

Tuesday, November 13, 2007

friendsnippets and openid

Hi all,

Long time we posted here. We are working hard to provide you a new version of friendsnippets with new features and some interface improvements :)

No status for now ;) But our current wok allowed us to rewrite a little the django application used for openid authentification. Since it could be interesting for anyone who want to play with openid on django we decided to opensource it.

You could find it here :
http://code.google.com/p/django-authopenid/

It's under Apache License 2.0 .

Any feedback appreciated ;)

Enjoy,


BenoƮt.

Tuesday, September 25, 2007

Friendsnippets opensource repository

From the start Friendsnippets use opensource software : Django framework for the content, Mysql for the database, Openbsd for hosting, .... So it is normal to give back to the community that help us to launch friendsnippets. All opensourced code from Friendsnippets will be here :
http://code.google.com/p/friendsnippets/

For now we opensourced comment system used to let the members post comments on snippets. You can checkout from subversion here :

svn checkout http://friendsnippets.googlecode.com/svn/trunk/django/comments
Hope it will help you :)