views:

29

answers:

2

I wrote an open source app (BugTracker.NET) and I host it at Sourceforge. It doesn't have a plugin architecture per se, but there are ways to tweak and extend it. For example, a prettier css file, or a useful SQL snippet. People ask me, "How can I share this with other BugTracker.NET users?" and so far I've just been telling them to put it in the Sourceforge RFE tracker. Not that useful.

So, I want to set something up, maybe like a wiki, maybe, but with the ability to upload files? Something that can function without too much of my involvement, but that I can still moderate to get rid of spam, I guess?

I'm not talking about bug fixes that I want to apply to the mainline. I'm talking about things I would NOT merge into the mainline, but that I would still want to make available to others.

A: 

A wiki is a good thing to have such community features, but it means work to be maintained and organized. You can also start with mailing-lists/Google groups, which are easier to moderate.

Julien Nicoulaud
Take a look at this regarding google groups: http://ejohn.org/blog/google-groups-is-dead/
Corey Trager
A: 

You might want to look at riaforge.com as an example. Its a site for coldfusion code, but I think the concept, if you look at how the projects are arranged and what not, might give you the push you need. IF I was going to do this, I would keep a trunk as the "core" application, then allow others to store their "mods". Good Luck!

andrewWinn
May be a forge is too much, because he wants to host only one project. You could take a look at iPoint ( http://www.c2b2.co.uk/iPoint/ipoint?SelectedPage=1 ) or even Drupal (if you have time to build your site).
Julien Nicoulaud
Just one project, and not TOO much work for me.
Corey Trager