I am pretty much capable with WordPress and have a few sites running.
Can anyone suggest a theme/plugins needed to have a web-based source code repository similar to this one running on WP. Users need to able to login and add projects and source code etc for all other users to see.
Hi digeo,
I did some research into this, and while there doesn't seem to be an all-in-one solution, you could try using an external code repository along with one of the many plugins available:
http://www.smashingmagazine.com/2009/07/21/45-excellent-code-snippet-resources-and-repositories/
http://wordpress.org/extend/plugins/search.php?q=code+repository&sort=
It's worth noting that WordPress uses a subversion repository:
http://codex.wordpress.org/Using_Subversion
Hope this helps!
Hi ChristiNi
Thank you for your reply. I will take a look at your suggestions.