From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 6E55F386075A for ; Thu, 21 Dec 2023 00:51:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6E55F386075A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6E55F386075A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703119918; cv=none; b=uvEPsjyVZWUFP9xK8lNFM3wmvtiuEBTQQGV53Js1DhG6CCNXw1pePfA5RsIauLO/MEsZrGWHwuP3hnt8Xl55t2OTl2I3CeVH/xTWVqjbi9pTqFuLHQ+li3m40ym1HcKLfocCodAYYw8/NSkWeI1k2Q+jrDiEY0p7gl9FaOUGm7E= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703119918; c=relaxed/simple; bh=hJhgiL7wAni8Eo0SiY/UwosLJi0ekzlTqiHoxEoWycU=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=tRo0c5DaM3sYQvLks4gEfsBjZo3jWp8Hlki5Z1wcRXe1+rgkahNSz5uAeDb+zHlbUqfpfDwkikB3Nq5lvPUQC2Bvlq8m+c0+uc8NoSMT6zvCAQHVpLAhKoipFyQ9QG7e10K1GP2kkHc/FCwaXUJ8m4KDRFDhaJgVJZZJpZXAvZg= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by smtp.gentoo.org (Postfix, from userid 559) id 1DEE83408DD; Thu, 21 Dec 2023 00:51:56 +0000 (UTC) From: Mike Frysinger To: newlib@sourceware.org Subject: [PATCH htdocs] index: replace frameset with a table + iframe Date: Wed, 20 Dec 2023 19:51:54 -0500 Message-ID: <20231221005154.3526-1-vapier@gentoo.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.7 required=5.0 tests=BAYES_00,CONTENT_AFTER_HTML,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The frameset element has been deprecated for a long time now in favor of using iframe's. GNU website standards suggest avoiding this as a result. So replace the 3 frames with a table & 1 iframe. The table inlines the top.html & left.html into the index, and keeps the main content as a frame. The experience is basically the same for end users. But it gives us more control over document flow, and will make it easier for us to adapt the site to different device sizes (e.g. mobile phones) which the frameset structure does not. --- index.html | 43 +++++++++++++++++++++++++++++++------------ left.html | 17 ----------------- top.html | 22 ---------------------- 3 files changed, 31 insertions(+), 51 deletions(-) delete mode 100644 left.html delete mode 100644 top.html diff --git a/index.html b/index.html index af72b0e14d37..ea8f85e00ea3 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,36 @@ The Newlib Homepage - - - - - - - - + <body style="margin: 0" bgcolor="black" text="white" link="#00ccff" vlink="#00cc66"> - <body> - </body> - - + + + + + + + + +
+ [redhat.com] + + + sourceware.org + +
+ +

Info

+

News

+

Download

+

Mailing List

+

FAQ

+

Docs

+
+