Shorten the headline by removing 'Supported:'.
PR: 59994 Submitted by: Josef El-Rayes <j.el-rayes@daemon.li>
This commit is contained in:
parent
e995aa7f39
commit
af12a45219
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19105
1 changed files with 19 additions and 5 deletions
24
en/index.xsl
24
en/index.xsl
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.84 2003/12/02 20:12:28 trhodes Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.85 2003/12/06 07:39:32 hrs 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.84 2003/12/02 20:12:28 trhodes Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.85 2003/12/06 07:39:32 hrs Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -103,7 +103,7 @@
|
|||
<td>
|
||||
<p>
|
||||
<a href="platforms/index.html">
|
||||
<font size="+1" color="#990000"><b>Platform Support:</b></font>
|
||||
<font size="+1" color="#990000"><b>Platform</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="smp/index.html">i386</a><br/>
|
||||
· <a href="platforms/alpha.html">Alpha</a><br/>
|
||||
|
@ -135,11 +135,19 @@
|
|||
<a href="support.html">
|
||||
<font size="+1" color="#990000"><b>Support</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="{$base}/support.html#mailing-list">Mailing lists</a><br/>
|
||||
· <a href="http://lists.freebsd.org/mailman/listinfo">FreeBSD Mailing Lists</a><br/>
|
||||
· <a href="{$base}/commercial/consulting.html">Commercial Support</a><br/>
|
||||
· <a href="{$base}/support.html#newsgroups">Newsgroups</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p>
|
||||
<a href="support.html">
|
||||
<font size="+1" color="#990000"><b>Multi-language Support</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="{$base}/docproj/translations.html">Translated Documentation</a><br/>
|
||||
· <a href="{$base}/support.html#mailing-list">Country Specific Mailing lists</a><br/>
|
||||
· <a href="{$base}/support.html#user">User Groups</a><br/>
|
||||
· <a href="{$base}/support.html#web">Web Resources</a><br/>
|
||||
· <a href="security/index.html">Security</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p>
|
||||
|
@ -180,6 +188,12 @@
|
|||
· <a href="{$base}/donations/wantlist.html">List of needs</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Community</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$base}/events/index.html">Upcoming Events</a><br/>
|
||||
· <a href="{$base}/internal/homepage.html">Developer Home Pages</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p>
|
||||
<a href="{$base}/search/index-site.html">
|
||||
<font size="+1" color="#990000"><b>This Site</b></font>
|
||||
|
|
Loading…
Reference in a new issue