fixed version
diff --git a/index.html b/index.html
index 857e1e0..cfb248d 100644
--- a/index.html
+++ b/index.html
@@ -61,7 +61,7 @@
<div class="span4">
<h2>Tooling</h2>
<p>
- e(fx)clipse provides JavaFX tooling for the Eclipse IDE. We support Eclipse Luna (4.4.x) in our released version 1.0.0 and the upcoming Mars (4.4) in our nightly builds.
+ e(fx)clipse provides JavaFX tooling for the Eclipse IDE. We support Eclipse Luna (4.4.x) in our released version 1.0.0 and the upcoming Mars (4.5) in our nightly builds.
<ul>
<li>JDT Support</li>
<li>PDE Support</li>
@@ -160,15 +160,15 @@
</div>
<div class="span4">
<p>
- JavaFX 2 allows for defining the UI structure using an XML format named <a href="http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html">FXML</a>. Unlike other XML formats, FXML has no DTD/Schema but it provides serialization for an arbitrary (JavaFX) object graph, which means standard XML editors are useless when it comes to FXML.
+ JavaFX 2 allows for defining the UI structure using an XML format named <a href="http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html">FXML</a>. Unlike other XML formats, FXML has no DTD/Schema but it provides serialization for an arbitrary (JavaFX) object graph, which means standard XML editors are useless when it comes to FXML.
</p>
<p>
- e(fx)clipse is going another route by providing a tooling for a very simple object graph definition language
+ e(fx)clipse is going another route by providing a tooling for a very simple object graph definition language
named <b>FXGraph</b> which gets translated into FXML in the background. So you don't need an extra library at runtime
since JavaFX 2 can load FXML files natively.
</p>
<p>
- One of the coolest feature of FXGraph is that it integrates with the Eclipse JDT, giving you for instance the Javadoc for all referenced elements and autocompletion support. The DSL allows the user to attach some extra information (e.g. CSS files) such that the integrated live preview can make use of them.
+ One of the coolest feature of FXGraph is that it integrates with the Eclipse JDT, giving you for instance the Javadoc for all referenced elements and autocompletion support. The DSL allows the user to attach some extra information (e.g. CSS files) such that the integrated live preview can make use of them.
</p>
</div>
</div>
@@ -179,7 +179,7 @@
<div class="span6" style="padding-top: 10px;">
<img class="thumbnail" src="css_integration.png" />
</div>
- <div class="span4">
+ <div class="span4">
<p>
Almost all IDEs provide a CSS editor, but this editor only knows about the attributes used inside HTML browser applications.
By providing a specialized CSS editor, which knows the CSS properties used by JavaFX 2, authoring CSS files for your JavaFX project is as easy as in web projects.
@@ -196,11 +196,11 @@
<div class="span6" style="padding-top: 10px;">
<img class="thumbnail" src="fxml_tooling.png" />
</div>
- <div class="span4">
+ <div class="span4">
<p>
<a href="http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html">FXML</a> is a DTD/Schema-less XML serialization specification for the definition of JavaFX UIs and Java object graphs in general. e(fx)clipse provides you with advanced tooling for authoring this file format. As the FXML file references Java elements, the editor tightly integrates with the Eclipse JDT such that, for instance, you can see the Javadoc of Java elements like classes and methods in your FXML editor.
</p>
- </div>
+ </div>
</div>
</section>
<section id="about-runtime">
@@ -240,7 +240,7 @@
<div class="span6" style="padding-top: 10px;">
<img class="thumbnail" src="osgi_runtime.png" />
</div>
- <div class="span4">
+ <div class="span4">
<p>
Unfortunately, JavaFX was not written with OSGi in mind so there are various sources of error when running inside OSGi. These problems include the location of the JavaFX binaries in your Java installation and class loading issues because of OSGi's visibility rules. e(fx)clipse provides helper libraries for dealing with all of those problems and makes writing JavaFX applications on top of Eclipse Equinox feel as easy as it is with SWT and Swing.
</p>
@@ -253,7 +253,7 @@
<div class="span6" style="padding-top: 10px;">
<img class="thumbnail" src="e4_runtime.png" />
</div>
- <div class="span4">
+ <div class="span4">
<p>
Once you start developing medium-sized to big JavaFX applications, you'll ask for a platform that provides a command/handler framework, a generic extension API, dependency injection, etc. Fortunately, such a platform is offered by the Eclipse 4.x SDK which, due to its design, can be used with any UI technology. e(fx)clipse provides so called JavaFX renderers for writing JavaFX RCP applications on this platform.
</p>
@@ -286,8 +286,8 @@
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
-
-
+
+
<!-- Include the plug-in -->
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/custom.js" type="text/javascript"></script>