Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2015-09-19 18:23:55 +0000
committerWim Jongman2015-09-19 18:23:55 +0000
commit8552a9f75759803fd95c45db7872d011d476bae2 (patch)
tree88bba25a0bb458d8a515946e773dc8ff697c8870
parent841a23e2a87c1d4fea054e7d5f2a1b12cde255b4 (diff)
downloade4-8552a9f75759803fd95c45db7872d011d476bae2.tar.gz
e4-8552a9f75759803fd95c45db7872d011d476bae2.tar.xz
e4-8552a9f75759803fd95c45db7872d011d476bae2.zip
Bug 471308 - E4 tools download project site is totally out of date
-rwxr-xr-xindex.php64
1 files changed, 39 insertions, 25 deletions
diff --git a/index.php b/index.php
index bb4ca6c..683427c 100755
--- a/index.php
+++ b/index.php
@@ -39,18 +39,15 @@ ob_start();
</p>
- <h4>Eclipse Spies</h4>
+ <h4><b>Eclipse Spies</b></h4>
Spies are tools that enable you to look inside the Eclipse engine while it is running.
- Invaluable for RCP Developers;
+ Invaluable for RCP Developers.
<br/>
- <h4>Eclipse Smart Project Importer Framework</h4>
- Tooling to ease the import of projects into the Eclipse Workspace.</li>
- For more details, see the project
- <a href="/projects/project_summary.php?projectid=eclipse.e4">about page</a>.
+ <h4><b>Eclipse Smart Project Importer Framework</b></h4>
+ Tooling to ease the import of projects into the Eclipse Workspace.
</p>
- </div>
- <div class="homeitem3col">
+
<h3>Eclipse Spies</h3>
E4 spies is a set of tools to help in developing application using Eclipse 4.
These tools are very helpful when creating a "pure E4" project
@@ -63,10 +60,10 @@ ob_start();
<h4><a href="https://www.youtube.com/watch?v=CcClGXmZPcI">EclipseCon Talk by Olivier Proovost</a></h4>
- <h3>Smart Project importer Framework</h3>
- <h4>Project wiki.</a></h4>
+ <h3>Smart Project importer Framework</h3>
+ <h4>Project wiki.</a></h4>
Release plans and other information about this project.
- <p>
+ <p>
Currently, when importing a project, users are facing the difficult choices
of what project they are importing and how to import it. The various
technologies involved in a project can easily be detected by some automated
@@ -75,6 +72,10 @@ ob_start();
to automatically detect the nature of the project and automatically configure it at
best, with very minimal effort from the user.
</p>
+ <p>
+ For more details, see the project
+ <a href="/projects/project_summary.php?projectid=eclipse.e4">about page</a>.
+ </p>
</div>
</div>
@@ -83,22 +84,35 @@ ob_start();
<br/><br/><br/><br/>
- <h3>Eclipse Model Spies</h3>
- Want to take a look under the covers? Download the latest snapshot!
- <br/><br/>
- <a href="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/">Eclipse Spies Repository</a>
- <br/><br/>
-
- <h3>Smart Import Framework</h3>
- The Smart Project Import Framework is the latest experiment cooking in our e4 labs.
+ <div class="block-box block-box-classic">
+ <h3>Eclipse Model Spies</h3>
+ <div class="content">
+ Want to take a look under the covers? Download the latest snapshot!
+ <br/><br/>
+ <a href="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/">Eclipse Spies Repository</a>
+ </div>
+ </div>
+
+ <div class="block-box block-box-classic">
+ <h3>Smart Import Framework</h3>
+ <div class="content">
+ The Smart Project Import Framework is the latest experiment cooking in our e4 labs.
+ <br/><br/>
+ <a href="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui/">Eclipse E4 UI Repository</a>
+ </div>
+ </div>
+
<br/><br/>
- <a href="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui/">Eclipse E4 UI Repository</a>
+
+ <div class="block-box block-box-classic">
+ <h3>Eclipse Model tooling (Graduated!)</h3>
+ <div class="content">
+ Several e4 components graduated into the Eclipse Platform project to
+ produce the <a href="http://www.eclipse.org/eclipse4">Eclipse 4</a> stream of releases.
+ </div>
+ </div>
+
<br/><br/>
-
- <h3>Eclipse Model tooling (Graduated!)</h3>
- Several e4 components graduated into the Eclipse Platform project to
- produce the <a href="http://www.eclipse.org/eclipse4">Eclipse 4</a> stream of releases.
- <br/><br/>
<h3>We build with Hudson</h3>
<a href="http://hudson.eclipse.org/e4">Eclipse 4 Hudson Build Server</a>

Back to the top