Is there a good open source project that...

Is there a good open source project that...

am 07.01.2008 23:03:03 von thielen

Hi;

Can anyone recomend a good open source project that provides the following?
We are trying to create a web community for our customers/users.

1. Bugs & feature requests - users can enter both, see status of them, and
vote for which they would like to see addressed. We would like to be able to
give each user a different number of votes.

2. Support forum. Nothing special, just enter questions & answers.

3. Articles/wiki - We want a place for people to enter everything from small
code samples to a directory of sample templates to our knowledgebase which
includes videos in many cases. This might be several distinct pieces although
if there is a good way to combine it, that would be great.

Does anyone know of a good ASP.NET open source solution that implements the
above? Preferably all as one single app so we don't have multiple logins and
look & feels?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

Re: Is there a good open source project that...

am 07.01.2008 23:07:25 von sloan

A good place to look around:

http://csharp-source.net/open-source/



"David Thielen" wrote in message
news:2C8018AF-D367-43C6-937A-1E132E85CCA7@microsoft.com...
> Hi;
>
> Can anyone recomend a good open source project that provides the
> following?
> We are trying to create a web community for our customers/users.
>
> 1. Bugs & feature requests - users can enter both, see status of them, and
> vote for which they would like to see addressed. We would like to be able
> to
> give each user a different number of votes.
>
> 2. Support forum. Nothing special, just enter questions & answers.
>
> 3. Articles/wiki - We want a place for people to enter everything from
> small
> code samples to a directory of sample templates to our knowledgebase which
> includes videos in many cases. This might be several distinct pieces
> although
> if there is a good way to combine it, that would be great.
>
> Does anyone know of a good ASP.NET open source solution that implements
> the
> above? Preferably all as one single app so we don't have multiple logins
> and
> look & feels?
>
> --
> thanks - dave
> david_at_windward_dot_net
> http://www.windwardreports.com
>
> Cubicle Wars - http://www.windwardreports.com/film.htm
>
>

RE: Is there a good open source project that...

am 07.01.2008 23:16:00 von nemtsev

What about sharepoint? it provides everything u need

if u are using TeamFoundation server sharepoint is included there

--
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour



"David Thielen" wrote:

> Hi;
>
> Can anyone recomend a good open source project that provides the following?
> We are trying to create a web community for our customers/users.
>
> 1. Bugs & feature requests - users can enter both, see status of them, and
> vote for which they would like to see addressed. We would like to be able to
> give each user a different number of votes.
>
> 2. Support forum. Nothing special, just enter questions & answers.
>
> 3. Articles/wiki - We want a place for people to enter everything from small
> code samples to a directory of sample templates to our knowledgebase which
> includes videos in many cases. This might be several distinct pieces although
> if there is a good way to combine it, that would be great.
>
> Does anyone know of a good ASP.NET open source solution that implements the
> above? Preferably all as one single app so we don't have multiple logins and
> look & feels?
>
> --
> thanks - dave
> david_at_windward_dot_net
> http://www.windwardreports.com
>
> Cubicle Wars - http://www.windwardreports.com/film.htm
>
>

RE: Is there a good open source project that...

am 08.01.2008 02:01:00 von pbromberg

Community Server from Telligent sounds pretty close to what you need.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"David Thielen" wrote:

> Hi;
>
> Can anyone recomend a good open source project that provides the following?
> We are trying to create a web community for our customers/users.
>
> 1. Bugs & feature requests - users can enter both, see status of them, and
> vote for which they would like to see addressed. We would like to be able to
> give each user a different number of votes.
>
> 2. Support forum. Nothing special, just enter questions & answers.
>
> 3. Articles/wiki - We want a place for people to enter everything from small
> code samples to a directory of sample templates to our knowledgebase which
> includes videos in many cases. This might be several distinct pieces although
> if there is a good way to combine it, that would be great.
>
> Does anyone know of a good ASP.NET open source solution that implements the
> above? Preferably all as one single app so we don't have multiple logins and
> look & feels?
>
> --
> thanks - dave
> david_at_windward_dot_net
> http://www.windwardreports.com
>
> Cubicle Wars - http://www.windwardreports.com/film.htm
>
>

Re: Is there a good open source project that...

am 08.01.2008 21:24:54 von lexa

On Jan 7, 11:16=A0pm, Michael Nemtsev wrote:
> What about sharepoint? it provides everything u need
>
> if u are using TeamFoundation server sharepoint is included there
>

it's not an open source :-) although I agree it might be a solution as
well

RE: Is there a good open source project that...

am 08.01.2008 23:44:01 von thielen

thank you

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




"Peter Bromberg [C# MVP]" wrote:

> Community Server from Telligent sounds pretty close to what you need.
> -- Peter
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> MetaFinder: http://www.blogmetafinder.com
>
>
> "David Thielen" wrote:
>
> > Hi;
> >
> > Can anyone recomend a good open source project that provides the following?
> > We are trying to create a web community for our customers/users.
> >
> > 1. Bugs & feature requests - users can enter both, see status of them, and
> > vote for which they would like to see addressed. We would like to be able to
> > give each user a different number of votes.
> >
> > 2. Support forum. Nothing special, just enter questions & answers.
> >
> > 3. Articles/wiki - We want a place for people to enter everything from small
> > code samples to a directory of sample templates to our knowledgebase which
> > includes videos in many cases. This might be several distinct pieces although
> > if there is a good way to combine it, that would be great.
> >
> > Does anyone know of a good ASP.NET open source solution that implements the
> > above? Preferably all as one single app so we don't have multiple logins and
> > look & feels?
> >
> > --
> > thanks - dave
> > david_at_windward_dot_net
> > http://www.windwardreports.com
> >
> > Cubicle Wars - http://www.windwardreports.com/film.htm
> >
> >

RE: Is there a good open source project that...

am 08.01.2008 23:45:01 von thielen

I looked at sharepoint but it did not appear to have any of this
functionality. Am I missing something?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




"Michael Nemtsev" wrote:

> What about sharepoint? it provides everything u need
>
> if u are using TeamFoundation server sharepoint is included there
>
> --
> WBR, Michael Nemtsev [.NET/C# MVP].
> Blog: http://spaces.live.com/laflour
>
>
>
> "David Thielen" wrote:
>
> > Hi;
> >
> > Can anyone recomend a good open source project that provides the following?
> > We are trying to create a web community for our customers/users.
> >
> > 1. Bugs & feature requests - users can enter both, see status of them, and
> > vote for which they would like to see addressed. We would like to be able to
> > give each user a different number of votes.
> >
> > 2. Support forum. Nothing special, just enter questions & answers.
> >
> > 3. Articles/wiki - We want a place for people to enter everything from small
> > code samples to a directory of sample templates to our knowledgebase which
> > includes videos in many cases. This might be several distinct pieces although
> > if there is a good way to combine it, that would be great.
> >
> > Does anyone know of a good ASP.NET open source solution that implements the
> > above? Preferably all as one single app so we don't have multiple logins and
> > look & feels?
> >
> > --
> > thanks - dave
> > david_at_windward_dot_net
> > http://www.windwardreports.com
> >
> > Cubicle Wars - http://www.windwardreports.com/film.htm
> >
> >

Re: Is there a good open source project that...

am 09.01.2008 10:36:32 von lexa

On Jan 8, 11:45=A0pm, David Thielen wrote:
> I looked at sharepoint but it did not appear to have any of this
> functionality. Am I missing something?
>

Hi David,

look at http://office.microsoft.com and http://www.microsoft.com/sharepoint/=


I would recommend you to check WSS at first - Windows SharePoint
Services 3.0, the light-weight version of SharePoint Server. WSS is a
feature of Windows 2003.

Demo: Tour a Windows SharePoint Services 3.0 site
http://office.microsoft.com/en-us/sharepointtechnology/HA102 055631033.aspx?p=
id=3DCH101934531033

Microsoft Office SharePoint Server 2007 demo
http://office.microsoft.com/en-us/sharepointserver/HA1016727 21033.aspx

Hope this helps