Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

my team and I have been struggling since day 1 with keeping information all in one place and formatting it in such a way that it would be accessible to every developer and the important parts were immediately obvious. We started with a shared OneNote notebook hosted on SkyDrive, and that's been somewhat painful so far (especially given having to pay for Office), even though I realize it can be made to work.

What we really need is some sort of team dashboard where all of the team's progress is visibly shown, questions are asked, deadlines are made clear and links to guides are placed (stuff like "Start here if you're new to the project"). We're considering moving to Evernote simply because it's free and available on all platforms, but that's still a very OneNote-like experience.

I wonder if we wouldn't benefit from a real wiki.. We're all GitHub users and thus perhaps we should use their embedded wiki, but I'm somewhat concerned with having all of our knowledge stuck there with possibly no way of easily pulling it out. Also mediawiki is cool, but it'd have to be hosted somewhere and its setup is manpower we might not have at this stage.

What would you recommend? What has worked great for your teams?

share|improve this question
Hi glitch questions asking for a list of recommendations are not on-topic here. See our FAQ, Are “I'm looking for X” questions on topic?, and Q&A is Hard, Let’s Go Shopping! for more information. – user8 Jul 16 '11 at 21:17

closed as off topic by Mark Trapp Jul 16 '11 at 21:15

Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

First, if you're already heavily using GitHub, I think you don't really need to worry about moving your data around.

Otherwise, did you give Agile Zen, Pivotal Tracker or Rally a try?

Also, if you're just looking for the wiki part, check wiki spaces

share|improve this answer

You can use the Onenote web interface to avoid paying for Onenote.

Ultimately, any tool you decide to use will cost you money, most of the ready to use web solutions are paid for more than 1 dev or you can set up your own types will cost in terms of dev time to setup and maintain.

I would suggest if Onenote can be made to work for you (it does for us) why not go ahead and pay for that esp since it would be a one time cost instead of paying a few bucks every month.

share|improve this answer

MediaWiki has been around for a while now.

The great things are that it's free, very basic to use, it looks and feels just like Wikipedia. It's browser based, so it will be very much cross-platform.

The negative things are that it's very basic, and you would have to do more work initially to have it be what you and your team wants. There's nothing fancy about it at all.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.