From owner-freebsd-doc@FreeBSD.ORG Thu May 5 23:50:52 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59FA16A4CE for ; Thu, 5 May 2005 23:50:52 +0000 (GMT) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5956443D69 for ; Thu, 5 May 2005 23:50:51 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 0B2B88569D; Fri, 6 May 2005 09:20:50 +0930 (CST) Date: Fri, 6 May 2005 09:20:50 +0930 From: Greg 'groggy' Lehey To: Murray Stokely Message-ID: <20050505235049.GG71979@wantadilla.lemis.com> References: <20050505132411.GC6071@freebsdmall.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="faJ0ivz08JzDjTH2" Content-Disposition: inline In-Reply-To: <20050505132411.GC6071@freebsdmall.com> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: freebsd-doc@freebsd.org Subject: Re: Turning on smartquotes for HTML output X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 23:50:52 -0000 --faJ0ivz08JzDjTH2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thursday, 5 May 2005 at 6:24:12 -0700, Murray Stokely wrote: > I would like to use proper entities to generate smart quotes rather > than relying on double ``ticks''. The following patch produces much > nicer looking quotes in FireFox and Opera on FreeBSD. We didn't have > this option many years ago when the quote element was first added to > our stylesheets, but the smartquote entities are now well supported so > we should use them. If there are no objections I'll commit the > following patch. > > - Murray > > Index: release.dsl > =================================================================== > RCS file: /home/ncvs/src/release/doc/share/sgml/release.dsl,v > retrieving revision 1.8 > diff -u -r1.8 release.dsl > --- release.dsl 5 Sep 2004 13:50:38 -0000 1.8 > +++ release.dsl 5 May 2005 13:12:19 -0000 > @@ -117,9 +117,9 @@ > > (element quote > (make sequence > - (literal "``") > + (literal "“") > (process-children) > - (literal "''"))) > + (literal "”"))) Wouldn't this be better as “ and ”? Greg -- See complete headers for address and phone numbers. --faJ0ivz08JzDjTH2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCerFZIubykFB6QiMRAhyuAJ0Q9SVzCkIjgL+ISPbiwrcDKpNklgCePJIQ cZnO7Ri7/S0q5Cxvkn8m+QA= =Mo+e -----END PGP SIGNATURE----- --faJ0ivz08JzDjTH2--