platform-core-home/main.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19, Thu Jun 23 16:35:08 2005 UTC revision 1.20, Thu Sep 29 12:48:24 2005 UTC
# Line 2  Line 2 
2  <html>  <html>
3  <head>  <head>
4  <title>Eclipse Platform/Core</title>  <title>Eclipse Platform/Core</title>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">      <meta http-equiv="refresh" content="5;URL=http://eclipse.org/eclipse/platform-core/main.html">
 <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">  
6  </head>  </head>
7  <body>  <body>
8  <center>  <center><p>The <a href="http://eclipse.org/eclipse/platform-core">Platform/Core site</a> is now
9          <font class=indextop>core</font><br>  at <a href="http://eclipse.org/eclipse/platform-core">http://eclipse.org/eclipse/platform-core</a>.</p>
         <font class=indexsub>the foundation of the platform</font><p></p>  
         <a href="main.html">[home]</a>  
         <a href="documents.html">[documents]</a>  
         <a href="downloads.html">[downloads]</a>  
         <a href="resources.html">[resources]</a>  
         <a href="planning.html">[planning]</a>  
         <a href="testing.html">[testing]</a>  
10  </center>  </center>
 <br>  
 <table border=0 cellpadding=2 width="100%" >  
   <tr>  
     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b>  
     <font color="#FFFFFF" face="Arial,Helvetica">Core Overview</font></b></td>  
   </tr>  
   <tr>  
     <td>  
       <p>The Core component forms the base of the Eclipse platform's runtime configuration.  
         It includes mechanisms and facilities for:</p>  
       <ul>  
         <li>booting and running the platform</li>  
         <li>plug-in declaration and management</li>  
         <li>resource management</li>  
       </ul>  
       <p>The Core is excruciatingly generic -- all plug-ins installed and run  
         on the Core infrastructure are treated equally. The contents of resources  
         are never examined in any domain-specific way and the Core can run equally  
         well with and without a UI. </p>  
       </td>  
   </tr>  
 </table>  
 <table border=0 cellspacing=5 cellpadding=2 width="100%" >  
   <tr>  
     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Get  
       Involved!</font></b></td>  
   </tr>  
   <tr>  
     <td>  
       <p>If you are interested in participating in the development of the Core  
         component, check out the developer's mailing list: <a href="http://dev.eclipse.org/mailman/listinfo/platform-core-dev">platform-core-dev@eclipse.org</a>.  
         Chat with people there about your problems and interests, and find out  
         what you can do to help. </p>  
       <p>In particular, if you are interested in system level code and are intimately  
         familiar with Java classloading, thread management, filesystem resource  
         management on a variety of operating systems, Windows/Linux filesystem  
         callback management, or programming for speed/space, the Core team wants  
         to talk to you.</p>  
       <p>Upcoming work is primarily in the details of currently supported function.</p>  
 </td>  
   </tr>  
 </table>  
 <p>&nbsp;</p>  
11  </body>  </body>
12  </html>  </html>

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20