views:

16

answers:

1

I am developing a web service and depend on 3rd party developers to write client applications for it. I need to set a developer portal, a web site where existing and potential developers would find

  1. documentation html pages
  2. doc files for download
  3. libraries downloads
  4. wiki
  5. forums
  6. support ticketing system.

There should be a public part and a part protected by login. I want only logged in users to submit tickets, for example.

  1. I don't want to host it.
  2. I would prefer a generic design based on a sensible template, where I can add minimal customization, such as logo.
  3. I don't want to add code to get any of the above functionality.

I will do all that if necessary, but I'd hope there would be an online service to do thing like that.

What services would you guys recommend?

A: 

I am not sure about the permissions part but I believe the rest of your requirements are met by Google Code and SourceForge.

Dustin Laine