Ohloh pages for Firebird and Jaybird are now updated with new code locations from SourceForge

Ohloh page for Firebird wasn’t updated from the previous year after the SourceForge platform migration . You can view it now here.
And you can use the various widgets to your webpages , blogs.
Jaybird is moved to it’s own page and code repository is monitored there
https://www.ohloh.net/p/jaybird
ps: There was an issue with importing the new code locations from SourceForge and now is solved

Firebird git repository visualization with gource

Are you using git/svn as version control system and you ever wanted to visualize delveloper’s work, how the Firebird project was developed over time ?
well Gource is there to visualize all this in a beautiful way. It takes the history of your svn/git repository and visualizes the changes over time,
by whom they were done and so forth.

sudo apt-get install gource git
git clone git://github.com/asfernandes/firebird.git firebird-git

Now run the following and you should see the animation being presented.
gource firebird-git/.git -s 1

or if you want to create the movie using various video formats use the following command line (wordpress replaces the — with other chars)

https://gist.github.com/4550696

 

Enjoy the Movie (Recomended in HD version)

ps: Tip via General Foo

1 92 93 94 95 96 297