From owner-freebsd-doc@FreeBSD.ORG Wed Feb 24 21:24:48 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B58A1065672 for ; Wed, 24 Feb 2010 21:24:48 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 86AD48FC25 for ; Wed, 24 Feb 2010 21:24:48 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KYD00AU97H7Q100@asmtp030.mac.com> for freebsd-doc@FreeBSD.org; Wed, 24 Feb 2010 13:24:45 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1002240177 From: Chuck Swiger In-reply-to: Date: Wed, 24 Feb 2010 13:24:43 -0800 Message-id: References: To: "Schumm, Ken" X-Mailer: Apple Mail (2.1077) Cc: "freebsd-doc@FreeBSD.org" Subject: Re: License page, bug or feature? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2010 21:24:48 -0000 Hi-- On Feb 24, 2010, at 12:43 PM, Schumm, Ken wrote: > FreeBSD Ports redistribution restrictions > > GNU GENERAL PUBLIC LICENSE > > GNU LIBRARY GENERAL PUBLIC LICENSE > > But clicking on those links brings up a "save file" dialog and no application I have will open the file for reading. What content format do these links point to? % curl -I http://www.freebsd.org/copyright/LEGAL HTTP/1.1 200 OK Content-Type: application/octet-stream Accept-Ranges: bytes Content-Length: 33969 Date: Wed, 24 Feb 2010 21:20:57 GMT Server: httpd/1.4.x LaHonda % curl -I http://www.freebsd.org/copyright/COPYING HTTP/1.1 200 OK Content-Type: application/octet-stream Accept-Ranges: bytes Content-Length: 17982 Date: Wed, 24 Feb 2010 21:21:00 GMT Server: httpd/1.4.x LaHonda % curl -I http://www.freebsd.org/copyright/COPYING.LIB HTTP/1.1 200 OK Content-Type: application/octet-stream Accept-Ranges: bytes Content-Length: 25265 Date: Wed, 24 Feb 2010 21:21:36 GMT Server: httpd/1.4.x LaHonda Save them as .txt files, if that helps your current OS recognize them better. I suspect using text/plain would work a lot better for many folks. Regards, -- -Chuck