Commit graph

590 commits

Author SHA1 Message Date
Giorgos Keramidas
f70028d350 Reduce the size of the generated HTML reports even further, by using
the last suggestion of Jie Cao from www/69780:

	``3. If we strip the spaces at the beginning of the lines, we
	can reduce the size with a further 90000 bytes.''

PR:		www/69780
Submitted by:	Jie Cao (gaoj (at) cpsc (dot) ucalgary (dot) ca)
2004-10-25 11:27:08 +00:00
Hiroki Sato
4d0e7bc642 Add 5.3-RELEASE. 2004-10-24 11:29:51 +00:00
Giorgos Keramidas
2152ca53a4 Put on my chain mail suit and change the output format of the PR
database queries once again, because I've received complaints that the
HTML output mode of the PR query scripts outputs huge, bloated tables
after the style changes I made to beautify HTML output.

This moves all the visual tweaks of the output in a CSS stylesheet and
add a $t_style option to the common cgi-style.pl script.  If not set,
the style defaults to empty, but users of cgi-style.pl can set this to
a local CSS style like this:

        $t_style="<style type=\"text/css\">...</style>";

or use it to refer from the header of the HTML output to an external
CSS stylesheet.

The HTML output size is substantially reduced now (at least 50% of the
size was caused by many repetitions of style="" attributes), but it's
still larger than the preformatted <pre> output because of all the
<tr> and <td> tags.
2004-10-13 10:55:55 +00:00
Dima Dorfman
29993f9779 Improve English wording
PR:		71576
Submitted by:	Warren Block <wblock@wonkity.com>
2004-09-11 08:31:02 +00:00
Bruce A. Mah
69aec7717d s/FreeBSD 6-current/FreeBSD 6.0-current/ for consistency with
prior CURRENT releases/snapshots.
2004-09-04 05:45:53 +00:00
Ceri Davies
7e6599e918 Populate/add alt attributes where they were missing. 2004-08-30 19:11:31 +00:00
Wolfram Schneider
f414bc4d99 oops, 5.2.1-RELEASE is not here, use 5.2R instead 2004-08-29 18:46:21 +00:00
www
ab1ed2ee96 Add copyright link to www.x.org 2004-08-29 18:23:39 +00:00
Wolfram Schneider
35383eeb08 ups, we have a dot release FreeBSD 5.2.1-RELEASE 2004-08-29 18:08:57 +00:00
Wolfram Schneider
5c14bf59a8 add X11R6.7.0
alias x11 -> X11R6.7.0
(xfree86 will still point to XFree86 4.4.0)
2004-08-29 18:04:37 +00:00
Wolfram Schneider
ed5f580a19 add XFree86 4.4.0 2004-08-29 17:44:01 +00:00
www
0a171a9881 let FreeBSD 5.2-stable point to the real stable manpages. 2004-08-29 12:02:14 +00:00
Wolfram Schneider
6dc9cde535 add FreeBSD 6-current
FreeBSD 5.2-current -> FreeBSD 5.2-stable
2004-08-29 11:53:19 +00:00
Wolfram Schneider
7720a9c886 update copyright
add little stylesheet
2004-08-23 20:59:13 +00:00
Wolfram Schneider
6eae9a9c1e optimize search 2004-08-20 17:59:55 +00:00
Ceri Davies
ba0a434481 Add 6-* to the list of searchable releases. 2004-08-19 12:43:25 +00:00
www
a8d6f32b00 Instead of
<TITLE>FreeBSD Hypertext Man Pages: tunefs(8)</TITLE>

they should be in the form
        <TITLE>tunefs(8)</TITLE>

When a user has half a dozen tabs open in their browser, the tabs all
read "FreeBSD Hy...".  If they read "tunefs(8)" instead, the user
could navigate much more quickly.

submitted by: Carleton Vaughn <keebler@mindspring.com>
2004-08-02 20:35:15 +00:00
www
548e887474 fix FreeBSD 4.10-RELEASE manpath 2004-08-02 17:58:17 +00:00
Ceri Davies
798c983fea Some people don't have 20/20 vision, so elide 'I' and '1' from the
characters in the confirmation image.

en/gifs/1.pnm and en/gifs/I.pnm will be safe to remove 45 minutes after
the next web build and not before, so I'll do that tomorrow.

PR:	www/69676
2004-07-27 20:34:40 +00:00
Giorgos Keramidas
4ad53f07f0 - Split text & html output in two separate functions.
- Use a <table> to align data for HTML output similar to the one used by
  CVSweb to list directory contents.  This helps the eye to pick the
  right line to click on when picking PRs to read from a long list.

Approved by:	ceri, linimon, simon, silence on -www
2004-07-25 00:30:35 +00:00
Simon L. B. Nielsen
a984efc38d - Support reading directly from a local INDEX(-5) file that isn't in
CVS, and use this by default.  The CVS version is still used if the
  local updated version isn't readable.  On www.FreeBSD.org this means
  that the updated INDEX(-5) found on
  http://www.FreeBSD.porg/ports/INDEX(-5) are used.

  In essence this mean that this CGI script is actually useful
  again since it's not returning out-of-date results.

- Disable the "new ports" HTML since it just doesn't work without
  frequent INDEX versions in CVS.  The support code for this isn't
  removed at this to avoid breaking stuff, but should be removed
  later.

Testing opertunity provided by:	kuriama
2004-05-27 20:27:55 +00:00
Hiroki Sato
84793204ba Bump version numbers for FreeBSD 4.10-RELEASE. 2004-05-25 22:08:43 +00:00
Hiroki Sato
30e14310c2 Add 4.10-RELEASE. 2004-05-25 21:45:15 +00:00
Simon L. B. Nielsen
363b99e074 Remove some trailing whitespace before I begin to work more on this file. 2004-05-22 15:16:45 +00:00
Simon L. B. Nielsen
490f747786 - After some further though, use 5.2.1 instead of 5.2.
- Add amd64.
2004-05-22 15:09:12 +00:00
Simon L. B. Nielsen
b086f2958c Bump version numbers for FreeBSD 5.2 (only slightly late...).
PR:		www/65943
Noticed by:	wosch
2004-04-24 22:32:09 +00:00
Ceri Davies
61f24a6469 Realign headers. 2004-04-06 11:22:37 +00:00
Ceri Davies
746e692884 Add the new threads category. 2004-04-05 23:14:21 +00:00
Alexey Zelkin
9d67a1cf50 FreeBSD.ORG -> FreeBSD.org 2004-04-05 14:46:17 +00:00
Alexey Zelkin
42507c7acb freebsd.org -> FreeBSD.org 2004-04-04 21:49:42 +00:00
Josef El-Rayes
fcafd834b1 Announce the removal of the gallery pages (www/en/gallery/).
This will be removed in two weeks.

Approved by: simon(mentor), phantom(maintainer)
2004-03-27 13:28:39 +00:00
Bruce A. Mah
59d2199679 Remove duplicate entry for 5.2-RELEASE. Add an entry for upcoming
5.2.1-RELEASE manual pages, which (for the moment) uses the same
manual page set as 5.2-RELEASE.
2004-02-16 21:03:29 +00:00
Ceri Davies
34113a7869 Now that my test build/grep has finished, freebsd.def can go. 2004-02-16 17:25:38 +00:00
Ceri Davies
a2313c9ce5 s/$Id$/$FreeBSD$/ 2004-02-16 16:58:48 +00:00
Ceri Davies
f08bb99ab7 Add an embryonic Gnats.pm that will collect variables and subroutines
related to querying GNATS together, in order to aid with the upgrade to
GNATS 4.

Switch over dosendpr.cgi and query-pr.cgi to use it.
query-pr-summary.cgi to follow.
2004-02-16 16:57:10 +00:00
Ceri Davies
84cbdf31c8 Remove some commented out debugging code. 2004-02-16 16:54:06 +00:00
Ceri Davies
1644d55106 Remove checks for files that do not exist, and garbage collect more
variables.
2004-02-16 16:49:25 +00:00
Ceri Davies
0e60992650 Move files that are only require()d from CGI to DATA, as they do not
need the executable bit to be set.
2004-02-16 15:18:02 +00:00
Ceri Davies
e777890956 Garbage collect the gnrelease variable. 2004-02-16 14:42:47 +00:00
Ceri Davies
55282681c2 Bump the send-pr version header port r1.17. 2004-02-16 14:41:30 +00:00
Ceri Davies
b38382e9a8 Have dosendpr.cgi clean up after itself, rather than having a separate
script to do the job.

Suggested by:	wosch
2004-02-16 14:38:05 +00:00
Ceri Davies
62ba1925fa Remove duplicated text. 2004-02-16 14:34:23 +00:00
Ceri Davies
b275a1696e Add the repocopy state. 2004-02-16 14:30:57 +00:00
www
11f2c82111 add OpenBSD 3.4 2004-01-15 10:25:21 +00:00
www
9ddea9bb29 add FreeBSD 5.2 RELEASE 2004-01-15 09:49:55 +00:00
www
a12a2ff0ea Add Darwin 7.0.1 PPC 2004-01-14 09:42:31 +00:00
Ceri Davies
e107d98123 Up the length of time for which a code remains valid from 15 minutes to
45 minutes.  This was partially prompted by:

PR:		www/60668
Submitted by:	Kevin Ross <austusross@yahoo.com>
2004-01-03 21:24:51 +00:00
Ceri Davies
3e9c39007f Our longest category name is currently 8 characters long, and we're over
halfway to P100k, so update the width of the "Tracker" column to cope.
2003-12-27 14:44:57 +00:00
Ceri Davies
a6df2a6df1 Sort the releases numerically. 2003-12-27 14:32:15 +00:00
Ceri Davies
f4375883ac Update some definitions (which are not currently used).
I sense a cleanup coming.
2003-12-14 17:39:13 +00:00