Skip to content

Commit 77201fc

Browse files
committed
Clarify homepage hero and feature-card copy
Put open source in the hero lede, and make the first two cards describe the benefit instead of listing scripting engines.
1 parent e3116df commit 77201fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎index.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<div class="hero__inner">
4949
<div class="hero__copy">
5050
<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>
5252
<div class="button-group">
5353
<a class="button" href="tutorial.html">Two-minute tutorial</a>
5454
<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>
8181

8282
<div class="feature-grid">
8383
<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>
8686
</article>
8787
<article class="feature-card">
88-
<h3>Existing SQL</h3>
88+
<h3>Use your existing SQL</h3>
8989
<p>Run it directly, include files, bind query results as variables, and add expressions only where a transform needs them.</p>
9090
</article>
9191
<article class="feature-card">

0 commit comments

Comments
 (0)