docs/87500: [patch] redo www/en/ports/index.html layout
Mark Linimon
linimon at lonesome.com
Sun Oct 16 04:00:37 UTC 2005
The following reply was made to PR docs/87500; it has been noted by GNATS.
From: linimon at lonesome.com (Mark Linimon)
To: Edwin Groothuis <edwin at mavetju.org>
Cc: FreeBSD-gnats-submit at 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>");
More information about the freebsd-doc
mailing list