Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:SoC Idea"

Line 7: Line 7:
 
| project = PDE
 
| project = PDE
 
| projectUrl = http://www.eclipse.org/pde
 
| projectUrl = http://www.eclipse.org/pde
 
+
| description = Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
 +
| infoUrl = http://wiki.eclipse.org/Google_Summer_of_Code_2008
 
}}</pre>|2={{SoC_Idea
 
}}</pre>|2={{SoC_Idea
 
| name = Create implementation for Foo
 
| name = Create implementation for Foo
Line 13: Line 14:
 
| project = PDE
 
| project = PDE
 
| projectUrl = http://www.eclipse.org/pde
 
| projectUrl = http://www.eclipse.org/pde
 +
| description = Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
 +
| infoUrl = http://wiki.eclipse.org/Google_Summer_of_Code_2008
 
}}}}
 
}}}}
  
Line 20: Line 23:
 
</noinclude><includeonly>{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; float:right; clear:right; border-collapse:collapse;" cellpadding=1
 
</noinclude><includeonly>{| style="width: 20em; margin: 0 0 0.5em 1em; border: 1px solid #aaaaaa; float:right; clear:right; border-collapse:collapse;" cellpadding=1
 
|-
 
|-
| style="background:#ccccff; padding: 0 5px 0 5px;" | '''{{{{name}}}'''
+
| style="background:#ccccff; padding: 0 5px 0 5px;" | '''{{{name}}}'''
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="center" | '''Possible mentors: {{{mentors}}}]
+
| style="padding: 0 5px 0 5px;" | '''Possible mentors:''' {{{mentors}}}
 
|-
 
|-
| style="padding: 0 5px 0 5px;" align="center" | '''Related Project: [{{{projectUrl}}} {{{project}}}]]
+
| style="padding: 0 5px 0 5px;" | '''Related Project:''' [{{{projectUrl}}} {{{project}}}]
 
+
|-
 +
| style="padding: 0 5px 0 5px;" | '''Description:''' [{{{description}}}]
 +
|-
 +
| style="padding: 0 5px 0 5px;" | [{{{infoUrl}}} {{{Further informations}}}]
 
|}</includeonly>
 
|}</includeonly>

Revision as of 13:10, 26 February 2008

This template is used to present an idea for Google Summer of Code students.

Markup Rendering
{{SoC_Idea
| name = Create implementation for Foo
| mentors = Erne, Bert
| project = PDE
| projectUrl = http://www.eclipse.org/pde
| description = Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
| infoUrl = http://wiki.eclipse.org/Google_Summer_of_Code_2008
}}
Create implementation for Foo
Possible mentors: Erne, Bert
Related Project: PDE
Description: Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
Further information


Name

The name of the project, such as "Create implementation for Foo".


Back to the top