On Thu, 27 Mar 2003, Toby|Wintrmute wrote: > I need to setup a message board / forum thing, and I want something that > runs on Perl/DBI(::Pg) or Perl/Pg .. (or just a simple dirs+textfiles > backend)
I haven't heard of it being applied this way, but Request Tracker would probably actually be pretty good at this. Playing into the web vs. nntp comments from later in the thread, one of the aspects of RT that I like the most is that people can interact with it via posts to the web interface, via email to the system, or through a CLI. You get to choose your poison. It uses PostgreSQL or MySQL as the standard data store, and needs about half of CPAN to bootstrap itself. Works nice once you get it up & running though. http://www.bestpractical.com/rt/ That & it's nice to see someone making a living by writing & maintaining a solid open source project, as RT's author has managed to do. Not that that was one of your selection criteria or anything :) -- Chris Devers [EMAIL PROTECTED] verification, n. An optional method of compounding the errors of data entry: e.g., the situation where Jo(e) decides that the "8" that Fred(a) thought was a "3" is really a "5." -- from _The Computer Contradictionary_, Stan Kelly-Bootle, 1995