platform-core-home/main.html

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

revision 1.15, Wed Jul 21 13:35:23 2004 UTC revision 1.16, Wed Jul 21 13:36:33 2004 UTC
# Line 1  Line 1 
1    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2  <html>  <html>
3  <head>  <head>
4  <title>Core Component</title>  <title>Eclipse Platform/Core</title>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">  <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
7  </head>  </head>
8    <body>
9    <center>
10            <font class=indextop> core</font><br>
11            <font class=indexsub> the foundation of the platform</font><p>
12            <a href="main.html">[home]</a>
13            <a href="documents.html">[documents]</a>
14            <a href="downloads.html">[downloads]</a>
15            <a href="resources.html">[resources]</a>
16            <a href="planning.html">[planning]</a>
17            <a href="testing.html">[testing]</a>
18    </center>
19    
 <body bgcolor="#FFFFFF" text="#000000">  
 <table border=0 cellspacing=5 cellpadding=2 width="100%" >  
   <tr>  
     <td align=left width="72%"> <font class=indextop> core</font> <br>  
       <font class=indexsub> the foundation of the platform</font></td>  
     <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>  
   </tr>  
 </table>  
 <table border=0 cellspacing=5 cellpadding=2 width="100%" >  
   <tr>  
     <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Development  
       Resources &amp; Planning</font></b></td>  
   </tr>  
   <tr>  
     <td>  
       <p>If you are looking for documents, proposals, patches, bug queries, or  
         general Core tools, check out the <a href="dev.html">Development Resources &amp; Planning</a> page.</p>  
       </td>  
   </tr>  
 </table>  
20  <table border=0 cellspacing=5 cellpadding=2 width="100%" >  <table border=0 cellspacing=5 cellpadding=2 width="100%" >
21    <tr>    <tr>
22      <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b>      <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b>
# Line 63  Line 55 
55          callback management, or programming for speed/space, the Core team wants          callback management, or programming for speed/space, the Core team wants
56          to talk to you.</p>          to talk to you.</p>
57        <p>Upcoming work is primarily in the details of currently supported function.</p>        <p>Upcoming work is primarily in the details of currently supported function.</p>
       <p>For more detailed information, check out the <a href="dev.html">Development  
         Resources</a>.</p>  
58  </td>  </td>
59    </tr>    </tr>
60  </table>  </table>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16