From owner-freebsd-questions@FreeBSD.ORG Sat Jan 25 01:43:25 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8317A99 for ; Sat, 25 Jan 2014 01:43:25 +0000 (UTC) Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E3FF1F7B for ; Sat, 25 Jan 2014 01:43:25 +0000 (UTC) Received: (qmail 48002 invoked from network); 25 Jan 2014 01:43:22 -0000 Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 25 Jan 2014 01:43:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=52e316ba.xn--btvx9d.k1401; i=johnl@user.iecc.com; bh=hpNkF81EOqK850F+Y6xsmYr2OFEnO243fI4KjPGBcYM=; b=LCSyjH9uDkeaZAmdYNrYlm+9Tqr+m3ehccFZb8Cg26ReQIyoxCuJ3PEy5h2vTvtvx1gR+UPKHSEKThOM6Wd7p4un09vQjuFtkdMWGr95/H1mM3S89pWV9KP8tkH/CEJzzK0TN2bvP31YDKNMXYCNciDsOrlhLM5vu6uLyyhVZIbYVMPSw1LPqUf/zEpDTjKchjAuZ3RJRZIQJa/Xie9+o4fgFCC4XhHJ2xshyqDnf3b4M28SYlUpE00GBK+/+wCe Date: 25 Jan 2014 01:43:00 -0000 Message-ID: <20140125014300.84363.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Re: Recommendations for wiki software? In-Reply-To: Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 01:43:25 -0000 >I'm looking to run a small wiki on my home server, for use by the >far-flung family. Can anyone recommend something in ports that might be >suitable? I use mediawiki for a bunch of wikis. It's written in PHP (tell me about it) but is surprisingly easy to set up and manage. You do need a database. It's supposed to work with sqlite but everyone uses mysql. For my low-traffic wikis, the load has always been too low to notice. R's, John