1: <TMPL_IF NAME="title">
2: [[!meta title="<TMPL_VAR NAME=raw_title>"]]
3:
4: * Contact: <TMPL_VAR NAME="raw_contact"> <TMPL_IF NAME="mentors">
5: * Mentors: <TMPL_VAR NAME="raw_mentors"></TMPL_IF> <TMPL_IF NAME="duration">
6: * Duration estimate: <TMPL_VAR NAME="raw_duration"></TMPL_IF> <TMPL_IF NAME="funded">
7: * Funded by: <TMPL_VAR NAME="funded"></TMPL_IF>
8:
9: <TMPL_VAR NAME="description">
10:
11: [[!tag project]]
12: <TMPL_IF NAME="category">
13: [[!tag category:<TMPL_VAR NAME="raw_category">]]
14: </TMPL_IF>
15: <TMPL_IF NAME="difficulty">
16: [[!tag difficulty:<TMPL_VAR NAME="raw_difficulty">]]
17: </TMPL_IF>
18: <TMPL_IF NAME="funded">
19: [[!tag funded]]
20: </TMPL_IF>
21: <TMPL_ELSE>
22: # Project template description
23:
24: The *project* template provides a consistent set of variables and tags
25: to define a project proposal and/or specification.
26:
27: The following parameters are supported:
28:
29: - title (required)
30: - contact (required)
31: - mentors (optional)
32: - category (required): one of "kernel", "pkgsrc" or "userland".
33: - difficulty (required): one of "easy", "medium" or "hard".
34: - funded (optional): set to the name of the organization or individual that
35: is willing to fund this project.
36: - duration (optional)
37: - description (required)
38:
39: The following tags should be set to classify the project into different
40: indexes:
41:
42: - *gsoc*: Use this tag to denote a project suitable for the Google
43: Summer of Code program. If you set this tag, the project must
44: provide a set of mentors and its duration has to be 3 months.
45:
46: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb