update - emft.egf project page
diff --git a/_index.html b/_index.html
index 6609749..0d03ec0 100644
--- a/_index.html
+++ b/_index.html
@@ -22,12 +22,8 @@
<h3>EGF: a Software Factory Tool</h3>
<div id="introText">
- <p>EGF (Eclipse Generation Factories) is a software factory tool with the purpose to generate software artifacts, such as code or application.</p>
- <p>A major concern in software engineering is to deliver on time with the expected level of quality,
- while requirements and development environments evolve and are more and more complex.
- In order to meet those needs, the generative technique is a means which avoids wasting time and efforts.</p>
- <p> The purpose of EGF is to provide an extensible model-based generation framework in order to automate software production.
- It provides the support to define and customize software factories.</p>
+ <p>EGF (Eclipse Generation Factories) is a software factory tool with the purpose to generate software artifacts,
+ such as code or application, in order to automate software development.</p>
</div>
<table>
@@ -63,7 +59,8 @@
<li>Pattern: it is a powerful formalism which enables to process resources (e.g., model, file), in a language (e.g., Java, Jet), with parameters (e.g., navigation strategy, post-processor, reporter)</li>
<li>Generation Chain: it is a domain-specific model which enables to abstract generations</li>
</ul>
- EGF focuses is more than a generation tool. It is a tool of generative technique. For instance, to generate a software application, EGF can invoke model or text-to-text transformation engines.
+ EGF is designed to be extensible and accept new types of generation unit.
+ On the other hand, because a task is able to execute code and tools, EGF is not limited to generation.
</p>
</div>