From owner-freebsd-doc@FreeBSD.ORG Sat Dec 22 03:46:43 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92EA999 for ; Sat, 22 Dec 2012 03:46:43 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC5E8FC0C for ; Sat, 22 Dec 2012 03:46:42 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id d3so6224819lah.17 for ; Fri, 21 Dec 2012 19:46:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type; bh=gMVBrAPtQ8RkikOfd+1aQpZB63Uonrfj2S1PVRzG02M=; b=IMveoEfLReiiyaXcd59rf71axChSK9gGGmyGbwieqqcoJQqPOototT1qrTzMsdEo3V Cdu5zjl4wI/1RXSN915I+37zWeZ/nw4AyS7lpG1t1poW0nDom8ShP873D99qzOeAnf7m 5zXsE4gfY9Gjt1uYDXt3X1lItY90XRZTlHDiU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=gMVBrAPtQ8RkikOfd+1aQpZB63Uonrfj2S1PVRzG02M=; b=FkhWvSouYDXAHvg6t+5s1R3z6bXv7hYIPnLuvVuc7ay6ilvIAteKgvvT6UvLDVc54N gxrAVZD5fK4ajs9zLIN61Q66JbN3YXDclcwPPy67j8Tq3vbswS/QrHZP+ZWmpxL4AYgZ Clh2YxJ70bXVcoMZ7u3NHQoTQvfLOzFtcoTNPXuxAYvy3n29dAnFlxy/u2SHBjc1C7WX 3G6G/eEXKIEcbeMynGpQV2O+HBhOr7LksQhJnN5XKXFwUZBvWlNYLnkhKgwZoaKdeYFI KVyzTMvO3KCdNZdtY4mAIJRMxpLsu263vEWJ6SfOQLdoUBR9d+RvhmM1ZZM81bIER6K8 XxoA== Received: by 10.112.25.70 with SMTP id a6mr6129367lbg.117.1356147996418; Fri, 21 Dec 2012 19:46:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Fri, 21 Dec 2012 19:46:05 -0800 (PST) From: Eitan Adler Date: Fri, 21 Dec 2012 22:46:05 -0500 Message-ID: Subject: removing wasted bytes from the website header To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl6ZcMRxDFxIVsumysTw0Xvshg/Zwj5yoH9p2+ThGdBeuvw/r23s9YFKlAyQHmQcz/4mJSR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2012 03:46:43 -0000 Hey, What do you think of this? The second part was lightly tested. The remaining claims were verified by various compatibility tables. commit 596b3cfd01ce76bdd64e52bf1e32458879414ac4 Author: Eitan Adler Date: Fri Dec 21 22:31:10 2012 -0500 MSSmartTagsPreventParsing is an ancient feature and including the header is now pointless bytes. All current browsers accept "shortcut icon" as location. Reviewed by: doc Approved by: ??? (mentor) diff --git a/share/xml/xhtml.xsl b/share/xml/xhtml.xsl index 2175e25..82a43d8 100644 --- a/share/xml/xhtml.xsl +++ b/share/xml/xhtml.xsl @@ -38,11 +38,9 @@ <xsl:value-of select="$title" /> - - &header1.googlejs; -- Eitan Adler