Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 04:00:36 GMT
From:      linimon@lonesome.com (Mark Linimon)
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/87500: [patch] redo www/en/ports/index.html layout
Message-ID:  <200510160400.j9G40aW6049446@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/87500; it has been noted by GNATS.

From: linimon@lonesome.com (Mark Linimon)
To: Edwin Groothuis <edwin@mavetju.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/87500: [patch] redo www/en/ports/index.html layout
Date: Sat, 15 Oct 2005 22:45:36 -0500

 A prototype of these changes merged with my updated changes in www/45169
 is at http://people.FreeBSD.org/~linimon/www/en/ports/index.html.
 
 Applying the patch in 87500 followed by 45169 gives you one conflict which
 can then be resolved by applying the following:
 
 172a173
 >     $portnumber = "0";
 275a277
 > <H3>Current status</H3>
 277,278c279,280
 < You may download a
 < <A HREF="$baseFTP/ports.tar.gz">gzip'd tar file of all ports</A>
 ---
 > You may
 > <A HREF="$baseFTP/ports.tar.gz">download a gzip'd tar file of all ports</A>
 282a285
 > </P>
 284a288,290
 >     if ($portnumber eq '0') {
 >       print $moutf "<P>none found</P>\n";
 >     } else {
 320d325
 < 
 323a329
 >     }
 325,326d330
 <     print $moutf 
 <     	"<UL><LI><A HREF=\"master-index.html\">Alphabetical list of all $portnumber ports</A></LI></UL>\n";
 336c340
 <     footer($mindex, "<A HREF=\"index.html\">Port Categories</A>");
 ---
 >     footer($mindex, "<A HREF=\"index.html#categories\">Port Categories</A>");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510160400.j9G40aW6049446>