-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchanges.html
More file actions
350 lines (305 loc) · 22.8 KB
/
Copy pathchanges.html
File metadata and controls
350 lines (305 loc) · 22.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Change History — Scriptella</title>
<meta name="description" content="Release change history for Scriptella ETL.">
<link rel="canonical" href="https://scriptella.org/changes.html">
<meta property="og:title" content="Change History — Scriptella">
<meta property="og:description" content="Release change history for Scriptella ETL.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://scriptella.org/changes.html">
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Change History — Scriptella">
<meta name="twitter:description" content="Release change history for Scriptella ETL.">
<link rel="icon" href="favicon.ico" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-192.png" sizes="192x192">
<script src="theme.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to content</a>
<header class="site-header">
<nav class="primary-nav" aria-label="Primary navigation">
<div class="site-header__inner">
<a class="site-logo" href="index.html" aria-label="Scriptella home">
<img class="site-logo__dark" src="images/scriptella-logo.svg" width="190" height="38" alt="Scriptella">
<img class="site-logo__light" src="images/scriptella-logo-light.svg" width="190" height="38" alt="Scriptella">
</a>
<ul>
<li><a href="reference/index.html">Documentation</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="reference/drivers.html">Drivers</a></li>
<li><a href="https://github.com/scriptella/scriptella-etl">GitHub</a></li>
<li><a href="download.html">Download</a></li>
</ul>
<button class="theme-toggle" type="button" data-theme-toggle data-theme-current="system" aria-label="Color theme: System. Switch to Light." title="System theme — switch to Light">
<span class="visually-hidden">Change color theme</span>
</button>
</div>
</nav>
</header>
<main id="main-content" class="page-shell page-shell--reading">
<article class="page-content">
<h1>History of Changes</h1>
<p><a href="changes.rss"><img src="images/rss.png" alt="RSS feed"></a></p>
<nav aria-label="Table of contents">
<h2>Contents</h2>
<ul>
<li><a href="#introduction">Introduction and explanation of symbols</a></li>
<li><a href="#version_1.3">Version 1.3 (2026-07-17)</a></li>
<li><a href="#version_1.2">Version 1.2 (2019-10-3)</a></li>
<li><a href="#version_1.1">Version 1.1 (2012-12-28)</a></li>
<li><a href="#version_1.0">Version 1.0 (2010-05-05)</a></li>
<li><a href="#version_1.0_RC">Version 1.0 RC (2008-04-02)</a></li>
<li><a href="#version_1.0_beta">Version 1.0 beta (2007-11-08)</a></li>
<li><a href="#version_0.9">Version 0.9 (2007-05-17)</a></li>
<li><a href="#version_0.8">Version 0.8 (2007-03-28)</a></li>
<li><a href="#version_0.7">Version 0.7 (2007-02-14)</a></li>
<li><a href="#version_0.6">Version 0.6 (2007-01-08)</a></li>
<li><a href="#version_0.5dev">Version 0.5dev (2006-11-16)</a></li>
<li><a href="#all-committers">All Committers</a></li>
</ul>
</nav>
<h2 id="introduction">Introduction and explanation of symbols</h2>
<p>Changes are sorted by type and then chronologically with the most recent at the top. Action types: <strong>[ADD]</strong> = add, <strong>[FIX]</strong> = fix, <strong>[UPDATE]</strong> = update. From Release 1.3 onward, the authoritative project changelog is also maintained in the source repository as <code>CHANGELOG.md</code>.</p>
<h2 id="version_1.3">Version 1.3 (2026-07-17)</h2>
<p>Release 1.3 establishes a maintainable Java 8 baseline while preserving the existing Maven modules, Ant-built all-in-one JAR, and distribution archives.</p>
<h3 id="code_1.3">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> Shell-command driver for executing external commands as Scriptella scripts or queries (<a href="https://github.com/scriptella/scriptella-etl/issues/32">#32</a>).</li>
<li><strong>[ADD]</strong> Regression coverage for DTD validation of <code><include></code> inside <code><script></code> (<a href="https://github.com/scriptella/scriptella-etl/issues/29">#29</a>). The maintained DTD was already correct.</li>
<li><strong>[ADD]</strong> Regression coverage confirming that JDBC <code>ID</code> result columns take precedence over a same-named global property (<a href="https://github.com/scriptella/scriptella-etl/issues/20">#20</a>). The reported defect was not reproducible on the supported Java 8/HSQLDB path.</li>
<li><strong>[UPDATE]</strong> Set Java 8 as the required runtime baseline and Maven bytecode target.</li>
<li><strong>[UPDATE]</strong> Switch JavaScript execution from Nashorn-specific behavior to Rhino through a JSR 223 adapter (<a href="https://github.com/scriptella/scriptella-etl/issues/2">#2</a>). Prefer <code>language=rhino</code> in JavaScript ETL.</li>
<li><strong>[UPDATE]</strong> Restore reproducible Maven module builds and tests with Maven 3.6 or newer.</li>
<li><strong>[UPDATE]</strong> Preserve the Ant 1.10.17 workflow for the all-in-one JAR and binary, source, and examples ZIP archives; Ant test failures now fail the build.</li>
<li><strong>[UPDATE]</strong> Bundle the Rhino engine and JSR 223 adapter, with license material, so Ant builds work from a fresh checkout.</li>
<li><strong>[UPDATE]</strong> Remove Apache Forrest website generation from the project build while retaining Javadoc and DTD documentation generation.</li>
<li><strong>[UPDATE]</strong> Migrate Maven publication from the retired OSSRH service to the Sonatype Central Publisher Portal.</li>
<li><strong>[UPDATE]</strong> Reconcile Maven and standalone Velocity at 1.6.2; align examples JavaMail/Activation with Maven-managed versions; add explicit distribution license material.</li>
<li><strong>[UPDATE]</strong> Replace the Forrest-generated public website with directly maintained HTML5 and CSS, preserving principal public URLs and useful deep links.</li>
</ul>
<h3 id="upgrade_1.3">Upgrade notes</h3>
<ul>
<li>Java 8 is the supported baseline. Newer runtimes are not part of the 1.3 compatibility promise.</li>
<li>JavaScript ETL should explicitly select <code>language=rhino</code>. Scripts that depend on Nashorn-specific behavior should be tested before upgrading.</li>
<li>The shell driver runs operating-system commands with the permissions of the Scriptella process; review command input and deployment permissions before enabling it in untrusted workflows.</li>
<li>Maven consumers continue to use the <code>org.scriptella</code> group ID introduced in 1.2. Module layout and artifact IDs are unchanged.</li>
</ul>
<h3 id="contributors_1.3">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy).</p>
<h2 id="version_1.2">Version 1.2 (2019-10-3)</h2>
<h3 id="code_1.2">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> Switched Maven groupId to org.scriptella — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Upgraded Janino driver to 3.1.0 — Committed by ejboy.</li>
</ul>
<h3 id="contributors_1.2">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy).</p>
<h2 id="version_1.1">Version 1.1 (2012-12-28)</h2>
<h3 id="code_1.1">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> JEXL 2.0 Support — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Flexible parsing/formatting rules for text/csv drivers — Committed by ejboy.</li>
<li><strong>[FIX]</strong> StringIndexOutOfBoundsException when parsing SQL statements with ternary expressions — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> JDBC: Add support for queries in batch-mode — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Detect missing query.next call — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Add support for batch execution — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Detect missing query.next call in queries — Committed by ejboy.</li>
</ul>
<h3 id="contributors_1.1">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy).</p>
<h2 id="version_1.0">Version 1.0 (2010-05-05)</h2>
<h3 id="code_1.0">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> CUBRID Database driver — Committed by ejboy.</li>
<li><strong>[ADD]</strong> nostat command line option to suppress statistics collecting — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Fixed ArrayIndexOutOfBounds thrown when lazy-initialization fails for connection — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Wrong alias for PostgreSQL for auto driver — Committed by volk.</li>
<li><strong>[FIX]</strong> db2 driver is not automatically resolved — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Cannot load class when scriptella is packaged in an EAR file in JBoss — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Cannot Write to HTTP URL — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Use null_string to expand $variable when it has null value. CSV, text driver — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Fix FindBugs issues — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Upgrade dependencies: hsqldb 1.8.0.10, velocity 1.6.2, janino 2.5.15, h2 1.1.116 — Committed by ejboy.</li>
</ul>
<h3 id="contributors_1.0">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy), Kirill Volgin (volk).</p>
<h2 id="version_1.0_RC"><a name="version_1.0 RC"></a>Version 1.0 RC (2008-04-02)</h2>
<h3 id="code_1.0_RC">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> odbc alias for JDBC-ODBC bridge driver — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Support for SQLSheet JDBC driver to work with Excel files — Committed by volk.</li>
<li><strong>[ADD]</strong> IBM AS/400 Driver — Committed by volk.</li>
<li><strong>[ADD]</strong> etl.text utility methods to format strings — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Execute multiple ETL files in Spring — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Add "exclude=true/false" attribute for dialect tag — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Error working with blobs — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Java heap space - java.lang.OutOfMemoryError — Committed by ejboy.</li>
<li><strong>[FIX]</strong> NullpointerException in JEXL expressions if running in multiple threads — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Inserting NULL values into a DB2 database — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Make driver attribute optional with default value of "auto" — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Replace opencsv with a built-in implementation — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Simplified onerror regex matching for message and type attributes — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Use column label in addition to column name for JDBC metadata — Committed by ejboy.</li>
</ul>
<h3 id="contributors_1.0_RC">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy), Kirill Volgin (volk).</p>
<h2 id="version_1.0_beta"><a name="version_1.0 beta"></a>Version 1.0 beta (2007-11-08)</h2>
<h3 id="code_1.0_beta">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> Driver for running external Scriptella ETL files — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Add "autocommit.size" JDBC connection parameter — Committed by ejboy.</li>
<li><strong>[ADD]</strong> "autocommit" connection parameter — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Impossible to import NULL with CSV driver — Committed by ejboy.</li>
<li><strong>[FIX]</strong> JdbcException throwing during driver loading — Committed by volk.</li>
<li><strong>[UPDATE]</strong> Upgrade to Velocity 1.5 — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> [Compatibility] Upgrade to Janino 2.5.11 — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Several minor bugs were fixed, cosmetic fixes for code, site and documentation — Committed by ejboy.</li>
</ul>
<h3 id="contributors_1.0_beta">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy), Kirill Volgin (volk).</p>
<h2 id="version_0.9">Version 0.9 (2007-05-17)</h2>
<h3 id="build_0.9">Changes to Build</h3>
<ul>
<li><strong>[UPDATE]</strong> Since this release JDK 6 is required to build Scriptella — Committed by ejboy.</li>
</ul>
<h3 id="code_0.9">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> Auto-discovery for JDBC drivers — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Support for JSR 223 (Scripting for the Java Platform) — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Add ?{textfile 'filename/url'} to upload CLOBs from text files — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Database migration template — Committed by ejboy.</li>
<li><strong>[FIX]</strong> SpringDriverTest failed in coverage mode — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Fix for LDAP when using search.scope and search.basedn parameters — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Simplified dialect names matching — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Support for bind variables/expressions in a href attribute of include element — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> skip_lines connection parameter for CSV and Text driver — Committed by ejboy.</li>
</ul>
<h3 id="contributors_0.9">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy).</p>
<h2 id="version_0.8">Version 0.8 (2007-03-28)</h2>
<h3 id="admin_0.8">Changes to Project Administration</h3>
<ul>
<li><strong>[UPDATE]</strong> Upgrade to Janino 2.5.6 — Committed by ejboy.</li>
</ul>
<h3 id="build_0.8">Changes to Build</h3>
<ul>
<li><strong>[UPDATE]</strong> Remove unused commons-logging classes from scriptella.jar — Committed by ejboy.</li>
</ul>
<h3 id="code_0.8">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> Add a feature to work with dates in ${...} JEXL expressions — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Runnable and Callable facade for EtlExecutor — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Mail provider — Committed by ejboy.</li>
<li><strong>[FIX]</strong> NULL not handled for CLOBs and BLOBs — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Fix Spring context propagation — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Send output to the console if no output file URL was specified for Velocity and Text driver — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Automatically convert windows DRIVE:/ paths to file:/DRIVE:/ URL — Committed by ejboy.</li>
</ul>
<h3 id="contributors_0.8">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy).</p>
<h2 id="version_0.7">Version 0.7 (2007-02-14)</h2>
<h3 id="build_0.7">Changes to Build</h3>
<ul>
<li><strong>[ADD]</strong> Include scriptella-src-ide.zip in a binary distribution — Committed by ejboy.</li>
</ul>
<h3 id="code_0.7">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> JEXL driver — Committed by ejboy.</li>
<li><strong>[ADD]</strong> XML XPath provider — Committed by ejboy.</li>
<li><strong>[ADD]</strong> XML example — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Compile error on JDK 6 — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Do not produce bug report if no driver on classpath — Committed by ejboy, volk.</li>
<li><strong>[FIX]</strong> Improved examples, ODBC example was not working — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Make "throughput" parameter in JMX mbean more accurate — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Various performance optimizations — Committed by ejboy.</li>
</ul>
<h3 id="contributors_0.7">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy), Kirill Volgin (volk).</p>
<h2 id="version_0.6">Version 0.6 (2007-01-08)</h2>
<h3 id="code_0.6">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> Text Provider — Committed by ejboy.</li>
<li><strong>[ADD]</strong> PostgreSQL Driver — Committed by volk.</li>
<li><strong>[ADD]</strong> DB2 Driver — Committed by volk.</li>
<li><strong>[ADD]</strong> Lucene search engine driver — Committed by volk.</li>
<li><strong>[ADD]</strong> Rollback ETL on Ctrl-C — Committed by ejboy.</li>
<li><strong>[ADD]</strong> transaction.isolation property for JDBC connection — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Add JMX mbean for monitoring — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Improved test code coverage — Committed by ejboy.</li>
</ul>
<h3 id="contributors_0.6">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy), Kirill Volgin (volk).</p>
<h2 id="version_0.5dev">Version 0.5dev (2006-11-16)</h2>
<h3 id="admin_0.5dev">Changes to Project Administration</h3>
<ul>
<li><strong>[UPDATE]</strong> Supported libraries upgraded to Janino 2.5.1, H2 1.0, HSQLDB 1.8.0.7, opencsv 1.7 — Committed by ejboy.</li>
</ul>
<h3 id="code_0.5dev">Changes to the Code Base</h3>
<ul>
<li><strong>[ADD]</strong> Log SQLWarnings — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Configurable sql delimiters for JDBC Bridge — Committed by ejboy.</li>
<li><strong>[ADD]</strong> add lazy-init connection attribute — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Oracle driver — Committed by volk.</li>
<li><strong>[ADD]</strong> Sybase driver — Committed by volk.</li>
<li><strong>[ADD]</strong> Resultset Data types conversion (including BLOB/CLOB) — Committed by ejboy.</li>
<li><strong>[ADD]</strong> Support for Oracle Hints — Committed by ejboy.</li>
<li><strong>[ADD]</strong> MySQL driver — Committed by volk.</li>
<li><strong>[FIX]</strong> scriptella.bat not working if no JAVA_HOME — Committed by ejboy.</li>
<li><strong>[FIX]</strong> Illegal handling of -- comments — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Performance improvements — Committed by ejboy.</li>
<li><strong>[UPDATE]</strong> Improved code coverage — Committed by ejboy.</li>
</ul>
<h3 id="contributors_0.5dev">Contributors to this release</h3>
<p>We thank the following people for their contributions to this release.</p>
<p>This is a list of all people who participated as committers:<br>Fyodor Kupolov (ejboy), Kirill Volgin (volk).</p>
<h2 id="all-committers">All Committers</h2>
<p>This is a list of all people who have ever participated as committers on this project.</p>
<ul>
<li>Fyodor Kupolov (ejboy)</li>
<li>Kirill Volgin (volk)</li>
</ul>
</article>
</main>
<footer class="site-footer">
<div class="site-footer__inner">
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
<p class="site-footer__credit">Built by <a class="pvrlabs-wordmark" href="https://pvrlabs.xyz" aria-label="PVR Labs"><span class="pvrlabs-wordmark__accent">PVR</span><span class="pvrlabs-wordmark__light">Labs</span></a></p>
<nav aria-label="Footer navigation">
<ul>
<li><a href="reference/index.html">Documentation</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="docs/api/index.html">API Docs</a></li>
<li><a href="docs/dtd/index.html">DTD Reference</a></li>
<li><a href="https://github.com/scriptella/scriptella-etl">GitHub</a></li>
<li><a href="changes.html">Change History</a></li>
<li><a href="license.html">License</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</nav>
</div>
</footer>
<!-- StatCounter: existing Scriptella project configuration -->
<script>
var sc_project = 10775960;
var sc_invisible = 1;
var sc_security = "53eaed1c";
</script>
<script defer src="https://secure.statcounter.com/counter/counter.js"></script>
<!-- End StatCounter -->
</body>
</html>