Add ports to the Shortcuts link on the front page. Our ports web
pages could really use some work as they don't do justice to the ports collection, but I've been convinced this link is better than none. Requested by: dozens
This commit is contained in:
parent
69ce0b8d80
commit
a950444501
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25992
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.135 2005/10/08 09:26:48 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.136 2005/10/09 16:14:38 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.135 2005/10/08 09:26:48 ceri Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.136 2005/10/09 16:14:38 ceri Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -168,6 +168,10 @@
|
|||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Foundation">Foundation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/ports/index.html" title="Ports">Ports</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div> <!-- frontshortcutscontent -->
|
||||
</div> <!-- frontshortcuts -->
|
||||
|
|
Loading…
Reference in a new issue