|  | <html> | 
|  |  | 
|  | <head> | 
|  | <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> | 
|  | <meta name=ProgId content=PowerPoint.Slide> | 
|  | <meta name=Generator content="Microsoft PowerPoint 9"> | 
|  | <link id=Main-File rel=Main-File href="../Eclipse-OSS.htm"> | 
|  | <meta name=Robots content=NoIndex> | 
|  | <script src=script.js></script><script><!-- | 
|  |  | 
|  | if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) ) | 
|  | { | 
|  | obj = document.all.item("Main-File") | 
|  | parent.location.href=obj.href | 
|  | } | 
|  |  | 
|  | var gOtlHiliteClr="",gOtlNormalClr="",gOtlActiveClr="",gSelected="",gTxtState=false,gChildEntryTable=new Array() | 
|  |  | 
|  | function Load() | 
|  | { | 
|  | if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return } | 
|  | if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true; return } | 
|  | if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav); parent.gOtlNavLoaded=true; return } | 
|  | } | 
|  | function Upd(){ if( IsWin("PPTNav") ) LoadNav("NavObj",UpdNav) } | 
|  | function LoadNav( oId,UpdFunc ) | 
|  | { | 
|  | document.ondragstart=CancelDrag | 
|  | document.onselectstart=CancelDrag | 
|  | document.body.style.margin=2 | 
|  | UpdFunc() | 
|  | obj=document.all.item(oId) | 
|  | obj.style.display="block" | 
|  | obj.style.visibility="visible" | 
|  | document.bgColor="threedface" | 
|  | } | 
|  | function LoadOtl() | 
|  | { | 
|  | document.ondragstart=CancelDrag | 
|  | document.onselectstart=CancelDrag | 
|  | OtlObj.style.display="block" | 
|  | OtlObj.style.visibility="visible" | 
|  | if( gOtlActiveClr == "" ) gOtlActiveClr=document.linkColor | 
|  | if( gOtlHiliteClr == "" ) gOtlHiliteClr=document.fgColor | 
|  | if( gOtlNormalClr == "" ) | 
|  | gOtlNormalClr=document.bgColor | 
|  | else | 
|  | document.bgColor=gOtlNormalClr | 
|  |  | 
|  | InitArray() | 
|  |  | 
|  | if( ObjExists( parent.gCurSld ) ) { | 
|  | ChangeState( parent.gCurSld,gOtlNormalClr,gOtlHiliteClr ) | 
|  | gSelected=parent.gCurSld | 
|  | } | 
|  | else gSelected = -1 | 
|  |  | 
|  | UpdOtl() | 
|  | } | 
|  | function UpdOtl(){ UpdIdx(parent.gCurSld) } | 
|  | function UpdIdx( idx ) | 
|  | { | 
|  | if( gSelected != idx ) { | 
|  | if( gSelected > 0 ) | 
|  | ChangeState( gSelected,gOtlHiliteClr,gOtlNormalClr ) | 
|  |  | 
|  | if( ObjExists( idx ) ) { | 
|  | gSelected = idx | 
|  | ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr ) | 
|  | } | 
|  | else gSelected = -1 | 
|  | } | 
|  |  | 
|  | if( gTxtState != parent.gOtlTxtExp ) { | 
|  | state = "block" | 
|  | if( !parent.gOtlTxtExp ) | 
|  | state="none" | 
|  |  | 
|  | for(ii=0; ii<gChildEntryTable.length; ii++) { | 
|  | obj=gChildEntryTable[ii]; | 
|  | if( obj.id == null ) continue; | 
|  |  | 
|  | if( obj.id.indexOf("PPTC") >= 0 ) | 
|  | obj.style.display=state; | 
|  | } | 
|  | gTxtState=parent.gOtlTxtExp | 
|  | if( ObjExists( gSelected ) ) | 
|  | ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr ) | 
|  | } | 
|  | } | 
|  | function InitArray() | 
|  | { | 
|  | count=0 | 
|  | for(ii=0; ii<document.all.tags("DIV").length; ii++) { | 
|  | obj=document.all.tags("DIV").item(ii) | 
|  | if( obj.id == null ) continue | 
|  |  | 
|  | if( obj.id.indexOf("PPTC") >= 0 ) { | 
|  | gChildEntryTable[count++]=obj | 
|  | obj.children.tags("TABLE").item(0).style.borderColor=gOtlNormalClr | 
|  | } | 
|  | } | 
|  | } | 
|  | function ChangeState( idx,fgColor,bgColor ) | 
|  | { | 
|  | obj=document.all.item("PPTL"+idx) | 
|  | obj.style.color=fgColor | 
|  |  | 
|  | obj=document.all.item("PPTP"+idx) | 
|  | obj.style.backgroundColor=bgColor | 
|  |  | 
|  | obj=document.all.item("PPTB"+idx) | 
|  | if( obj ) | 
|  | obj.style.borderLeftColor=obj.style.borderBottomColor=bgColor | 
|  | } | 
|  | function ChgClr( o,clr ){ if( o.id != "PPTL"+gSelected ) o.style.color=clr } | 
|  | function Over( obj ){ ChgClr(obj,gOtlActiveClr) } | 
|  | function Out( obj ){ ChgClr(obj,gOtlHiliteClr) } | 
|  | function ObjExists( ii ) { obj=document.all("PPTP"+ii ); return( obj ) } | 
|  | function GoToSld( href ){ UpdIdx(parent.GetSldNum(href)); parent.GoToSld( href ) } | 
|  | function CancelDrag(){ window.event.cancelBubble=true;window.event.returnValue=false} | 
|  |  | 
|  | function UpdNav() | 
|  | { | 
|  | txt = "<center>"; | 
|  | if( parent.GetHrefObj( parent.gCurSld ).mOrigVis == 1 ) | 
|  | txt += "Slide " + parent.GetCurSldNum() + " of " + parent.GetNumSlds() | 
|  | else | 
|  | txt += "Hidden Slide" | 
|  | txt += "</center>"; | 
|  | nav_text.innerHTML = txt; | 
|  |  | 
|  | if( !parent.HasPrevSld() ) | 
|  | gBtnArr["nb_prev"].Enabled(0) | 
|  | else | 
|  | gBtnArr["nb_prev"].Enabled(1) | 
|  |  | 
|  | if( !parent.HasNextSld() ) | 
|  | gBtnArr["nb_next"].Enabled(0) | 
|  | else | 
|  | gBtnArr["nb_next"].Enabled(1) | 
|  | gBtnArr["nb_nts"].SetEnabled() | 
|  | gBtnArr["nb_nts"].SetFlag( parent.gHasNts ) | 
|  |  | 
|  | gBtnArr["nb_sldshw"].Enabled(1) | 
|  | gBtnArr["nb_voice"].Enabled(1) | 
|  | } | 
|  |  | 
|  | function UpdOtlNav() | 
|  | { | 
|  | gBtnArr["nb_otl"].SetEnabled(); | 
|  |  | 
|  | if( parent.gOtlOpen ) | 
|  | gBtnArr["nb_otlTxt"].Enabled( true ); | 
|  | else | 
|  | document.all.item("nb_otlTxtBorder").style.visibility = "hidden"; | 
|  | } | 
|  |  | 
|  |  | 
|  |  | 
|  | //--> | 
|  | </script> | 
|  | <style> | 
|  | <!--.PTxt | 
|  | {position:relative; | 
|  | width:100%; | 
|  | margin-top:5px; | 
|  | padding-left:5px; | 
|  | font-weight:bold;} | 
|  | .CTxt | 
|  | {position:relative; | 
|  | width:100%; | 
|  | padding-left:10px;} | 
|  | .CBorder | 
|  | {position:relative; | 
|  | width:100%; | 
|  | border-style:solid; | 
|  | border-width:1px; | 
|  | border-color:black; | 
|  | padding-bottom:5px;} | 
|  | a | 
|  | {color:black; | 
|  | text-decoration:none;} | 
|  | .button | 
|  | {position:absolute; | 
|  | width:32px; | 
|  | height:20px; | 
|  | border-style:solid; | 
|  | border-width:1px; | 
|  | border-color:threedface;} | 
|  | --> | 
|  | </style> | 
|  | </head> | 
|  |  | 
|  | <body onload="Load()"> | 
|  |  | 
|  | <div id=NavObj onload="Load()" onmouseover="BtnOnOver()" | 
|  | onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()" | 
|  | onkeypress="_KPH()" style='display:none;visibility:hidden'> | 
|  |  | 
|  | <table style='position:absolute;width:70px;visibility:hidden' align=left | 
|  | cellpadding=0 cellspacing=0> | 
|  | <td nowrap> | 
|  | <div id="nb_ntsElem" align=center style='position:relative;padding:3px; | 
|  | font-family:Arial;color:buttontext;font-size:9pt'><img src="notes_flag.gif" | 
|  | border=0 id="notes_flag" style='display:none'><span style="mso-spacerun: | 
|  | yes">  </span>Notes</div> | 
|  | <div title="Show/Hide Notes" id="nb_nts" style='position:absolute;top:0%; | 
|  | left:0%;width:100%;height:100%'></div> | 
|  | </td> | 
|  | </table> | 
|  |  | 
|  | <table style='position:relative' align=right cellpadding=0 cellspacing=0> | 
|  | <td> | 
|  | <div id="nb_sldshwBorder" style='position:absolute;left:-20px;width:20px; | 
|  | height:20px'> | 
|  | <div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img | 
|  | src=buttons.gif id="nb_sldshw" title="Full Screen Slide Show" | 
|  | style='position:relative;left:-254px'></div> | 
|  | </div> | 
|  | </td> | 
|  | <td> | 
|  | <div id="nb_voiceBorder" style='display:none;position:absolute;left:-40px; | 
|  | width:20px;height:20px'> | 
|  | <div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img | 
|  | src=buttons.gif id="nb_voice" title="Pause/Play Narration" style='position: | 
|  | relative;left:-290px'></div> | 
|  | </div> | 
|  | </td> | 
|  | </table> | 
|  |  | 
|  | <table style='position:relative' align=center cellpadding=0 cellspacing=0> | 
|  | <td nowrap> | 
|  | <div id="nb_prevBorder" class=button style='left:-30px'> | 
|  | <div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img | 
|  | src=buttons.gif id="nb_prev" title="Previous Slide" style='position:relative; | 
|  | left:0px'></div> | 
|  | </div> | 
|  | <span id="nav_text" style='position:relative;top:3px;width:100px;font-family: | 
|  | Arial;color:buttontext;font-size:9pt'></span> | 
|  | <div id="nb_nextBorder" class=button> | 
|  | <div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img | 
|  | src=buttons.gif id="nb_next" title="Next Slide" style='position:relative; | 
|  | left:-90px'></div> | 
|  | </div> | 
|  | </td> | 
|  | </table> | 
|  |  | 
|  | </div> | 
|  |  | 
|  | <div id=OtlNavObj onload="Load()" onmouseover="BtnOnOver()" | 
|  | onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()" | 
|  | onkeypress="_KPH()" style='display:none;visibility:hidden'> | 
|  |  | 
|  | <table style='position:relative;width:70px' align=left cellpadding=0 | 
|  | cellspacing=0> | 
|  | <td nowrap> | 
|  | <div id="nb_otlElem" align=center style='position:relative;padding:3px; | 
|  | font-family:Arial;color:buttontext;font-size:9pt'>Outline</div> | 
|  | <div title="Show/Hide Outline" id="nb_otl" style='position:absolute; | 
|  | top:0%;left:0%;width:100%;height:100%'></div> | 
|  | </td> | 
|  | </table> | 
|  |  | 
|  | <table style='position:relative' align=center cellpadding=0 cellspacing=0> | 
|  | <td> | 
|  | <div style='position:absolute;left:-18px;width:24px;height:20px;border-style: | 
|  | solid;border-width:1px;border-color:threedface' id="nb_otlTxtBorder"> | 
|  | <div style='position:absolute;clip:rect(0px, 22px, 18px, 0px)'><img | 
|  | src=buttons.gif id="nb_otlTxt" title="Expand/Collapse Outline" | 
|  | style='position:relative;left:-157px'></div> | 
|  | </div> | 
|  | </td> | 
|  | </table> | 
|  |  | 
|  | </div> | 
|  |  | 
|  | <div id=OtlObj style='display:none;visibility:hidden'> | 
|  |  | 
|  | <table width="100%" style='font-family:Arial;font-size:9pt'> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP1 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0001.htm');" onmouseover="Over(this)" | 
|  | id=PPTL1 onmouseout="Out(this)">Key Success Factors<br> | 
|  | For Open Source Development<br> | 
|  | (and Developers!)</a></font></div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP2 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0002.htm');" onmouseover="Over(this)" | 
|  | id=PPTL2 onmouseout="Out(this)">Agenda</a></font></div> | 
|  | <div id=PPTC2 class=CTxt style='display:none'> | 
|  | <table id=PPTB2 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Indicators of Project Success</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Factors Contributing to Project Sucess</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>http://www.osdn.com/bcg/ Survey</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Categorizing Open Source Development</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP3 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0003.htm');" onmouseover="Over(this)" | 
|  | id=PPTL3 onmouseout="Out(this)">Indicators of Project Success</a></font></div> | 
|  | <div id=PPTC3 class=CTxt style='display:none'> | 
|  | <table id=PPTB3 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Project Success</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Growth (developers, users)</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Total size (developers, users)</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Activity (visible, measurable)</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Documentation (quality, quantity)</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Web stats (postings, hits, links, etc)</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Personal Success/Outcomes</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Learning</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Fun</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Employment/Career Advancement</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Reputation</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP4 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0004.htm');" onmouseover="Over(this)" | 
|  | id=PPTL4 onmouseout="Out(this)">Factors Contributing<br> | 
|  | To Project success</a></font></div> | 
|  | <div id=PPTC4 class=CTxt style='display:none'> | 
|  | <table id=PPTB4 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Active Marketing/Promotion</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Decent Website/Site Infrastructure</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Founder/Community relationships</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Acceptance/Inclusiveness</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Technical Architecture</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Leadership</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Technical proficience</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Personality</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Utility of Project</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Competant Core of Developers</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Low Barrier to Entry/Extensibility</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP5 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0005.htm');" onmouseover="Over(this)" | 
|  | id=PPTL5 onmouseout="Out(this)">BCG/OSDN Survey</a></font></div> | 
|  | <div id=PPTC5 class=CTxt style='display:none'> | 
|  | <table id=PPTB5 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Personal Motivations</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Intellectual Challenge</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Work functionality</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Obligation from use</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Work with team</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Professional Status</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Other</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Open Source Reputation</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Competitive Goals</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP6 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0006.htm');" onmouseover="Over(this)" | 
|  | id=PPTL6 onmouseout="Out(this)">BCG/OSDN Survey</a></font></div> | 
|  | <div id=PPTC6 class=CTxt style='display:none'> | 
|  | <table id=PPTB6 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Leaders Role</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Create initial code base</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Integration Submissions</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Determine tasks/priorities</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Help others become productive</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Open minds to options</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Motivate</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Delagate</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Create promise/vision</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Contribute code</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Recruit contributors</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Maintain schedules</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP7 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0007.htm');" onmouseover="Over(this)" | 
|  | id=PPTL7 onmouseout="Out(this)">Open Source Lifecycle</a></font></div> | 
|  | <div id=PPTC7 class=CTxt style='display:none'> | 
|  | <table id=PPTB7 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Stage One: The Seed</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Stage Two: The Growth</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Stage Three: The Long Haul</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Stage Four: The Death</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP8 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0008.htm');" onmouseover="Over(this)" | 
|  | id=PPTL8 onmouseout="Out(this)">Open Source Lifecycle</a></font></div> | 
|  | <div id=PPTC8 class=CTxt style='display:none'> | 
|  | <table id=PPTB8 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Stage One: The Seed</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Inital Code Base</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Useful Software</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Founder – technically proficient</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Catalyst to next stage</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Founder – principles</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Sex appeal</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Low barriers to entry</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP9 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0009.htm');" onmouseover="Over(this)" | 
|  | id=PPTL9 onmouseout="Out(this)">Open Source Lifecycle</a></font></div> | 
|  | <div id=PPTC9 class=CTxt style='display:none'> | 
|  | <table id=PPTB9 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Stage Two: The Growth</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Marketing/Promotion</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Technical Core of Developers</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Architecture able to scale</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Open development model</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Extensible software</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Good leadership</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Catalyst to next stage</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Critical mass</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Stability and Security</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Mechanism for dispute resolution</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Attracts external resource support</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP10 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0010.htm');" onmouseover="Over(this)" | 
|  | id=PPTL10 onmouseout="Out(this)">Open Source Lifecycle</a></font></div> | 
|  | <div id=PPTC10 class=CTxt style='display:none'> | 
|  | <table id=PPTB10 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Stage Three: The Long Haul</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Community Leader</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Sense of ownership/responsibility</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Adoption by other projects/communities</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Formal/Clear documentation and support</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Stable core doesn't break when people | 
|  | leave/return</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP11 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0011.htm');" onmouseover="Over(this)" | 
|  | id=PPTL11 onmouseout="Out(this)">Open Source Lifecycle</a></font></div> | 
|  | <div id=PPTC11 class=CTxt style='display:none'> | 
|  | <table id=PPTB11 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width=20 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=2><font size=2>Stage Four: The Death</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Failure of Succession</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Failure to Grow</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=2></td> | 
|  | <td colspan=1><font size=2>Forking</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <div id=PPTP12 class=PTxt><font size=2><a | 
|  | href="javascript:GoToSld('slide0012.htm');" onmouseover="Over(this)" | 
|  | id=PPTL12 onmouseout="Out(this)">eclipse.org</a></font></div> | 
|  | <div id=PPTC12 class=CTxt style='display:none'> | 
|  | <table id=PPTB12 class=CBorder> | 
|  | <tr> | 
|  | <td width=5 nowrap></td> | 
|  | <td width="100%"></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>We're in GROWTH mode</font></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan=1></td> | 
|  | <td colspan=1><font size=2>Signs point to a successful long haul if we | 
|  | continue on this path</font></td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  | </td> | 
|  | </tr> | 
|  | </table> | 
|  |  | 
|  | </div> | 
|  |  | 
|  | </body> | 
|  |  | 
|  | </html> |