From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] add web/mime support Date: Thu, 17 Jan 2013 15:48:09 +0100 Message-ID: <874nifdfx2.fsf@pobox.com> References: <87vcaxiex3.fsf@pobox.com> <1358410621.2720.8.camel@Renee-desktop.suse> <87622wdsz3.fsf@pobox.com> <1358419055.2720.18.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358434105 12326 80.91.229.3 (17 Jan 2013 14:48:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2013 14:48:25 +0000 (UTC) Cc: guile-devel To: Nala Ginrut Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 17 15:48:43 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tvqlf-0000Dx-HK for guile-devel@m.gmane.org; Thu, 17 Jan 2013 15:48:35 +0100 Original-Received: from localhost ([::1]:48055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvqlO-0005n5-VN for guile-devel@m.gmane.org; Thu, 17 Jan 2013 09:48:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvqlK-0005dV-SH for guile-devel@gnu.org; Thu, 17 Jan 2013 09:48:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvqlJ-000563-Fe for guile-devel@gnu.org; Thu, 17 Jan 2013 09:48:14 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:47818 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvqlJ-00055a-BA for guile-devel@gnu.org; Thu, 17 Jan 2013 09:48:13 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8B7D6A2C9; Thu, 17 Jan 2013 09:48:12 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=si+eh1Yko8UuErbhgtDWFjXcpvc=; b=c3BRa+ PQ6zQtT4r2YQPfvO0ybLjtZgQ/g3NHSzbziX+YAXj5vZ3okY6aRgPlYibvjc6JGV BXCZDaklYEuEylmWdv9ClCsMCKHEd16VLCD3J7yp5nFFh3cW951yvuBH5fkEm84U lMMZBNBJzuOTCqjILtpswCAWiBW5bsY4b0Y/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=VQ5INAeALC3i8mZz14yuEVGiPS4fgryC jcE1P3ARQuYkK4UyOkNyhw38vSHoTKN99RxB5eddvtzH5kiGLd1Wju4ru9zHm/h7 cvpSeYNFgcdZ5V9bR1TVA3LDPJcOF/ovNT8kb5X1LHFdrhy7lbcoejx8AulM2Eya 5WaglowT6rY= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7EE08A2C8; Thu, 17 Jan 2013 09:48:12 -0500 (EST) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 027BAA2C7; Thu, 17 Jan 2013 09:48:11 -0500 (EST) In-Reply-To: <1358419055.2720.18.camel@Renee-desktop.suse> (Nala Ginrut's message of "Thu, 17 Jan 2013 18:37:35 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: EAA2182A-60B4-11E2-82A7-0A4F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15468 Archived-At: On Thu 17 Jan 2013 11:37, Nala Ginrut writes: > PS: Do you think it's proper to use the same implementation in my server > project? I'm not sure whether this mime thing would exist in any GNU > system for a server purpose rather than a desktop one. Why would it not exist on a server? My server has a full /usr/share/mime directory, and I know I haven't installed anything desktop-related. In any case you could fall back on /etc/mime.types, I guess. Andy -- http://wingolog.org/