Add a new category 'soc' for Google Summer of Code related reports - which
we hope to receive ;) Approved by: brueffer
This commit is contained in:
parent
5bdeb9a7d8
commit
c612f94286
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25025
2 changed files with 3 additions and 3 deletions
en
|
@ -200,7 +200,7 @@ print
|
||||||
h3("Category:"),
|
h3("Category:"),
|
||||||
popup_menu(-name => "Category",
|
popup_menu(-name => "Category",
|
||||||
-values => ['proj', 'docs', 'kern', 'bin', 'arch', 'ports', 'vendor',
|
-values => ['proj', 'docs', 'kern', 'bin', 'arch', 'ports', 'vendor',
|
||||||
'misc'], -default => 'proj'),
|
'misc', 'soc'], -default => 'proj'),
|
||||||
|
|
||||||
h3("Developers:"),
|
h3("Developers:"),
|
||||||
blockquote(table({"BORDER" => 0,
|
blockquote(table({"BORDER" => 0,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- $FreeBSD: www/en/news/status/report-sample.xml,v 1.4 2005/01/15 19:13:11 mlaier Exp $ -->
|
<!-- $FreeBSD: www/en/news/status/report-sample.xml,v 1.5 2005/04/13 14:11:12 mlaier Exp $ -->
|
||||||
|
|
||||||
<!-- Optional category tag. -->
|
<!-- Optional category tag. -->
|
||||||
<!-- Tags include: proj, doc, kern, bin, arch, ports, vendor, misc -->
|
<!-- Tags include: proj, doc, kern, bin, arch, ports, vendor, misc, soc -->
|
||||||
<project cat='proj'>
|
<project cat='proj'>
|
||||||
<title>Status Report Sample</title>
|
<title>Status Report Sample</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue