Any recommended forums/wiki/blog s/w that uses PostGreSQL?

Started by Eric D Nielsenover 21 years ago7 messagesgeneral
Jump to latest
#1Eric D Nielsen
nielsene@MIT.EDU

I've been trying to setup a collaboration site, ideally I need forum+wiki+blog
integrated functionality access control. Specificly either the wiki or blog
need to be over viewable to members of certain groups.

I'm used to phpBB for forum software and it seems to have nice support for
PostGreSQL. I tried out about 4 wikis last night, most had extreme bugs when
using their PostGreSQL code instead of the defauly MySQL.

Anyone have any suggestions?

Thanks,

Eric

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Eric D Nielsen (#1)
Re: Any recommended forums/wiki/blog s/w that uses PostGreSQL?

Am Dienstag, 17. August 2004 15:29 schrieb Eric D Nielsen:

I've been trying to setup a collaboration site, ideally I need
forum+wiki+blog integrated functionality access control. Specificly either
the wiki or blog need to be over viewable to members of certain groups.

I suggest you try eGroupWare (http://www.egroupware.org/). It is web-based,
has various applications of the kind you want, all integrated with common
access control.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

#3Shridhar Daithankar
shridhar@frodo.hserus.net
In reply to: Eric D Nielsen (#1)
Re: Any recommended forums/wiki/blog s/w that uses PostGreSQL?

On Tuesday 17 Aug 2004 6:59 pm, Eric D Nielsen wrote:

I've been trying to setup a collaboration site, ideally I need
forum+wiki+blog integrated functionality access control. Specificly either
the wiki or blog need to be over viewable to members of certain groups.

I'm used to phpBB for forum software and it seems to have nice support for
PostGreSQL. I tried out about 4 wikis last night, most had extreme bugs
when using their PostGreSQL code instead of the defauly MySQL.

Anyone have any suggestions?

drupal? Check out at http://www.drupal.org/

Shridhar

#4Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: Shridhar Daithankar (#3)
Re: Any recommended forums/wiki/blog s/w that uses

Hi,

On Tue, 17 Aug 2004, Shridhar Daithankar wrote:

Anyone have any suggestions?

drupal? Check out at http://www.drupal.org/

Drupal needs some hacking since it uses LIMIT #,# queries in
database-pear.php.

Just a FYI.
--
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org

#5David Rysdam
drysdam@ll.mit.edu
In reply to: Devrim GÜNDÜZ (#4)
Re: Any recommended forums/wiki/blog s/w that uses

Devrim GUNDUZ wrote:

Hi,

On Tue, 17 Aug 2004, Shridhar Daithankar wrote:

Anyone have any suggestions?

drupal? Check out at http://www.drupal.org/

Drupal needs some hacking since it uses LIMIT #,# queries in
database-pear.php.

Just a FYI.

I tried and really liked MoinMoin. http://moinmoin.wikiwikiweb.de/

#6Robby Russell
robby@planetargon.com
In reply to: Eric D Nielsen (#1)
Re: Any recommended forums/wiki/blog s/w that uses

On Tue, 2004-08-17 at 06:29, Eric D Nielsen wrote:

I've been trying to setup a collaboration site, ideally I need forum+wiki+blog
integrated functionality access control. Specificly either the wiki or blog
need to be over viewable to members of certain groups.

I'm used to phpBB for forum software and it seems to have nice support for
PostGreSQL. I tried out about 4 wikis last night, most had extreme bugs when
using their PostGreSQL code instead of the defauly MySQL.

Anyone have any suggestions?

Thanks,

Eric

phpwiki can utilize a PostgreSQL backend.

-Robby

--
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | robby@planetargon.com
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
****************************************/

#7Scott Marlowe
smarlowe@qwest.net
In reply to: Robby Russell (#6)
Re: Any recommended forums/wiki/blog s/w that uses

On Tue, 2004-08-17 at 08:55, Robby Russell wrote:

On Tue, 2004-08-17 at 06:29, Eric D Nielsen wrote:

I've been trying to setup a collaboration site, ideally I need forum+wiki+blog
integrated functionality access control. Specificly either the wiki or blog
need to be over viewable to members of certain groups.

I'm used to phpBB for forum software and it seems to have nice support for
PostGreSQL. I tried out about 4 wikis last night, most had extreme bugs when
using their PostGreSQL code instead of the defauly MySQL.

Anyone have any suggestions?

Thanks,

Eric

phpwiki can utilize a PostgreSQL backend.

I've used it and am quite happy with it. But I don't do anything
extravagant with it.