Add an soc2008 class and mark a few projects. More probably need to
be marked.
This commit is contained in:
parent
79a50cf940
commit
6bc063c6c0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33911
2 changed files with 7 additions and 5 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
||||||
<ideas>
|
<ideas>
|
||||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||||
<cvs:keyword name="freebsd">
|
<cvs:keyword name="freebsd">
|
||||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.91 2009/03/05 18:51:31 danger Exp $
|
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.92 2009/03/06 04:33:53 brooks Exp $
|
||||||
</cvs:keyword>
|
</cvs:keyword>
|
||||||
</cvs:keywords>
|
</cvs:keywords>
|
||||||
|
|
||||||
|
@ -1368,7 +1368,7 @@ destDir parameter.</li>
|
||||||
</desc>
|
</desc>
|
||||||
</idea>
|
</idea>
|
||||||
|
|
||||||
<idea id="ports-license-audit" class="soc">
|
<idea id="ports-license-audit" class="soc2008">
|
||||||
<title>Ports license auditing infrastructure</title>
|
<title>Ports license auditing infrastructure</title>
|
||||||
|
|
||||||
<desc>
|
<desc>
|
||||||
|
@ -1559,7 +1559,7 @@ New tests must be created; existing tests must be completed and updated.
|
||||||
</desc>
|
</desc>
|
||||||
</idea>
|
</idea>
|
||||||
|
|
||||||
<idea id="nfsv4acls" class="soc">
|
<idea id="nfsv4acls" class="soc2008">
|
||||||
<title>NFSv4 ACLs</title>
|
<title>NFSv4 ACLs</title>
|
||||||
|
|
||||||
<desc>
|
<desc>
|
||||||
|
@ -2078,7 +2078,7 @@ SMP features.</p>
|
||||||
</desc>
|
</desc>
|
||||||
</idea>
|
</idea>
|
||||||
|
|
||||||
<idea class="soc" id="sntp">
|
<idea class="soc2008" id="sntp">
|
||||||
<title>SNTP</title>
|
<title>SNTP</title>
|
||||||
|
|
||||||
<desc><p><strong>Technical contact</strong>: <a
|
<desc><p><strong>Technical contact</strong>: <a
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.10 2008/03/18 00:01:09 rwatson Exp $ -->
|
<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.11 2009/03/05 18:52:30 danger Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||||
|
@ -106,6 +106,7 @@
|
||||||
<xsl:text> </xsl:text>
|
<xsl:text> </xsl:text>
|
||||||
<xsl:if test="@class='soc'"><em>(Summer of Code)</em></xsl:if>
|
<xsl:if test="@class='soc'"><em>(Summer of Code)</em></xsl:if>
|
||||||
<xsl:if test="@class='soc2007'"><em>(Summer of Code 2007)</em></xsl:if>
|
<xsl:if test="@class='soc2007'"><em>(Summer of Code 2007)</em></xsl:if>
|
||||||
|
<xsl:if test="@class='soc2008'"><em>(Summer of Code 2008)</em></xsl:if>
|
||||||
</li>
|
</li>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -126,6 +127,7 @@
|
||||||
</xsl:element>
|
</xsl:element>
|
||||||
|
|
||||||
<h3><xsl:value-of select="title" /></h3>
|
<h3><xsl:value-of select="title" /></h3>
|
||||||
|
<xsl:if test="@class='soc2008'"><em>Part of Summer of Code 2008</em></xsl:if>
|
||||||
<xsl:if test="@class='soc2007'"><em>Part of Summer of Code 2007</em></xsl:if>
|
<xsl:if test="@class='soc2007'"><em>Part of Summer of Code 2007</em></xsl:if>
|
||||||
<xsl:if test="@class='soc'"><em>Suggested Summer of Code 2009 project idea</em></xsl:if>
|
<xsl:if test="@class='soc'"><em>Suggested Summer of Code 2009 project idea</em></xsl:if>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue