From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 18:28:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC34016A4CE for ; Fri, 11 Mar 2005 18:28:42 +0000 (GMT) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 22FEB43D4C for ; Fri, 11 Mar 2005 18:28:42 +0000 (GMT) (envelope-from ryan@confabulator.net) Received: (qmail 25953 invoked from network); 11 Mar 2005 18:28:41 -0000 Received: from unknown (HELO ?192.168.0.83?) (unknown) by unknown with SMTP; 11 Mar 2005 18:28:41 -0000 X-pair-Authenticated: 209.197.24.227 Message-ID: <4231E4F9.50201@confabulator.net> Date: Fri, 11 Mar 2005 12:35:37 -0600 From: "Ryan J. Cavicchioni" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <42305D9A.80300@esiee.fr> In-Reply-To: <42305D9A.80300@esiee.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: simple www forum software ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 18:28:43 -0000 I really like PunBB which can be found at http://www.punbb.org. It can store date in MySQL, PostgreSQL, and SQLite (which may be best for your needs). YaBB may be flat file. It can be located here: yabbforum.com Take care. Frank Bonnet wrote: > Hi > > I'm searching for a simple www forum software > I've found phpBB but it seems overkill for my needings > flat files would be enough as the forum will serve > 20 users max and a very low traffic. > The goal is to share technical problems/solutions between around > 20 sysadmins of multiples sites. > > > I need a very basic forum that could manage several groups > and a basic authentication with apache2. > > Thanks for any help , the server runs 5.3 >