From owner-freebsd-questions@FreeBSD.ORG Tue Aug 20 12:52:54 2013 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 ESMTP id 70951BCB for ; Tue, 20 Aug 2013 12:52:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45E6D2C9C for ; Tue, 20 Aug 2013 12:52:54 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id CABCD20E37 for ; Tue, 20 Aug 2013 08:52:51 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Tue, 20 Aug 2013 08:52:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=fcLulT6gKkhW+1y0qCIO9OOpM3o=; b=XnN V3meCVwaPLCOj3inmCVjflkv+PXMKUw3ZN7ZMDxM3Ulh/0e9gCRYMTuJk42gJQ9B UqMB7XO1pjJWATOWrZBkeY5U/kG+U8fqq7roDJgYyF5N93585Zd4XpBRBYn7idEJ +mHCqNmyahg4nsEpVS0wwgwiprw4j5pFr3RU2fI8= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id DFC89B02387; Tue, 20 Aug 2013 08:52:50 -0400 (EDT) Message-Id: <1377003170.10888.11972361.04544E6F@webmail.messagingengine.com> X-Sasl-Enc: 8iafG7jUo5BOhGYm2ygWVdj4ayekl8KtW2fz4l2mk7Or 1377003170 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d009844e In-Reply-To: <20130820083703.23404168@scorpio> References: <20130820083703.23404168@scorpio> Subject: Re: Custom Software for Municipalities Date: Tue, 20 Aug 2013 07:52:50 -0500 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Aug 2013 12:52:54 -0000 This literally looks like a CRUD interface that could easily be rebuilt. PHPMyEdit, Dadabik, and others provide easy ways to produce these interfaces from database tables. For the record I wouldn't recommend Dadabik unless it does something specific that you need (postgres or sqlite support, I suppose). The developer is strange and doesn't understand open source licenses. A year or so ago I paid him $5 to get a copy of his program, received GPLv2 code, and then he got angry and started threatening me when I published it on github with some minor cleanup and translation fixes. He's since changed the license to something else.