version 1.3, 2011/11/06 14:48:47
|
version 1.4, 2011/11/06 17:16:56
|
Line 1
|
Line 1
|
<TMPL_IF NAME="title"> |
<TMPL_IF NAME="title"> |
[[!meta title="<TMPL_VAR NAME=raw_title>"]] |
[[!meta title="<TMPL_VAR NAME=raw_title>"]] |
|
|
* Contact: <TMPL_VAR NAME="raw_contact"> |
* Contact: <TMPL_VAR NAME="raw_contact"> <TMPL_IF NAME="mentors"> |
<TMPL_IF NAME="mentors">* Mentors: <TMPL_VAR NAME="raw_mentors"></TMPL_IF> |
* Mentors: <TMPL_VAR NAME="raw_mentors"></TMPL_IF> <TMPL_IF NAME="duration"> |
<TMPL_IF NAME="duration">* Duration estimate: <TMPL_VAR NAME="raw_duration"></TMPL_IF> |
* Duration estimate: <TMPL_VAR NAME="raw_duration"></TMPL_IF> <TMPL_IF NAME="funded"> |
|
* Funded by: <TMPL_VAR NAME="funded"></TMPL_IF> |
|
|
<TMPL_VAR NAME="description"> |
<TMPL_VAR NAME="description"> |
|
|
Line 14
|
Line 15
|
<TMPL_IF NAME="difficulty"> |
<TMPL_IF NAME="difficulty"> |
[[!tag difficulty:<TMPL_VAR NAME="raw_difficulty">]] |
[[!tag difficulty:<TMPL_VAR NAME="raw_difficulty">]] |
</TMPL_IF> |
</TMPL_IF> |
|
<TMPL_IF NAME="funded"> |
|
[[!tag funded]] |
|
</TMPL_IF> |
<TMPL_ELSE> |
<TMPL_ELSE> |
# Project template description |
# Project template description |
|
|
Line 27 The following parameters are supported:
|
Line 31 The following parameters are supported:
|
- mentors (optional) |
- mentors (optional) |
- category (required): one of "kernel", "pkgsrc" or "userland". |
- category (required): one of "kernel", "pkgsrc" or "userland". |
- difficulty (required): one of "easy", "medium" or "hard". |
- difficulty (required): one of "easy", "medium" or "hard". |
|
- funded (optional): set to the name of the organization or individual that |
|
is willing to fund this project. |
- duration (optional) |
- duration (optional) |
- description (required) |
- description (required) |
|
|
The following tags should be set to classify the project into different |
The following tags should be set to classify the project into different |
indexes: |
indexes: |
|
|
- *funded*: Use this tag if the project has been preapproved for funding |
|
by The NetBSD Foundation. |
|
- *gsoc*: Use this tag to denote a project suitable for the Google |
- *gsoc*: Use this tag to denote a project suitable for the Google |
Summer of Code program. If you set this tag, the project must |
Summer of Code program. If you set this tag, the project must |
provide a set of mentors and its duration has to be 3 months. |
provide a set of mentors and its duration has to be 3 months. |