![]() ![]() | ![]() |
Add a template to describe projects in a more semantical manner. This will allow us later on to generate indexes for projects automatically.
1: <TMPL_IF NAME="title"> 2: [[!meta title="<TMPL_VAR NAME=raw_title>"]] 3: 4: * Contact: <TMPL_VAR NAME="raw_contact"> 5: <TMPL_IF NAME="mentors">* Mentors: <TMPL_VAR NAME="raw_mentors"></TMPL_IF> 6: <TMPL_IF NAME="duration">* Duration estimate: <TMPL_VAR NAME="raw_duration"></TMPL_IF> 7: 8: <TMPL_VAR NAME="description"> 9: 10: [[!tag project]] 11: <TMPL_ELSE> 12: # Project template description 13: 14: The *project* template provides a consistent set of variables and tags 15: to define a project proposal and/or specification. 16: 17: The following parameters are supported: 18: 19: - title (required) 20: - contact (required) 21: - mentors (optional) 22: - duration (optional) 23: - description (required) 24: 25: The following tags should be set to classify the project into different 26: indexes: 27: 28: - *funded*: Use this tag if the project has been preapproved for funding 29: by The NetBSD Foundation. 30: - *gsoc*: Use this tag to denote a project suitable for the Google 31: Summer of Code program. If you set this tag, the project must 32: provide a set of mentors and its duration has to be 3 months. 33: 34: </TMPL_IF>