Indicate directly on the ideas page which projects are most suitable
for Summer of Code. Suggested by: luigi
This commit is contained in:
parent
e424bdff34
commit
7544254cce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29802
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.3 2007/03/10 10:27:59 joel Exp $ -->
|
||||
<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.4 2007/03/11 07:38:13 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -84,6 +84,8 @@
|
|||
</xsl:attribute>
|
||||
<xsl:value-of select="title" />
|
||||
</xsl:element>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:if test="@class='soc'"><em>(Summer of Code)</em></xsl:if>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
|
@ -104,8 +106,9 @@
|
|||
</xsl:element>
|
||||
|
||||
<h3><xsl:value-of select="title" /></h3>
|
||||
<xsl:if test="@class='soc'"><em>Suitable for Summer of Code</em></xsl:if>
|
||||
|
||||
<xsl:copy-of select="desc" />
|
||||
<xsl:copy-of select="desc" />
|
||||
|
||||
<hr />
|
||||
</xsl:for-each>
|
||||
|
|
Loading…
Reference in a new issue