This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Template:OWASP Project Info"
From OWASP
| Line 1: | Line 1: | ||
| − | {| width="100%" border="0" align="left" | + | <includeonly>{| width="100%" border="0" align="left" |
! style="background:#7b8abd;" | <font color="white"><big>'''what'''</big> | ! style="background:#7b8abd;" | <font color="white"><big>'''what'''</big> | ||
! style="background:#ffffff;" align="left" colspan="1" | <small>''is this project?''</small> | ! style="background:#ffffff;" align="left" colspan="1" | <small>''is this project?''</small> | ||
| Line 44: | Line 44: | ||
* Contact {{#if: {{{leader_name|}}} | {{#if: {{{leader_email|}}} | [mailto:{{{leader_email}}} {{{leader_name}}}] | {{{leader_name}}} }} or the [[:Category:Global Projects Committee{{Template:!}}GPC]] | the [[:Category:Global Projects Committee{{Template:!}}GPC]] }} to review or sponsor this project, | * Contact {{#if: {{{leader_name|}}} | {{#if: {{{leader_email|}}} | [mailto:{{{leader_email}}} {{{leader_name}}}] | {{{leader_name}}} }} or the [[:Category:Global Projects Committee{{Template:!}}GPC]] | the [[:Category:Global Projects Committee{{Template:!}}GPC]] }} to review or sponsor this project, | ||
* Contact the [[:Category:Global Projects Committee|GPC]] to report a problem or concern about this project or to update information. | * Contact the [[:Category:Global Projects Committee|GPC]] to report a problem or concern about this project or to update information. | ||
| − | |} | + | |}</includeonly><noinclude> |
| + | This template displays key OWASP Project Info, including the project name, leader, mailing list, and health. | ||
| + | |||
| + | All parameters are optional. By default: | ||
| + | * project_name = N/A | ||
| + | * project_description = N/A | ||
| + | * leader_name = N/A | ||
| + | * leader_email = ''not displayed'' | ||
| + | * maintainer_name = N/A | ||
| + | * maintainer_email = ''not displayed'' | ||
| + | * contributor_name[1-10] = ''not displayed'' | ||
| + | * contributor_email[1-10] = ''not displayed'' | ||
| + | * pamphlet_link = N/A | ||
| + | * mailing_list = N/A | ||
| + | * links_url[1-10] = ''not displayed'' | ||
| + | * links_name[1-10]] = ''not displayed'' | ||
| + | * project_road_map = N/A | ||
| + | * project_health_status = ''null'' (Not Reviewed) | ||
| + | |||
| + | === Usage === | ||
| + | <pre> | ||
| + | {{Template:OWASP Project Info | ||
| + | | project_name = | ||
| + | | project_description = | ||
| + | | leader_name = | ||
| + | | leader_email = | ||
| + | | maintainer_name = | ||
| + | | maintainer_email = | ||
| + | | contributor_name1 = | ||
| + | | contributor_email1 = | ||
| + | | contributor_name2 = | ||
| + | | contributor_email2 = | ||
| + | | contributor_name3 = | ||
| + | | contributor_email3 = | ||
| + | | contributor_name4 = | ||
| + | | contributor_email4 = | ||
| + | | contributor_name5 = | ||
| + | | contributor_email5 = | ||
| + | | contributor_name6 = | ||
| + | | contributor_email6 = | ||
| + | | contributor_name7 = | ||
| + | | contributor_email7 = | ||
| + | | contributor_name8 = | ||
| + | | contributor_email8 = | ||
| + | | contributor_name9 = | ||
| + | | contributor_email9 = | ||
| + | | contributor_name10 = | ||
| + | | contributor_email10 = | ||
| + | | pamphlet_link = | ||
| + | | mailing_list = | ||
| + | | links_url1 = | ||
| + | | links_name1 = | ||
| + | | links_url2 = | ||
| + | | links_name2 = | ||
| + | | links_url3 = | ||
| + | | links_name3 = | ||
| + | | links_url4 = | ||
| + | | links_name4 = | ||
| + | | links_url5 = | ||
| + | | links_name5 = | ||
| + | | links_url6 = | ||
| + | | links_name6 = | ||
| + | | links_url7 = | ||
| + | | links_name7 = | ||
| + | | links_url8 = | ||
| + | | links_name8 = | ||
| + | | links_url9 = | ||
| + | | links_name9 = | ||
| + | | links_url10 = | ||
| + | | links_name10 = | ||
| + | | project_road_map = | ||
| + | | project_health_status = | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | === Example === | ||
| + | <pre> | ||
| + | {{Template:OWASP Project Info | ||
| + | | project_name = Example Project | ||
| + | | project_description = An example OWASP project | ||
| + | | leader_email = [email protected] | ||
| + | | leader_name = Jason Li | ||
| + | | maintainer_email = [email protected] | ||
| + | | maintainer_name = Paulo Coimbra | ||
| + | | contributor_email1 = [email protected] | ||
| + | | contributor_name1 = Matt Tesauro | ||
| + | | mailing_list_name = global-projects-committee | ||
| + | | project_road_map = Global_Projects_Committee | ||
| + | | project_health_status = 3 | ||
| + | | links_url1 = http://www.owasp.org/index.php/Global_Projects_Committee | ||
| + | | links_name1 = Global Projects Committee | ||
| + | }} | ||
| + | </pre> | ||
| + | {{Template:OWASP Project Info | ||
| + | | project_name = Example Project | ||
| + | | project_description = An example OWASP project | ||
| + | | leader_email = [email protected] | ||
| + | | leader_name = Jason Li | ||
| + | | maintainer_email = [email protected] | ||
| + | | maintainer_name = Paulo Coimbra | ||
| + | | contributor_email1 = [email protected] | ||
| + | | contributor_name1 = Matt Tesauro | ||
| + | | mailing_list_name = global-projects-committee | ||
| + | | project_road_map = Global_Projects_Committee | ||
| + | | project_health_status = 3 | ||
| + | | links_url1 = http://www.owasp.org/index.php/Global_Projects_Committee | ||
| + | | links_name1 = Global Projects Committee | ||
| + | }} | ||
| + | </noinclude> | ||
Revision as of 00:39, 3 August 2009
This template displays key OWASP Project Info, including the project name, leader, mailing list, and health.
All parameters are optional. By default:
- project_name = N/A
- project_description = N/A
- leader_name = N/A
- leader_email = not displayed
- maintainer_name = N/A
- maintainer_email = not displayed
- contributor_name[1-10] = not displayed
- contributor_email[1-10] = not displayed
- pamphlet_link = N/A
- mailing_list = N/A
- links_url[1-10] = not displayed
- links_name[1-10]] = not displayed
- project_road_map = N/A
- project_health_status = null (Not Reviewed)
Usage
{{Template:OWASP Project Info
| project_name =
| project_description =
| leader_name =
| leader_email =
| maintainer_name =
| maintainer_email =
| contributor_name1 =
| contributor_email1 =
| contributor_name2 =
| contributor_email2 =
| contributor_name3 =
| contributor_email3 =
| contributor_name4 =
| contributor_email4 =
| contributor_name5 =
| contributor_email5 =
| contributor_name6 =
| contributor_email6 =
| contributor_name7 =
| contributor_email7 =
| contributor_name8 =
| contributor_email8 =
| contributor_name9 =
| contributor_email9 =
| contributor_name10 =
| contributor_email10 =
| pamphlet_link =
| mailing_list =
| links_url1 =
| links_name1 =
| links_url2 =
| links_name2 =
| links_url3 =
| links_name3 =
| links_url4 =
| links_name4 =
| links_url5 =
| links_name5 =
| links_url6 =
| links_name6 =
| links_url7 =
| links_name7 =
| links_url8 =
| links_name8 =
| links_url9 =
| links_name9 =
| links_url10 =
| links_name10 =
| project_road_map =
| project_health_status =
}}
Example
{{Template:OWASP Project Info
| project_name = Example Project
| project_description = An example OWASP project
| leader_email = [email protected]
| leader_name = Jason Li
| maintainer_email = [email protected]
| maintainer_name = Paulo Coimbra
| contributor_email1 = [email protected]
| contributor_name1 = Matt Tesauro
| mailing_list_name = global-projects-committee
| project_road_map = Global_Projects_Committee
| project_health_status = 3
| links_url1 = http://www.owasp.org/index.php/Global_Projects_Committee
| links_name1 = Global Projects Committee
}}
| what | is this project? |
|---|---|
| Example Project
Purpose: An example OWASP project License: N/A | |
| who | is working on this project? |
| Project Leader: Jason Li @ Project Maintainer: Paulo Coimbra @ Project Contributor(s):
| |
| how | can you learn more? |
| Project Pamphlet: N/A
3x slide Project Presentation: N/A Mailing list: Subscribe or read the archives Project Roadmap: To view, click here Main links: Project Health: | |
| Key Contacts | |