updated a bit so that it's clearer
2007-03-05 Vincent Untz <vuntz@gnome.org> * foundation.gnome.org/membership/application.wml: updated a bit so that it's clearer svn path=/trunk/; revision=396
This commit is contained in:
		
							parent
							
								
									bfd924a004
								
							
						
					
					
						commit
						c1415213e8
					
				
					 2 changed files with 24 additions and 17 deletions
				
			
		|  | @ -1,3 +1,8 @@ | ||||||
|  | 2007-03-05  Vincent Untz  <vuntz@gnome.org> | ||||||
|  | 
 | ||||||
|  | 	* foundation.gnome.org/membership/application.wml: updated a bit so | ||||||
|  | 	that it's clearer | ||||||
|  | 
 | ||||||
| 2007-01-10  Vincent Untz  <vuntz@gnome.org> | 2007-01-10  Vincent Untz  <vuntz@gnome.org> | ||||||
| 
 | 
 | ||||||
| 	* about/index.wml: update for new board | 	* about/index.wml: update for new board | ||||||
|  |  | ||||||
|  | @ -238,53 +238,55 @@ | ||||||
|       <p> |       <p> | ||||||
|         Please provide a short list of areas of GNOME to which you have made a |         Please provide a short list of areas of GNOME to which you have made a | ||||||
|         non-trivial contribution (for entry into the public membership list). |         non-trivial contribution (for entry into the public membership list). | ||||||
|         For example, "Documentation, gnomecal, Debian packaging.": |         For example, "<i>Documentation, gnomecal, Debian packaging.</i>": | ||||||
|       </p> |       </p> | ||||||
| 
 | 
 | ||||||
|       <textarea name="summary" rows="3" cols="50"><?php if ($summary) { echo $summary; } ?></textarea> |       <textarea name="summary" rows="3" cols="72"><?php if ($summary) { echo $summary; } ?></textarea> | ||||||
| 
 | 
 | ||||||
|       <p> |       <p> | ||||||
|         Please provide a more detailed description of your contributions to |         Please provide a more detailed description of your contributions to | ||||||
|         help the membership committee determine your eligibility. In general, |         help the membership committee determine your eligibility. In general, | ||||||
|         anything listed above should be explained here, and additional |         anything listed above should be explained here, and additional | ||||||
|         contributions can be included. For example: "Wrote a chapter "How to |         contributions can be included. For example: "<i>Wrote a chapter "How to | ||||||
|         Use the GNOME Calendaring System" for the GNOME Users Guide. Several |         Use the GNOME Calendaring System" for the GNOME Users Guide. Several | ||||||
|         patches for gnomecal related to color support. Packaged the 1.4 release |         patches for gnomecal related to color support. Packaged the 1.4 release | ||||||
|         for Debian.": |         for Debian.</i>": | ||||||
|       </p> |       </p> | ||||||
| 
 | 
 | ||||||
|       <textarea name="details" rows="10" cols="50"><?php if ($details) { echo $details; } ?></textarea> |       <textarea name="details" rows="10" cols="72"><?php if ($details) { echo $details; } ?></textarea> | ||||||
| 
 | 
 | ||||||
|       <p> |       <p> | ||||||
|         Please list individuals (frequently, but not necessarily, project |         Please list individuals (frequently, but not necessarily, project | ||||||
|         maintainers and foundation members) who can help the membership  |         maintainers and foundation members) who can help the membership  | ||||||
| 	committee determine your eligibility. You should provide their  | 	committee determine your eligibility. You should provide their  | ||||||
| 	name, e-mail address, and a brief description of their role as a  | 	name, e-mail address, and a brief description of their role as a  | ||||||
| 	reference. If there is nobody you can think to list, feel free to  | 	reference. To continue the earlier example: "<i>Dan Mueth  | ||||||
| 	suggest another way for the committee to verify your contributions  |  | ||||||
| 	clearly, such as a pointer to a project ChangeLog, etc. into second  |  | ||||||
| 	field.  Beware that applications without contacts take relatively  |  | ||||||
| 	longer to process. To continue the earlier example: "Dan Mueth  |  | ||||||
| 	(d-mueth@uchicago.edu) 	(GDP coordinator); Russell Steinthal  | 	(d-mueth@uchicago.edu) 	(GDP coordinator); Russell Steinthal  | ||||||
| 	(rms39@columbia.edu) (gnome-pim maintainer); packaging logs  | 	(rms39@columbia.edu) (gnome-pim maintainer)</i>".<br /> | ||||||
| 	at http://www.debian.org/packages/gnome/": |         <b>Beware that applications without contacts take relatively  | ||||||
|  | 	longer to process.</b> | ||||||
|       </p> |       </p> | ||||||
| 
 | 
 | ||||||
|       <textarea name="contacts" rows="5" cols="50"><?php if ($contacts) { echo $contacts; } ?></textarea> |       <textarea name="contacts" rows="5" cols="72"><?php if ($contacts) { echo $contacts; } ?></textarea> | ||||||
|       <p> |       <p> | ||||||
|       If there's nobody you can think of, please list pointers to your contributions here: |       If there's nobody you can think of, please list pointers to your contributions here: | ||||||
|  |       If there is nobody you can think of for contacts, feel free to  | ||||||
|  |       suggest another way for the membership committee to verify your | ||||||
|  |       contributions clearly, such as a pointer to a project ChangeLog, etc. | ||||||
|  |       For example: "<i>packaging logs at http://www.debian.org/packages/gnome/</i>" | ||||||
|       </p> |       </p> | ||||||
| 	<textarea name="pointers" rows="5" cols="50"><?php if ($pointers) { echo $pointers; } ?></textarea> | 	<textarea name="pointers" rows="5" cols="72"><?php if ($pointers) { echo $pointers; } ?></textarea> | ||||||
| 
 | 
 | ||||||
|       <h3>Other Comments</h3> |       <h3>Other Comments</h3> | ||||||
| 
 | 
 | ||||||
|       <p> |       <p> | ||||||
|         Please feel free to include any additional information which you |         Please feel free to include any additional information which you | ||||||
|         believe the committee should consider while reviewing your application: |         believe the membership committee should consider while reviewing your | ||||||
|  |         application: | ||||||
|       </p> |       </p> | ||||||
| 
 | 
 | ||||||
|       <p> |       <p> | ||||||
|       <textarea name="comments" rows="10" cols="50"><?php if ($comments) { echo $comments; } ?></textarea> |       <textarea name="comments" rows="10" cols="72"><?php if ($comments) { echo $comments; } ?></textarea> | ||||||
|       </p> |       </p> | ||||||
| 
 | 
 | ||||||
|       <table summary="Antispam form"> |       <table summary="Antispam form"> | ||||||
|  | @ -308,4 +310,4 @@ | ||||||
| <?php } ?> | <?php } ?> | ||||||
| 
 | 
 | ||||||
|   </body> |   </body> | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Vincent Untz
						Vincent Untz