|
48 | 48 | <div class="hero__inner"> |
49 | 49 | <div class="hero__copy"> |
50 | 50 | <h1 id="hero-title">Lightweight ETL for Java</h1> |
51 | | - <p class="hero__lede">Scriptella runs SQL and other scripts against multiple data sources from one XML file. No visual designer, application server, or proprietary runtime.</p> |
| 51 | + <p class="hero__lede">Scriptella runs SQL and other scripts against multiple data sources from one XML file. Open source. No visual designer, application server, or proprietary runtime.</p> |
52 | 52 | <div class="button-group"> |
53 | 53 | <a class="button" href="tutorial.html">Two-minute tutorial</a> |
54 | 54 | <a class="button button--secondary" href="download.html">Download 1.4</a> |
@@ -81,11 +81,11 @@ <h2 id="overview-title">SQL for the work. XML for the wiring.</h2> |
81 | 81 |
|
82 | 82 | <div class="feature-grid"> |
83 | 83 | <article class="feature-card"> |
84 | | - <h3>Several sources, one file</h3> |
85 | | - <p>JDBC, CSV, text, XML, LDAP, shell, JEXL, Velocity, Janino, and more.</p> |
| 84 | + <h3>Multiple sources, one file</h3> |
| 85 | + <p>Work with JDBC, CSV, text, XML, LDAP, shell scripts, and other sources in the same ETL file.</p> |
86 | 86 | </article> |
87 | 87 | <article class="feature-card"> |
88 | | - <h3>Existing SQL</h3> |
| 88 | + <h3>Use your existing SQL</h3> |
89 | 89 | <p>Run it directly, include files, bind query results as variables, and add expressions only where a transform needs them.</p> |
90 | 90 | </article> |
91 | 91 | <article class="feature-card"> |
|
0 commit comments