View | Details | Raw Unified | Return to bug 31109
Collapse All | Expand All

(-)en/doc.hdr (-1 / +1 lines)
Lines 1-4 Link Here
1
<IMG SRC="../gifs/bar.gif" ALT="Navigation Bar" WIDTH="565" HEIGHT="33" BORDER=0 usemap="#bar">
1
<IMG SRC="../gifs/bar.png" ALT="Navigation Bar" WIDTH="565" HEIGHT="33" BORDER=0 usemap="#bar">
2
<map name="bar">
2
<map name="bar">
3
<area shape="rect" coords="1,1,111,31" href="../index.html" ALT="Top">
3
<area shape="rect" coords="1,1,111,31" href="../index.html" ALT="Top">
4
<area shape="rect" coords="112,11,196,31" href="../ports/index.html" ALT="Applications">
4
<area shape="rect" coords="112,11,196,31" href="../ports/index.html" ALT="Applications">
(-)en/includes.sgml (-4 / +4 lines)
Lines 15-22 Link Here
15
<!ENTITY base CDATA ".">
15
<!ENTITY base CDATA ".">
16
16
17
<!-- Images -->
17
<!-- Images -->
18
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left"  width="80" height="76">'>
18
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.png" alt="" align="left"  width="80" height="76">'>
19
<!ENTITY i.new '<img src="&base;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
19
<!ENTITY i.new '<img src="&base;/gifs/new.png" alt="[New!]" width="28" height="11">'>
20
20
21
<!-- Components making up the standard headers and footers. -->
21
<!-- Components making up the standard headers and footers. -->
22
<!-- Override in the prolog <em>before</em> including this  -->
22
<!-- Override in the prolog <em>before</em> including this  -->
Lines 27-33 Link Here
27
<!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br>
27
<!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br>
28
  &copyright;'>
28
  &copyright;'>
29
<!ENTITY date ''>
29
<!ENTITY date ''>
30
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
30
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.png"
31
  alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
31
  alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
32
32
33
<!-- Standard headers and footers -->
33
<!-- Standard headers and footers -->
Lines 36-42 Link Here
36
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
36
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
37
<meta name="MSSmartTagsPreventParsing" content="TRUE"></head><body
37
<meta name="MSSmartTagsPreventParsing" content="TRUE"></head><body
38
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
38
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
39
src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
39
src="&base;/gifs/bar.png" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
40
<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
40
<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
41
41
42
42
(-)en/includes.xsl (-4 / +4 lines)
Lines 5-15 Link Here
5
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
5
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
6
6
7
  <xsl:variable name="i.daemon">
7
  <xsl:variable name="i.daemon">
8
    <img src="{$base}/gifs/daemon.gif" alt="" align="left" width="80" height="76"/>
8
    <img src="{$base}/gifs/daemon.png" alt="" align="left" width="80" height="76"/>
9
  </xsl:variable>
9
  </xsl:variable>
10
10
11
  <xsl:variable name="i.new">
11
  <xsl:variable name="i.new">
12
    <img src="{$base}/gifs/new.gif" alt="[New!]" width="28" height="11"/>
12
    <img src="{$base}/gifs/new.png" alt="[New!]" width="28" height="11"/>
13
  </xsl:variable>
13
  </xsl:variable>
14
14
15
  <xsl:variable name="copyright" select="'Copyright (c) 1995-2001 the FreeBSD Project.  All rights reserved.'"/>
15
  <xsl:variable name="copyright" select="'Copyright (c) 1995-2001 the FreeBSD Project.  All rights reserved.'"/>
Lines 24-30 Link Here
24
  </xsl:variable>
24
  </xsl:variable>
25
25
26
  <xsl:variable name="home">
26
  <xsl:variable name="home">
27
    <a href="{$base}/index.html"><img src="{$base}/gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
27
    <a href="{$base}/index.html"><img src="{$base}/gifs/home.png" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
28
  </xsl:variable>
28
  </xsl:variable>
29
29
30
  <xsl:variable name="header1">
30
  <xsl:variable name="header1">
Lines 43-49 Link Here
43
  </xsl:attribute-set>
43
  </xsl:attribute-set>
44
44
45
  <xsl:variable name="header2">
45
  <xsl:variable name="header2">
46
    <img src="{$base}/gifs/bar.gif" alt="Navigation Bar" width="565" 
46
    <img src="{$base}/gifs/bar.png" alt="Navigation Bar" width="565" 
47
	 height="33" border="0" usemap="#bar"/>
47
	 height="33" border="0" usemap="#bar"/>
48
      
48
      
49
    <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
49
    <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
(-)en/index.xsl (-6 / +6 lines)
Lines 30-36 Link Here
30
	<table border="0" cellspacing="0" cellpadding="0">
30
	<table border="0" cellspacing="0" cellpadding="0">
31
	  <tr>
31
	  <tr>
32
	    <td><a href="http://www.FreeBSD.org/index.html">
32
	    <td><a href="http://www.FreeBSD.org/index.html">
33
		<img src="gifs/freebsd_1.gif" height="94" width="306"
33
		<img src="gifs/freebsd_1.png" height="94" width="306"
34
		     alt="FreeBSD: The Power to Serve" border="0"/></a></td>
34
		     alt="FreeBSD: The Power to Serve" border="0"/></a></td>
35
	    
35
	    
36
	    <td align="right" valign="bottom" width="300">
36
	    <td align="right" valign="bottom" width="300">
Lines 292-298 Link Here
292
292
293
	      <h2><font color="#990000">FreeBSD is <i>free</i></font></h2>
293
	      <h2><font color="#990000">FreeBSD is <i>free</i></font></h2>
294
	    
294
	    
295
	      <a href="copyright/daemon.html"><img src="gifs/dae_up3.gif" 
295
	      <a href="copyright/daemon.html"><img src="gifs/dae_up3.png" 
296
						   alt=""
296
						   alt=""
297
						   height="81" width="72" 
297
						   height="81" width="72" 
298
						   align="right" 
298
						   align="right" 
Lines 425-444 Link Here
425
	<table width="100%" border="0" cellspacing="0" cellpadding="3">
425
	<table width="100%" border="0" cellspacing="0" cellpadding="3">
426
	  <tr>
426
	  <tr>
427
	    <td><a href="http://www.freebsdmall.com/"><img
427
	    <td><a href="http://www.freebsdmall.com/"><img
428
							   src="gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
428
							   src="gifs/mall_title_medium.png" alt="[FreeBSD Mall]"
429
							   height="65" width="165" border="0"/></a></td>
429
							   height="65" width="165" border="0"/></a></td>
430
	    
430
	    
431
	    <td><a href="http://www.ugu.com/"><img src="gifs/ugu_icon.gif"
431
	    <td><a href="http://www.ugu.com/"><img src="gifs/ugu_icon.png"
432
						   alt="[Sponsor of Unix Guru Universe]" 
432
						   alt="[Sponsor of Unix Guru Universe]" 
433
						   height="64" width="76"
433
						   height="64" width="76"
434
						   border="0"/></a></td>
434
						   border="0"/></a></td>
435
	  
435
	  
436
	    <td><a href="http://www.daemonnews.org/"><img src="gifs/darbylogo.gif"
436
	    <td><a href="http://www.daemonnews.org/"><img src="gifs/darbylogo.png"
437
		alt="[Daemon News]" height="45" width="130"
437
		alt="[Daemon News]" height="45" width="130"
438
		border="0"/></a></td>
438
		border="0"/></a></td>
439
	  
439
	  
440
	    <td><a href="{$base}/copyright/daemon.html"><img
440
	    <td><a href="{$base}/copyright/daemon.html"><img
441
							     src="gifs/powerlogo.gif" 
441
							     src="gifs/powerlogo.png" 
442
							     alt="[Powered by FreeBSD]"
442
							     alt="[Powered by FreeBSD]"
443
							     height="64" 
443
							     height="64" 
444
							     width="160" 
444
							     width="160" 
(-)en/publish.sgml (-6 / +6 lines)
Lines 9-15 Link Here
9
    
9
    
10
    <table>
10
    <table>
11
      <tr>
11
      <tr>
12
	<td><img src="gifs/daemon.gif" alt="FreeBSD Daemon" height="76"
12
	<td><img src="gifs/daemon.png" alt="FreeBSD Daemon" height="76"
13
	    width="80" border="0"></td>
13
	    width="80" border="0"></td>
14
14
15
	<td>
15
	<td>
Lines 174-180 Link Here
174
      </tr>
174
      </tr>
175
175
176
      <tr>
176
      <tr>
177
	<td><a href="http://www.freebsdmall.com/software/bsdcomp.phtml"><IMG SRC="gifs/bsdcomp-4.2.gif" WIDTH="200" HEIGHT="220"></a></td>
177
	<td><a href="http://www.freebsdmall.com/software/bsdcomp.phtml"><IMG SRC="gifs/bsdcomp-4.2.png" WIDTH="200" HEIGHT="220"></a></td>
178
	<td>
178
	<td>
179
	The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2.
179
	The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2.
180
	Everything you ever wanted to know about how to get
180
	Everything you ever wanted to know about how to get
Lines 393-419 Link Here
393
	</td></tr>
393
	</td></tr>
394
394
395
      <tr>
395
      <tr>
396
	<td><a href="http://www.freebsdmall.com/software/bsdtool.phtml"><img src="gifs/wc-bsdtool.gif" WIDTH="200" HEIGHT="166"></a></td>
396
	<td><a href="http://www.freebsdmall.com/software/bsdtool.phtml"><img src="gifs/wc-bsdtool.png" WIDTH="200" HEIGHT="166"></a></td>
397
	<td>
397
	<td>
398
	FreeBSD Toolkit: Six disc set of resources to make your 
398
	FreeBSD Toolkit: Six disc set of resources to make your 
399
	FreeBSD experience more enriching.
399
	FreeBSD experience more enriching.
400
	</td></tr>
400
	</td></tr>
401
401
402
      <tr>
402
      <tr>
403
	<td><a href="http://www.freebsdmall.com/software/bsdalph.phtml"><img src="gifs/wc-bsdalph-4.2.gif" WIDTH="242" HEIGHT="200"></a></td>
403
	<td><a href="http://www.freebsdmall.com/software/bsdalph.phtml"><img src="gifs/wc-bsdalph-4.2.png" WIDTH="242" HEIGHT="200"></a></td>
404
	<td>
404
	<td>
405
	FreeBSD Alpha 4.2 - The full version of the DEC Alpha 64-bit
405
	FreeBSD Alpha 4.2 - The full version of the DEC Alpha 64-bit
406
	UNIX operating system.
406
	UNIX operating system.
407
	</td></tr>
407
	</td></tr>
408
408
409
      <tr>
409
      <tr>
410
	<td><a href="http://www.freebsdmall.com/software/bsd.phtml"><img src="gifs/wc-freebsd-4.2b.gif" WIDTH="255" HEIGHT="200"></a></td>
410
	<td><a href="http://www.freebsdmall.com/software/bsd.phtml"><img src="gifs/wc-freebsd-4.2b.png" WIDTH="255" HEIGHT="200"></a></td>
411
	<td>
411
	<td>
412
	FreeBSD 4.2: The full version of the PC 32-bit UNIX operating system.
412
	FreeBSD 4.2: The full version of the PC 32-bit UNIX operating system.
413
	</td></tr>
413
	</td></tr>
414
414
415
      <tr>
415
      <tr>
416
	<td><a href="http://www.lob.de/"><img src="gifs/lob-freebsd-4.2.gif" WIDTH="255" HEIGHT="218"></a></td>
416
	<td><a href="http://www.lob.de/"><img src="gifs/lob-freebsd-4.2.png" WIDTH="255" HEIGHT="218"></a></td>
417
	<td>
417
	<td>
418
	FreeBSD 4.2 CD-ROM. Lehmanns CD-ROM Edition.
418
	FreeBSD 4.2 CD-ROM. Lehmanns CD-ROM Edition.
419
        January 2001, 4 CD-ROMs. Lehmanns Fachbuchhandlung. Germany.
419
        January 2001, 4 CD-ROMs. Lehmanns Fachbuchhandlung. Germany.
(-)en/cgi/cgi-style.pl (-2 / +2 lines)
Lines 25-31 Link Here
25
    $hsty_date = "";
25
    $hsty_date = "";
26
}
26
}
27
27
28
$i_topbar = "<IMG SRC=\"$hsty_base/gifs/bar.gif\" ALT=\"Navigation Bar\" WIDTH=\"565\" HEIGHT=\"33\" BORDER=0 usemap=\"#bar\">
28
$i_topbar = "<IMG SRC=\"$hsty_base/gifs/bar.png\" ALT=\"Navigation Bar\" WIDTH=\"565\" HEIGHT=\"33\" BORDER=0 usemap=\"#bar\">
29
<map name=\"bar\">
29
<map name=\"bar\">
30
<area shape=\"rect\" coords=\"1,1,111,31\" href=\"$hsty_base/index.html\" ALT=\"Top\">
30
<area shape=\"rect\" coords=\"1,1,111,31\" href=\"$hsty_base/index.html\" ALT=\"Top\">
31
<area shape=\"rect\" coords=\"112,11,196,31\" href=\"$hsty_base/ports/index.html\" ALT=\"Applications\">
31
<area shape=\"rect\" coords=\"112,11,196,31\" href=\"$hsty_base/ports/index.html\" ALT=\"Applications\">
Lines 39-45 Link Here
39
</map>";
39
</map>";
40
40
41
if (!defined($hsty_home)) {
41
if (!defined($hsty_home)) {
42
    $hsty_home = "<a href=\"$hsty_base/\"><img src=\"$hsty_base/gifs/home.gif\"
42
    $hsty_home = "<a href=\"$hsty_base/\"><img src=\"$hsty_base/gifs/home.png\"
43
  alt=\"FreeBSD Home Page\" border=\"0\" align=\"right\"></a>";
43
  alt=\"FreeBSD Home Page\" border=\"0\" align=\"right\"></a>";
44
}
44
}
45
45
(-)en/cgi/ports.cgi (-2 / +2 lines)
Lines 96-102 Link Here
96
    $portsDesc = '../ports/';
96
    $portsDesc = '../ports/';
97
97
98
    # location of the tiny BSD daemon
98
    # location of the tiny BSD daemon
99
    $daemonGif = '<IMG SRC="/gifs/littlelogo.gif">';
99
    $daemonGif = '<IMG SRC="/gifs/littlelogo.png">';
100
100
101
    # visible E-Mail address, plain text
101
    # visible E-Mail address, plain text
102
    $mailto = 'www@FreeBSD.org';
102
    $mailto = 'www@FreeBSD.org';
Lines 549-555 Link Here
549
sub footer {
549
sub footer {
550
550
551
    print qq{
551
    print qq{
552
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
552
<img ALIGN="RIGHT" src="/gifs/powerlogo.png">
553
&copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br>
553
&copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br>
554
};
554
};
555
    #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $} . "<br>\n";
555
    #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $} . "<br>\n";
(-)en/cgi/reg.cgi (-1 / +1 lines)
Lines 84-90 Link Here
84
print "<BODY BGCOLOR=\"\#FFFFFF\" TEXT=\"\#660000\">\n";
84
print "<BODY BGCOLOR=\"\#FFFFFF\" TEXT=\"\#660000\">\n";
85
print "<FONT SIZE=4> \n";
85
print "<FONT SIZE=4> \n";
86
print "<CENTER>\n";
86
print "<CENTER>\n";
87
print "<IMG SRC=\"..\/gifs\/bar.gif\" BORDER=0 USEMAP=\"\#bar\">\n";
87
print "<IMG SRC=\"..\/gifs\/bar.png\" BORDER=0 USEMAP=\"\#bar\">\n";
88
print "<MAP NAME=\"bar\">\n";
88
print "<MAP NAME=\"bar\">\n";
89
print "<AREA SHAPE=\"RECT\" COORDS=\"1,1,111,31\" HREF=\"../index.html\">\n";
89
print "<AREA SHAPE=\"RECT\" COORDS=\"1,1,111,31\" HREF=\"../index.html\">\n";
90
print "<AREA SHAPE=\"RECT\" COORDS=\"112,11,196,31\" HREF=\"../ports/index.html\">\n";
90
print "<AREA SHAPE=\"RECT\" COORDS=\"112,11,196,31\" HREF=\"../ports/index.html\">\n";
(-)en/gallery/gallery.xsl (-8 / +8 lines)
Lines 39-48 Link Here
39
39
40
	<table width="100%" border="0">
40
	<table width="100%" border="0">
41
	  <tr>
41
	  <tr>
42
	    <td align="left"><img src="../gifs/powerlogo.gif" alt=""
42
	    <td align="left"><img src="../gifs/powerlogo.png" alt=""
43
				  align="left" border="0"/></td>
43
				  align="left" border="0"/></td>
44
44
45
	    <td align="left"><img src="../gifs/power-button.gif" alt="" 
45
	    <td align="left"><img src="../gifs/power-button.png" alt="" 
46
				  align="left" border="0"/></td>
46
				  align="left" border="0"/></td>
47
	  </tr>
47
	  </tr>
48
48
Lines 58-77 Link Here
58
	  </tr>
58
	  </tr>
59
	</table>
59
	</table>
60
	
60
	
61
	<p align="center"><img src="../gifs/banner1.gif" alt="" 
61
	<p align="center"><img src="../gifs/banner1.png" alt="" 
62
			       width="446" height="63" border="0"/></p>
62
			       width="446" height="63" border="0"/></p>
63
63
64
	<p align="center"><img src="../gifs/banner2.gif" alt="" width="310" 
64
	<p align="center"><img src="../gifs/banner2.png" alt="" width="310" 
65
			       height="63" border="0"/></p>
65
			       height="63" border="0"/></p>
66
66
67
	<p align="center"><img src="../gifs/banner3.gif" alt="" width="250" 
67
	<p align="center"><img src="../gifs/banner3.png" alt="" width="250" 
68
			       height="35" border="0"/></p>
68
			       height="35" border="0"/></p>
69
69
70
	<p align="center"><img src="../gifs/banner4.gif" alt="" width="225" 
70
	<p align="center"><img src="../gifs/banner4.png" alt="" width="225" 
71
			       height="46" border="0"/></p>
71
			       height="46" border="0"/></p>
72
72
73
	<p>The "Powered by FreeBSD" logos above may be 
73
	<p>The "Powered by FreeBSD" logos above may be 
74
	  <a href="../gifs/powerlogo.gif">downloaded</a> and displayed on 
74
	  <a href="../gifs/powerlogo.png">downloaded</a> and displayed on 
75
	  personal or commercial home pages served by FreeBSD machines. Use of
75
	  personal or commercial home pages served by FreeBSD machines. Use of
76
	  this logo or the likeliness of the <a
76
	  this logo or the likeliness of the <a
77
	  href="../copyright/daemon.html">BSD Daemons</a> for profitable gain
77
	  href="../copyright/daemon.html">BSD Daemons</a> for profitable gain
Lines 84-87 Link Here
84
      </body>
84
      </body>
85
    </html>
85
    </html>
86
  </xsl:template>
86
  </xsl:template>
87
</xsl:stylesheet>
87
</xsl:stylesheet>
(-)en/gifs/Makefile (-19 / +19 lines)
Lines 7-20 Link Here
7
.include "../Makefile.inc"
7
.include "../Makefile.inc"
8
.endif
8
.endif
9
9
10
DATA=   apache.gif apachepower.gif daemon.gif dir.gif doc.gif
10
DATA=   apache.png apachepower.png daemon.png dir.png doc.png
11
DATA+=  home.gif littlelogo.gif new.gif power-button.gif
11
DATA+=  home.png littlelogo.png new.png power-button.png
12
DATA+=  powerlogo.gif ugu_icon.gif wclogo.gif topbar.gif
12
DATA+=  powerlogo.png ugu_icon.png wclogo.png topbar.png
13
DATA+=  flash0.gif flash1.gif soft0.gif soft1.gif support0.gif support1.gif
13
DATA+=  flash0.png flash1.png soft0.png soft1.png support0.png support1.png
14
DATA+=  docs0.gif docs1.gif vendors0.gif vendors1.gif search0.gif search1.gif
14
DATA+=  docs0.png docs1.png vendors0.png vendors1.png search0.png search1.png
15
DATA+=  index0.gif index1.gif get0.gif get1.gif faq0.gif faq1.gif
15
DATA+=  index0.png index1.png get0.png get1.png faq0.png faq1.png
16
DATA+=  handboo0.gif handboo1.gif dae_up2.gif dae_up3.gif bar.gif
16
DATA+=  handboo0.png handboo1.png dae_up2.png dae_up3.png bar.png
17
DATA+=  freebsd_1.gif powerani.gif pbfbsd2.gif 205-jp.jpg
17
DATA+=  freebsd_1.png powerani.gif pbfbsd2.gif 205-jp.jpg
18
DATA+=  205-jpb.jpg bsdisc.jpg bsdiscb.jpg comp_b.jpg complete.jpg
18
DATA+=  205-jpb.jpg bsdisc.jpg bsdiscb.jpg comp_b.jpg complete.jpg
19
DATA+=  cover.jpg coverb.jpg fullcourse3.jpg
19
DATA+=  cover.jpg coverb.jpg fullcourse3.jpg
20
DATA+=  fullcourse3b.jpg getstarb.jpg getstart.jpg
20
DATA+=  fullcourse3b.jpg getstarb.jpg getstart.jpg
Lines 30-56 Link Here
30
DATA+=  wc-44lite2.jpg wc-44lite2b.jpg wc-blun.jpg wc-blunb.jpg 
30
DATA+=  wc-44lite2.jpg wc-44lite2b.jpg wc-blun.jpg wc-blunb.jpg 
31
DATA+=  wc-30snab.jpg wc-30sna.jpg newsletb.jpg newslett.jpg
31
DATA+=  wc-30snab.jpg wc-30sna.jpg newsletb.jpg newslett.jpg
32
DATA+=  newslet2b.jpg newslet2.jpg
32
DATA+=  newslet2b.jpg newslet2.jpg
33
DATA+=  banner1.gif banner2.gif banner3.gif banner4.gif
33
DATA+=  banner1.png banner2.png banner3.png banner4.png
34
DATA+=  lynx.gif
34
DATA+=  lynx.png
35
DATA+=  smart-reseller-small.jpg smart-reseller.jpg
35
DATA+=  smart-reseller-small.jpg smart-reseller.jpg
36
DATA+=	bsdm.jpg
36
DATA+=	bsdm.jpg
37
DATA+=	bsdmb.jpg
37
DATA+=	bsdmb.jpg
38
DATA+=	fhp_mini.jpg
38
DATA+=	fhp_mini.jpg
39
DATA+=  mall_title_tiny.gif
39
DATA+=  mall_title_tiny.png
40
DATA+=  mall_title_medium.gif
40
DATA+=  mall_title_medium.png
41
DATA+=  plueschtier-tiny.jpg
41
DATA+=  plueschtier-tiny.jpg
42
DATA+=	instman.jpg instmanb.jpg sam.jpg samb.jpg urm.jpg urmb.jpg
42
DATA+=	instman.jpg instmanb.jpg sam.jpg samb.jpg urm.jpg urmb.jpg
43
DATA+=	releases.jpg bug.jpg doc.jpg news.jpg power.jpg
43
DATA+=	releases.jpg bug.jpg doc.jpg news.jpg power.jpg
44
DATA+=	gourchin3.gif
44
DATA+=	gourchin3.png
45
DATA+=	darbylogo.gif
45
DATA+=	darbylogo.png
46
DATA+=	bsdmagazine.jpg
46
DATA+=	bsdmagazine.jpg
47
DATA+=	aboutf.jpg aboutfb.jpg
47
DATA+=	aboutf.jpg aboutfb.jpg
48
DATA+=	bukudepan.jpg
48
DATA+=	bukudepan.jpg
49
DATA+=	wc-bsdtool.gif
49
DATA+=	wc-bsdtool.png
50
DATA+=	wc-bsdalph-4.2.gif
50
DATA+=	wc-bsdalph-4.2.png
51
DATA+=	wc-freebsd-4.2.gif wc-freebsd-4.2b.gif
51
DATA+=	wc-freebsd-4.2.png wc-freebsd-4.2b.png
52
DATA+=	bsdcomp-4.2.gif
52
DATA+=	bsdcomp-4.2.png
53
DATA+=	lob-freebsd-4.2.gif
53
DATA+=	lob-freebsd-4.2.png
54
DATA+= daemon_hammer.jpg
54
DATA+= daemon_hammer.jpg
55
DATA+= daemon_hammer-tn15.jpg daemon_hammer-tn20.jpg daemon_hammer-tn25.jpg
55
DATA+= daemon_hammer-tn15.jpg daemon_hammer-tn20.jpg daemon_hammer-tn25.jpg
56
56
(-)en/internal/about.sgml (-4 / +4 lines)
Lines 10-16 Link Here
10
10
11
<h2>The Machine</h2>
11
<h2>The Machine</h2>
12
12
13
    <img src="../gifs/powerlogo.gif" alt="" align="right"> <p>The
13
    <img src="../gifs/powerlogo.png" alt="" align="right"> <p>The
14
      machine <tt>www.FreeBSD.org</tt>, otherwise known as
14
      machine <tt>www.FreeBSD.org</tt>, otherwise known as
15
      <tt>freefall.FreeBSD.org</tt>, is 800MHz Pentium III set up with
15
      <tt>freefall.FreeBSD.org</tt>, is 800MHz Pentium III set up with
16
      1024 megabytes of RAM and about 50 gigabytes of disk space. The 
16
      1024 megabytes of RAM and about 50 gigabytes of disk space. The 
Lines 33-46 Link Here
33
33
34
<h2>The Software</h2>
34
<h2>The Software</h2>
35
35
36
    <img src="../gifs/apachepower.gif" alt="" align="right"><p>
36
    <img src="../gifs/apachepower.png" alt="" align="right"><p>
37
      These pages are served up by the versatile and efficient <a
37
      These pages are served up by the versatile and efficient <a
38
      href="http://www.apache.org/">Apache http server</a>.  In
38
      href="http://www.apache.org/">Apache http server</a>.  In
39
      addition, there are a few locally crafted CGI scripts.
39
      addition, there are a few locally crafted CGI scripts.
40
      Indexing of these pages and the mailing list archive are
40
      Indexing of these pages and the mailing list archive are
41
      provided by freewais-sf, a derivative of the CNIDR freewais.</p>
41
      provided by freewais-sf, a derivative of the CNIDR freewais.</p>
42
42
43
    <img src="../gifs/gourchin3.gif" alt=""
43
    <img src="../gifs/gourchin3.png" alt=""
44
      align="right"><p>The
44
      align="right"><p>The
45
      <a href="http://www.quantified.com/urchin/support/">Urchin</a>
45
      <a href="http://www.quantified.com/urchin/support/">Urchin</a>
46
      web statistics package is used to provide <a href="http://www.FreeBSD.org/statistic/urchin/">
46
      web statistics package is used to provide <a href="http://www.FreeBSD.org/statistic/urchin/">
Lines 48-54 Link Here
48
48
49
<h2>The Pages</h2>
49
<h2>The Pages</h2>
50
50
51
    <img src="../gifs/lynx.gif" alt="" align="right">
51
    <img src="../gifs/lynx.png" alt="" align="right">
52
    <p>These Web pages have been put together by John Fieber
52
    <p>These Web pages have been put together by John Fieber
53
	<a
53
	<a
54
	href="http://people.FreeBSD.org/~jfieber/">&lt;jfieber@FreeBSD.org&gt;
54
	href="http://people.FreeBSD.org/~jfieber/">&lt;jfieber@FreeBSD.org&gt;
(-)en/java/Makefile (-1 / +1 lines)
Lines 18-23 Link Here
18
DOCS+=  newsflash.sgml
18
DOCS+=  newsflash.sgml
19
DOCS+=  press.sgml
19
DOCS+=  press.sgml
20
20
21
DATA=	j2j.gif
21
DATA=	j2j.png
22
22
23
.include "${WEB_PREFIX}/share/mk/web.site.mk"
23
.include "${WEB_PREFIX}/share/mk/web.site.mk"
(-)en/java/index.sgml (-1 / +1 lines)
Lines 74-80 Link Here
74
<P>This is the offical port of Sun's Java Development Kit for FreeBSD.  No known significant bugs exist at this time, but there are no guarantees of usability.  However, many commercial companies rely on this port, so it should be safe to use.
74
<P>This is the offical port of Sun's Java Development Kit for FreeBSD.  No known significant bugs exist at this time, but there are no guarantees of usability.  However, many commercial companies rely on this port, so it should be safe to use.
75
</TD>
75
</TD>
76
<TD>
76
<TD>
77
<A HREF="http://java.sun.com"><IMG SRC="j2j.gif" HSPACE="10" border="0" ALT="Jump to Java"></A>
77
<A HREF="http://java.sun.com"><IMG SRC="j2j.png" HSPACE="10" border="0" ALT="Jump to Java"></A>
78
</TD>
78
</TD>
79
</tr>
79
</tr>
80
</TABLE>
80
</TABLE>
(-)en/java/dists/index.sgml (-1 / +1 lines)
Lines 16-22 Link Here
16
This is the official port of Sun's Java Development Kit for FreeBSD.  No known significant bugs exist at this time, but there are no guarantees of usability.  However, many commercial companies rely on this port, so it should be safe to use.
16
This is the official port of Sun's Java Development Kit for FreeBSD.  No known significant bugs exist at this time, but there are no guarantees of usability.  However, many commercial companies rely on this port, so it should be safe to use.
17
</td>
17
</td>
18
<td>
18
<td>
19
<A HREF="http://java.sun.com"><IMG SRC="../j2j.gif" HSPACE=10 border="0" ALT="Jump to Java"></A>
19
<A HREF="http://java.sun.com"><IMG SRC="../j2j.png" HSPACE=10 border="0" ALT="Jump to Java"></A>
20
</td>
20
</td>
21
</tr>
21
</tr>
22
</table>
22
</table>

Return to bug 31109