Repositories
statusnet-music
This repository is mainline for the statusnet-music plugin. more…
Statusnet-Music is a plugin for status.net which allows it to serve as a service similar to last.fm, but with all the benefits of open, distributed software. (see the Franklin Street Statement for more on this topic).
Statusnet-Music is a Google Summer of Code 2010 project by Ian McEwen. The development installation of status.net for this project can be found at http://sn-devel.ianmcorvidae.net/.
Stay tuned!
-
Cloning this repository:
git clone git://gitorious.org/statusnet-music/statusnet-music.git statusnet-music cd statusnet-music
Add this repository as a remote to an existing local repository:
git remote add statusnet-music git://gitorious.org/statusnet-music/statusnet-music.git git fetch statusnet-music git checkout -b my-local-tracking-branch statusnet-music/master_or_other_branch

