Author: linus Date: 2008-02-23 23:02:37-0800 New Revision: 14148 Added: trunk/www/googlessoc2008.html (contents, props changed) Modified: trunk/www/jobjar.html
Log: Added plan for Google Summer of Code 2008. We are hoping that it will take place and that we will be a part of it. Added: trunk/www/googlessoc2008.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/googlessoc2008.html?view=auto&rev=14148 ============================================================================== --- (empty file) +++ trunk/www/googlessoc2008.html 2008-02-23 23:02:37-0800 @@ -0,0 +1,209 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<TITLE>ArgoUML in Google's Summer Of Code 2008</TITLE> +</HEAD> + +<BODY> + +<div class="h1"> +<H1>ArgoUML in Google's Summer Of Code 2008</H1> + +<p> +When this is written it is not certain that +Google will run the +<a href="http://code.google.com/soc/">Google Summer of Code</a> +during 2008. +It is also not suer that +the ArgoUML project will be invited back but we hope so and plan for it. +</p> + +<p> +This page include a list of project suggestions and +some general tips on what we look for in a student such as +<a href="#look_for_students">what we look for in a student</a>, +<a href="#choose_project">what projects we want to see</a>, +<a href="#application">how you should fill in your applications</a>, +and +<a href="#project_intro_references">some quick references on the projects</a>. +</p> + +<div class="h2"> +<h2>Project Suggestions</h2> +<p> +Don't let this list limit your choices. +We are happy to consider other projects! +See the +<a href="#choose_project">general notes on what projects we are +looking for</a>. For a list of the top vote getting requests in the +Issue database, use +<a href="http://argouml.tigris.org/issues/buglist.cgi?resort=1&issue_status=NEW;issue_status=STARTED;issue_status=REOPENED;votes=1;Submit%20query=Submit%20query&order=issues.votes%20desc%2C%20issues.votes"> +this query</a>. + +</p> + +<!-- *Suggestion template* +<div class="h3"> +<h3>Suggestion Title</h3> +<p> +Summary description of suggestion. +</p> + +<p> +More details on suggestion: +</p> + <ul> + <li>List of things...</li> + </ul> + + +<p> +Developer Contact: +</p> +</div> +* End Suggestion Template* --> + +<div class="h3"> +<h3>Module Loader Eclipse-style</h3> +<p> +We would like to integrate the Eclipse module loader in ArgoUML. +</p> + +<p> +We have had a long list of problems with the module loader and +previously reimplemented it once already. +The Eclipse project is, on the other hand, very experienced and successful +with their module loader/plug-in handler. +</p> +<p> +We assume the following challenges: + <ul> + <li>Remaining name resolution problems to be solved</li> + <li>Identifying APIs</li> + <li>All modules are built and distributed as Eclipse Plug-ins</li> + <li>Java Web Start</li> + </ul> +</p> + +<p> +Developer Contact: Linus Tolke +</p> +</div> + + +</div> <!-- h2 --> + + +<div class="h2"> +<a name="look_for_students"><h2>The students we are looking for</h2></a> + +<p> +We are looking for enthusiastic students with a solid knowledge of Java, +who are interested in software development tools and modeling, +particularly the UML modeling language. +Most, although not all, tasks will be easier for those who already +have an working knowledge of the OMG's UML. +</p> +</div> + +<div class="h2"> +<a name="choose_project"><h2>The projects we are looking for</h2></a> +<p> +This page include a list of suggested projects that the development team +has thought of, but we are happy to consider projects which are +not listed here. +</p> +<p> +If you'd like to suggest a different project, +please discuss it previously with the team on the developers' mailing list +so that you can develop the strongest possible proposal for +evaluation. +</p> +<p> +There's also a more general list of development tasks which +have been suggested over time available in our +<a href="jobjar.html">Job Jar</a> which may offer additional sources of +inspiration +and our bug database could be another source of inspiration. +</p> +</div> + +<div class="h2"> +<a name="application"> + <h2>How to fill in your application</h2> +</a> +<p> +In the Title, formulate your own title as a summary of what you will +accomplish in the project. +</p> +<p> +In the Abstract, describe what you plan to achieve in the project. +</p> +<p> +In the Detailed Description, +we suggest you use more or less the following template:<pre> +* General introduction +* Your plans for the summer +* Your experience. State specifically any previous experience with: + * ArgoUML (using or improving) + * UML + * Java, Eclipse + * Open Source projects + * Other programming languages or XML +* Details on the project you are suggesting. This includes: + * What the project is about + * Why this is important to ArgoUML + * How this is solved +</pre> +</p> +<p> +In your plans for the summer, +mention where you will be working, +at home, in your student dorm, at your institution, +and what kind of computer and internet access you have access to there. +</p> +</div> + +<div class="h2"> +<a name="projects_intro_references"> + <h2>Quick intro of general information in the project</h2> +</a> +<p> +Here is a list of some additional information that you will likely +find useful: +<ul> +<li>The +<a href="http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/"> +ArgoUML Developer's Cookbook</a> with special emphasis on the + +<a href="http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/ch04.html"> +Top Level Design</a>, +<a href="http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/ch05.html"> +Major Subsystems</a> +<a href="http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/ch07.html"> +Coding Standards</a> +<a href="http://argouml-stats.tigris.org/documentation/defaulthtml/cookbook/ch02.html#quickbuild"> +Developer Quickstart</a>, +</ul> +When you are ready to apply, you can start your application on the +Google Summer of Code site at +<a href="http://code.google.com/soc/student_step1.html"> +http://code.google.com/soc/student_step1.html</a>. +</p> +</div> + +</div> <!-- h1 --> + +<p> +This page was last updated on +$Date$. +</p> + + +<HR ALIGN="CENTER"/> +<p>Back to <A HREF="/index.html">ArgoUML Home</A></p> + + +</BODY> + +</HTML> \ No newline at end of file Modified: trunk/www/jobjar.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/jobjar.html?view=diff&rev=14148&p1=trunk/www/jobjar.html&p2=trunk/www/jobjar.html&r1=14147&r2=14148 ============================================================================== --- trunk/www/jobjar.html (original) +++ trunk/www/jobjar.html 2008-02-23 23:02:37-0800 @@ -49,8 +49,6 @@ UML Compliance <UL> - <LI>Add UML Profiles. - <LI>Implement the UML artifacts that ArgoUML still does not support. <LI>Implement the 'lollipop' notation for Interfaces. @@ -160,8 +158,9 @@ <p> The Google Summer of Code pages -<a href="googlessoc2006.html">2006</a> and -<a href="googlessoc2007.html">2007</a> +<a href="googlessoc2006.html">2006</a>, +<a href="googlessoc2007.html">2007</a>, and +<a href="googlessoc2008.html">2008</a> are now separate. </p> @@ -248,7 +247,7 @@ <H2>The status of this page</H2> <p> -This page is (hopefully but not realistically) getting out of date quickly +This page is (hopefully) getting out of date quickly when these contributions are implemented. It can also get out of date when new features are suggested. </p> @@ -261,6 +260,7 @@ <a href="http://argouml.tigris.org/issues/buglist.cgi?component=argouml&issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED"> the full list of issues </a> directly in Issuezilla. +You can also work with any other feature that you like. </p> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
