Patch merged, thanks. -- Jeff J. On Wed, Jan 3, 2024 at 8:13 PM Mike Frysinger wrote: > 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. > --- > v2 > - fix the background color of the main frame so docs don't end up > black-on-black since iframes default to background-color:transparent > > 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..8d2ea0a023d4 100644 > --- a/index.html > +++ b/index.html > @@ -4,17 +4,36 @@ > The Newlib Homepage > > > - framespacing="0"> > - > - framespacing="0"> > - > - > - > - > - > + <body style="margin: 0" text="white" link="#00ccff" > vlink="#00cc66"> > > - <body> > - </body> > - > - > + border="0"> > + > + > + > + > + > + > + > +
> + + width="81" height="69" alt="[ > redhat.com]" border="0"> > + > + target=_top> > + + width="483" height="68" > alt="sourceware.org" border="0"> > + > +
valign="top"> > + src="newlib.jpg"> > +

target="main">Info

> +

target="main">News

> +

target="main">Download

> +

target="main">Mailing List

> +

target="main">FAQ

> +

target="main">Docs

> +
> +