Add a few new fields to the proposal guidelines, and add a section on
the infrastructure we provide for students (perforce, wiki, community mailing lists/irc, etc..) Suggested by: rwatson
This commit is contained in:
parent
9aa675ab2a
commit
2d32216b94
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27640
1 changed files with 25 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.42 2006/04/26 19:47:18 erwin Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.43 2006/04/27 06:29:45 murray Exp $">
|
||||
<!ENTITY title "FreeBSD Summer Projects">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -27,6 +27,7 @@
|
|||
</li>
|
||||
<li><a href="#mentors">Possible Mentors</a></li>
|
||||
<li><a href="#proposals">Proposal Guidelines</a></li>
|
||||
<li><a href="#infrastructure">Infrastructure Provided to Students</a></li>
|
||||
<li><a href="#faq">Frequently Asked Questions</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -331,6 +332,8 @@ href="&base;/projects/ideas/index.html">here</a>.</p>
|
|||
|
||||
<li><strong>Project Title</strong></li>
|
||||
|
||||
<li><strong>Possible Mentor</strong> <em>(optional)</em></li>
|
||||
|
||||
<li><strong>Benefits to the FreeBSD Community</strong> - a good
|
||||
project will not just be fun to work on, but also generally
|
||||
useful to others.</li>
|
||||
|
@ -349,10 +352,31 @@ href="&base;/projects/ideas/index.html">here</a>.</p>
|
|||
<li><strong>Project Schedule</strong> - How long will the project
|
||||
take? When can you begin work?</li>
|
||||
|
||||
<li><strong>Availability</strong> - How many hours per week can
|
||||
you spend working on this? What other obligations do you have
|
||||
this summer?</li>
|
||||
|
||||
<li><strong>Bio</strong> - Who are you? What makes you the best
|
||||
person to work on this project?</li>
|
||||
</ul>
|
||||
|
||||
<a name="infrastructure"></a>
|
||||
<h2>Infrastructure Provided to Students</h2>
|
||||
|
||||
<p>In 2005, the FreeBSD Project provided access to the FreeBSD
|
||||
Perforce revision control infrastructure in order to facilitate
|
||||
student collaboration, provide public access and archiving for the
|
||||
on-going student projects, and to help mentors and the community
|
||||
monitor on-going work. It is expected that students participating in
|
||||
the 2006 program will be offered the same facilities, and that unless
|
||||
there is a strong argument otherwise, that those facilities will be
|
||||
used for 2006 projects. Students will also be asked to maintain wiki
|
||||
pages on their on-going projects. In the past, e-mail, IRC, and
|
||||
instant messaging have proven popular among students and mentors, and
|
||||
students participating in the FreeBSD summer program are encouraged to
|
||||
use these and other electronic communication mechanisms to become
|
||||
active in the community.</p>
|
||||
|
||||
<a name="faq"></a>
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue