Remove the "Download" link due to this implementation's unpopularity.

This commit is contained in:
Ceri Davies 2005-01-02 12:37:49 +00:00
parent f942907cc9
commit 269e10fae1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23419
3 changed files with 4 additions and 21 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.123 2005/01/01 12:01:53 simon Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.124 2005/01/01 21:15:08 ceri Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -6,7 +6,7 @@
<xsl:import href="news/includes.xsl"/>
<xsl:variable name="base" select="'.'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.123 2005/01/01 12:01:53 simon Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.124 2005/01/01 21:15:08 ceri Exp $'"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<!-- these params should be externally bound. The values
@ -228,17 +228,6 @@
<table class="panel" cellpadding="4" cellspacing="0">
<tr>
<td valign="top">
<p><a href="{$url.ftp}/releases">
<font size="+1"
color="#990000"><b>Download</b></font></a><br/>
<small>&#183;
<a href="{$url.ftp}/releases/alpha">alpha</a>&#183;
<a href="{$url.ftp}/releases/amd64">amd64</a>&#183;
<a href="{$url.ftp}/releases/i386">i386</a>&#183;
<a href="{$url.ftp}/releases/ia64">ia64</a>&#183;
<a href="{$url.ftp}/releases/pc98">pc98</a>&#183;
<a href="{$url.ftp}/releases/sparc64">sparc64</a>
</small></p>
<p><a href="{$u.rel.announce}">
<font size="+1" color="#990000"><b>Production Release:
<xsl:value-of select="$rel.current"/></b></font></a><br/>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/includes.misc.sgml,v 1.1 2003/10/11 18:51:26 hrs Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.misc.sgml,v 1.2 2005/01/01 21:15:08 ceri Exp $ -->
<!-- avoid replacing &nbsp; etc. with hardcoded Latin1 values -->
<!ENTITY nbsp SDATA "[nbsp ]">
@ -36,9 +36,6 @@
<!ENTITY url.doc.books.fdp-primer '&url.doc.base;/books/fdp-primer/index.html'>
<!ENTITY url.doc.books.fdp-primer-en '&url.doc.base-en;/books/fdp-primer/index.html'>
<!-- URLS for downloading FreeBSD -->
<!ENTITY url.ftp 'ftp://ftp.FreeBSD.org/pub/FreeBSD'>
<!--
Local Variables:
mode: sgml

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/share/sgml/includes.misc.xsl,v 1.15 2004/12/31 07:24:05 hrs Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.misc.xsl,v 1.16 2005/01/01 21:15:08 ceri Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -12,9 +12,6 @@
<xsl:variable name="jdk" select="'JDK&#8482;'"/>
<xsl:variable name="posix" select="'POSIX&#174;'"/>
<!-- URLS for downloading FreeBSD -->
<xsl:variable name="url.ftp" select="'ftp://ftp.FreeBSD.org/pub/FreeBSD'"/>
<!-- for security advisories -->
<xsl:variable name="ftpbase"
select="'ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/'"/>