Remove the Java press page since it hasn't been updated with new
stories for 5 years.
This commit is contained in:
parent
cb32d1a230
commit
91287ad85a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20902
3 changed files with 2 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/java/Makefile,v 1.2 2000/03/02 15:55:14 phantom Exp $
|
||||
# $FreeBSD: www/en/java/Makefile,v 1.3 2000/11/07 04:05:16 kuriyama Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -16,7 +16,6 @@ DOCS+= howhelp.sgml
|
|||
DOCS+= index.sgml
|
||||
DOCS+= install.sgml
|
||||
DOCS+= newsflash.sgml
|
||||
DOCS+= press.sgml
|
||||
|
||||
DATA= j2j.gif
|
||||
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/press.sgml,v 1.4 2000/04/30 22:57:34 nik Exp $">
|
||||
<!ENTITY title "FreeBSD &java; Project: In The Press...">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<P><B>Java World March, 1999</B>:<A HREF="http://www.javaworld.com/javaworld/jw-03-1999/jw-03-volanomark-2.html">(link)</A>
|
||||
|
||||
<BR>JavaWorld presents Volano's report which studies the performance and network scalability of 16 Java virtual machines on 7 operating systems. FreeBSD is included using our 1.1.8 JDK.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/press.xsl,v 1.7 2004/04/04 21:46:13 phantom Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/press.xsl,v 1.8 2004/04/07 11:40:48 phantom Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -31,10 +31,6 @@
|
|||
<a href="mailto:www@FreeBSD.org">www@FreeBSD.org</a> so that we can
|
||||
include them.</p>
|
||||
|
||||
<p>You also can visit <a href="{$base}/java/press.html">FreeBSD/Java
|
||||
Press</a> page for information about FreeBSD Java Project's Press
|
||||
News.</p>
|
||||
|
||||
<xsl:apply-templates select="//month"/>
|
||||
|
||||
<p>Older press publications:
|
||||
|
|
Loading…
Reference in a new issue