Following some comments by Brother Tober, I thought I'd post about the future of the WarFoundry website and what I'm planning to do to it soon. There has been a big delay in updates, but things should improve once my plans are in action and other people can contribute.
Firstly, the server. At the moment we run on a shared hosting plan (your standard web hosting). While that's sufficient for a website (or half-a-dozen or more, as we've got), it's not enough for source control and the other extras that a development project needs. I'm in the middle of setting up a mock Virtual Private Server to see what I can fit in the memory constraints before upgrading my hosting account. Most things appear to be working and configured now, so it shouldn't be too long until that is up and running.
As Tober mentioned, a decent project needs source control. I use Subversion at work and locally at home. While everyone has their favourite source control, I think Subversion is the best combination of features (revisions are an improvement over CVS's version-per-file) and support (Monodevelop has Subversion support, as does Visual Studio, but neither supports Git). It also integrates well with software project management and bug tracking tools like Trac or Mantis. As such the new server will be running a Subversion repository for WarFoundry and supporting code.
That's not to say that people can't use Git. One of the guys at work does some work at home and has had problems until recently because he has to do a day of work and do a big commit when he gets back (or lots of small commits that might end up committing broken code because of dependant changes). He's now working with a local Git repo that integrates with Subversion so that he can check in to his local Git when he's at home and then re-commit those to Subversion when he gets back.
Finally (as far as I can think of) the web/content. We'll be using Mantis for bug tracking etc, partly because it's a PHP script and there's not much point in eating memory with Python threads that will mainly sit idle when every other site runs PHP. Mantis covers bug tracking and also integrates with a Wiki. That'll give us the ability to discuss and develop ideas and plans as well as co-ordinating bug fixes.
If anyone thinks of anything that's missing then please suggest it. I'll post back as progress is made with various the site.