Annotation of wikisrc/templates/project.mdwn, revision 1.5
1.1 jmmv 1: <TMPL_IF NAME="title">
2: [[!meta title="<TMPL_VAR NAME=raw_title>"]]
3:
1.4 jmmv 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>
1.1 jmmv 8:
9: <TMPL_VAR NAME="description">
10:
11: [[!tag project]]
1.3 jmmv 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>
1.4 jmmv 18: <TMPL_IF NAME="funded">
19: [[!tag funded]]
20: </TMPL_IF>
1.1 jmmv 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)
1.5 ! jmmv 32: - category (required): one of "filesystems", "kernel", "misc", "networking",
! 33: "pkgsrc", "ports" or "userland".
1.3 jmmv 34: - difficulty (required): one of "easy", "medium" or "hard".
1.4 jmmv 35: - funded (optional): set to the name of the organization or individual that
36: is willing to fund this project.
1.1 jmmv 37: - duration (optional)
38: - description (required)
39:
40: The following tags should be set to classify the project into different
41: indexes:
42:
43: - *gsoc*: Use this tag to denote a project suitable for the Google
1.2 jmmv 44: Summer of Code program. If you set this tag, the project must
45: provide a set of mentors and its duration has to be 3 months.
1.1 jmmv 46:
47: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb