Break 'soc' tag out into two different tags, 'soc' for ideas for this year,
and 'soc2007' to reflect ideas still on the list from last year, but that had owners who made significant headway. Now we can tag new projects with 'soc' if we think they are particularly student-friendly.
This commit is contained in:
parent
aba024501a
commit
213fb932f5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31678
2 changed files with 10 additions and 8 deletions
|
|
@ -15,14 +15,14 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.45 2008/03/17 22:56:51 rwatson Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.46 2008/03/17 23:25:04 rwatson Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<category>
|
||||
<title>File System</title>
|
||||
|
||||
<idea id="msdosfs" class="soc">
|
||||
<idea id="msdosfs" class="soc2007">
|
||||
<title>FAT (msdosfs) infrastructure work</title>
|
||||
|
||||
<desc>
|
||||
|
|
@ -187,7 +187,7 @@ Ideas//EN"
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="setproctitle" class="soc">
|
||||
<idea id="setproctitle" class="soc2007">
|
||||
<title>Avoiding syscall overhead</title>
|
||||
|
||||
<desc>
|
||||
|
|
@ -748,7 +748,7 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea class="soc" id="magtundaemon">
|
||||
<idea class="soc2007" id="magtundaemon">
|
||||
<title>Magic tunnel daemon</title>
|
||||
|
||||
<desc>
|
||||
|
|
@ -1197,7 +1197,7 @@ data).
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="distribaudit" class="soc">
|
||||
<idea id="distribaudit" class="soc2007">
|
||||
<title>Distributed audit / log shipping daemon</title>
|
||||
|
||||
<desc>
|
||||
|
|
@ -1429,7 +1429,7 @@ New tests must be created; existing tests must be completed and updated.
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="kde-freebsd-update" class="soc">
|
||||
<idea id="kde-freebsd-update" class="soc2007">
|
||||
<title>KDE front-ends to the freebsd-update(8)utility</title>
|
||||
|
||||
<desc>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.8 2008/03/14 17:47:13 rwatson Exp $ -->
|
||||
<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.9 2008/03/17 22:08:57 rwatson Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
|
@ -105,6 +105,7 @@
|
|||
</xsl:element>
|
||||
<xsl:text> </xsl:text>
|
||||
<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>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
|
|
@ -125,7 +126,8 @@
|
|||
</xsl:element>
|
||||
|
||||
<h3><xsl:value-of select="title" /></h3>
|
||||
<xsl:if test="@class='soc'"><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 2008 project idea</em></xsl:if>
|
||||
|
||||
<xsl:copy-of select="desc" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue