Annotation of wikisrc/templates/project.mdwn, revision 1.6
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:
1.6 ! jmmv 9: <TMPL_IF NAME="done_by">
! 10: **IMPORTANT: This project was completed by <TMPL_VAR NAME="raw_done_by">. You may
! 11: still contact the people above for details, but please do not submit an
! 12: application for this project.**
! 13: [[!tag status:done]]
! 14: <TMPL_ELSE>
! 15: [[!tag status:active]]
! 16: </TMPL_IF>
! 17:
1.1 jmmv 18: <TMPL_VAR NAME="description">
19:
20: [[!tag project]]
1.3 jmmv 21: <TMPL_IF NAME="category">
22: [[!tag category:<TMPL_VAR NAME="raw_category">]]
23: </TMPL_IF>
24: <TMPL_IF NAME="difficulty">
25: [[!tag difficulty:<TMPL_VAR NAME="raw_difficulty">]]
26: </TMPL_IF>
1.4 jmmv 27: <TMPL_IF NAME="funded">
28: [[!tag funded]]
29: </TMPL_IF>
1.1 jmmv 30: <TMPL_ELSE>
31: # Project template description
32:
33: The *project* template provides a consistent set of variables and tags
34: to define a project proposal and/or specification.
35:
36: The following parameters are supported:
37:
38: - title (required)
39: - contact (required)
1.6 ! jmmv 40: - done_by (optional): set to the name of the person that completed the project.
! 41: This adds a note to the project mentioning that it has been completed and
! 42: removes it from the indexes. Do not move project pages or delete them; by
! 43: setting this tag, the URL will remain valid.
1.1 jmmv 44: - mentors (optional)
1.5 jmmv 45: - category (required): one of "filesystems", "kernel", "misc", "networking",
46: "pkgsrc", "ports" or "userland".
1.3 jmmv 47: - difficulty (required): one of "easy", "medium" or "hard".
1.4 jmmv 48: - funded (optional): set to the name of the organization or individual that
49: is willing to fund this project.
1.1 jmmv 50: - duration (optional)
51: - description (required)
52:
53: The following tags should be set to classify the project into different
54: indexes:
55:
56: - *gsoc*: Use this tag to denote a project suitable for the Google
1.2 jmmv 57: Summer of Code program. If you set this tag, the project must
58: provide a set of mentors and its duration has to be 3 months.
1.1 jmmv 59:
60: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb