Skip to content

Commit 5cb37d1

Browse files
committed
Add website branding and SEO metadata
1 parent 7f8255c commit 5cb37d1

17 files changed

Lines changed: 159 additions & 0 deletions

changes.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Change History — Scriptella</title>
77
<meta name="description" content="Release change history for Scriptella ETL.">
8+
<link rel="canonical" href="https://scriptella.org/changes.html">
9+
<meta property="og:title" content="Change History — Scriptella">
10+
<meta property="og:description" content="Release change history for Scriptella ETL.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/changes.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Change History — Scriptella">
16+
<meta name="twitter:description" content="Release change history for Scriptella ETL.">
817
<link rel="icon" href="favicon.ico">
918
<script src="theme.js"></script>
1019
<link rel="stylesheet" href="style.css">
@@ -313,6 +322,7 @@ <h2 id="all-committers">All Committers</h2>
313322
<footer class="site-footer">
314323
<div class="site-footer__inner">
315324
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
325+
<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>
316326
<nav aria-label="Footer navigation">
317327
<ul>
318328
<li><a href="reference/index.html">Documentation</a></li>

download.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Download — Scriptella</title>
77
<meta name="description" content="Download Scriptella binary, source, and example distributions.">
8+
<link rel="canonical" href="https://scriptella.org/download.html">
9+
<meta property="og:title" content="Download — Scriptella">
10+
<meta property="og:description" content="Download Scriptella binary, source, and example distributions.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/download.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Download — Scriptella">
16+
<meta name="twitter:description" content="Download Scriptella binary, source, and example distributions.">
817
<link rel="icon" href="favicon.ico">
918
<script src="theme.js"></script>
1019
<link rel="stylesheet" href="style.css">
@@ -92,6 +101,7 @@ <h2 id="version-1-1">Version 1.1</h2>
92101
<footer class="site-footer">
93102
<div class="site-footer__inner">
94103
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
104+
<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>
95105
<nav aria-label="Footer navigation">
96106
<ul>
97107
<li><a href="reference/index.html">Documentation</a></li>

faq.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>FAQ — Scriptella</title>
77
<meta name="description" content="Frequently asked questions about Scriptella ETL.">
8+
<link rel="canonical" href="https://scriptella.org/faq.html">
9+
<meta property="og:title" content="FAQ — Scriptella">
10+
<meta property="og:description" content="Frequently asked questions about Scriptella ETL.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/faq.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="FAQ — Scriptella">
16+
<meta name="twitter:description" content="Frequently asked questions about Scriptella ETL.">
817
<link rel="icon" href="favicon.ico">
918
<script src="theme.js"></script>
1019
<link rel="stylesheet" href="style.css">
@@ -228,6 +237,7 @@ <h3 id="NULLS">3.1. How to output null value as empty string in a CSV/Text file.
228237
<footer class="site-footer">
229238
<div class="site-footer__inner">
230239
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
240+
<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>
231241
<nav aria-label="Footer navigation">
232242
<ul>
233243
<li><a href="reference/index.html">Documentation</a></li>

howto/initialize-database.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Initialize a database on application startup — Scriptella</title>
77
<meta name="description" content="Use Scriptella to initialize and upgrade a database when a Java web application starts.">
8+
<link rel="canonical" href="https://scriptella.org/howto/initialize-database.html">
9+
<meta property="og:title" content="Initialize a database on application startup — Scriptella">
10+
<meta property="og:description" content="Use Scriptella to initialize and upgrade a database when a Java web application starts.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/howto/initialize-database.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Initialize a database on application startup — Scriptella">
16+
<meta name="twitter:description" content="Use Scriptella to initialize and upgrade a database when a Java web application starts.">
817
<link rel="icon" href="../favicon.ico">
918
<script src="../theme.js"></script>
1019
<link rel="stylesheet" href="../style.css">
@@ -201,6 +210,7 @@ <h2>Resources</h2>
201210
<footer class="site-footer">
202211
<div class="site-footer__inner">
203212
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
213+
<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>
204214
<nav aria-label="Footer navigation">
205215
<ul>
206216
<li><a href="../reference/index.html">Documentation</a></li>

howto/migrate-from-ant.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Migrate from the Ant SQL task — Scriptella</title>
77
<meta name="description" content="Convert Ant SQL task database scripts to Scriptella ETL files.">
8+
<link rel="canonical" href="https://scriptella.org/howto/migrate-from-ant.html">
9+
<meta property="og:title" content="Migrate from the Ant SQL task — Scriptella">
10+
<meta property="og:description" content="Convert Ant SQL task database scripts to Scriptella ETL files.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/howto/migrate-from-ant.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Migrate from the Ant SQL task — Scriptella">
16+
<meta name="twitter:description" content="Convert Ant SQL task database scripts to Scriptella ETL files.">
817
<link rel="icon" href="../favicon.ico">
918
<script src="../theme.js"></script>
1019
<link rel="stylesheet" href="../style.css">
@@ -111,6 +120,7 @@ <h2>Related</h2>
111120
<footer class="site-footer">
112121
<div class="site-footer__inner">
113122
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
123+
<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>
114124
<nav aria-label="Footer navigation">
115125
<ul>
116126
<li><a href="../reference/index.html">Documentation</a></li>

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Scriptella — Simple ETL and script execution</title>
77
<meta name="description" content="Scriptella is an open source Java ETL and script execution tool built around SQL and simple XML configuration.">
8+
<link rel="canonical" href="https://scriptella.org/">
9+
<meta property="og:title" content="Scriptella — Simple ETL and script execution">
10+
<meta property="og:description" content="Scriptella is an open source Java ETL and script execution tool built around SQL and simple XML configuration.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Scriptella — Simple ETL and script execution">
16+
<meta name="twitter:description" content="Scriptella is an open source Java ETL and script execution tool built around SQL and simple XML configuration.">
817
<link rel="icon" href="favicon.ico">
918
<script src="theme.js"></script>
1019
<link rel="stylesheet" href="style.css">
@@ -142,6 +151,7 @@ <h2 id="news-title">Scriptella 1.3 RC1</h2>
142151
<footer class="site-footer">
143152
<div class="site-footer__inner">
144153
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
154+
<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>
145155
<nav aria-label="Footer navigation">
146156
<ul>
147157
<li><a href="reference/index.html">Documentation</a></li>

license.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>License — Scriptella</title>
77
<meta name="description" content="Scriptella license — Apache License, Version 2.0.">
8+
<link rel="canonical" href="https://scriptella.org/license.html">
9+
<meta property="og:title" content="License — Scriptella">
10+
<meta property="og:description" content="Scriptella license — Apache License, Version 2.0.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/license.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="License — Scriptella">
16+
<meta name="twitter:description" content="Scriptella license — Apache License, Version 2.0.">
817
<link rel="icon" href="favicon.ico">
918
<script src="theme.js"></script>
1019
<link rel="stylesheet" href="style.css">
@@ -243,6 +252,7 @@ <h1>Scriptella ETL Project License</h1>
243252
<footer class="site-footer">
244253
<div class="site-footer__inner">
245254
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
255+
<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>
246256
<nav aria-label="Footer navigation">
247257
<ul>
248258
<li><a href="reference/index.html">Documentation</a></li>

links.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Links — Scriptella</title>
77
<meta name="description" content="Links related to Scriptella ETL.">
8+
<link rel="canonical" href="https://scriptella.org/links.html">
9+
<meta property="og:title" content="Links — Scriptella">
10+
<meta property="og:description" content="Links related to Scriptella ETL.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/links.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Links — Scriptella">
16+
<meta name="twitter:description" content="Links related to Scriptella ETL.">
817
<link rel="icon" href="favicon.ico">
918
<script src="theme.js"></script>
1019
<link rel="stylesheet" href="style.css">
@@ -70,6 +79,7 @@ <h2 id="Companies+and+products+that+use+Scriptella">Companies and products that
7079
<footer class="site-footer">
7180
<div class="site-footer__inner">
7281
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
82+
<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>
7383
<nav aria-label="Footer navigation">
7484
<ul>
7585
<li><a href="reference/index.html">Documentation</a></li>

reference/drivers.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Drivers matrix — Scriptella</title>
77
<meta name="description" content="Scriptella drivers and adapters for JDBC databases, files, directories, scripting languages, and application frameworks.">
8+
<link rel="canonical" href="https://scriptella.org/reference/drivers.html">
9+
<meta property="og:title" content="Drivers matrix — Scriptella">
10+
<meta property="og:description" content="Scriptella drivers and adapters for JDBC databases, files, directories, scripting languages, and application frameworks.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/reference/drivers.html">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Drivers matrix — Scriptella">
16+
<meta name="twitter:description" content="Scriptella drivers and adapters for JDBC databases, files, directories, scripting languages, and application frameworks.">
817
<link rel="icon" href="../favicon.ico">
918
<script src="../theme.js"></script>
1019
<link rel="stylesheet" href="../style.css">
@@ -252,6 +261,7 @@ <h2>Non-JDBC drivers</h2>
252261
<footer class="site-footer">
253262
<div class="site-footer__inner">
254263
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
264+
<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>
255265
<nav aria-label="Footer navigation">
256266
<ul>
257267
<li><a href="index.html">Documentation</a></li>

reference/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Reference documentation — Scriptella</title>
77
<meta name="description" content="Scriptella reference documentation: concepts, ETL syntax, integrations, JDBC adapters, data sources, examples, and best practices.">
8+
<link rel="canonical" href="https://scriptella.org/reference/">
9+
<meta property="og:title" content="Reference documentation — Scriptella">
10+
<meta property="og:description" content="Scriptella reference documentation: concepts, ETL syntax, integrations, JDBC adapters, data sources, examples, and best practices.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://scriptella.org/reference/">
13+
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Reference documentation — Scriptella">
16+
<meta name="twitter:description" content="Scriptella reference documentation: concepts, ETL syntax, integrations, JDBC adapters, data sources, examples, and best practices.">
817
<link rel="icon" href="../favicon.ico">
918
<script src="../theme.js"></script>
1019
<link rel="stylesheet" href="../style.css">
@@ -764,6 +773,7 @@ <h3>Using Scriptella as a database schema evolution tool</h3>
764773
<footer class="site-footer">
765774
<div class="site-footer__inner">
766775
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
776+
<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>
767777
<nav aria-label="Footer navigation">
768778
<ul>
769779
<li><a href="index.html">Documentation</a></li>

0 commit comments

Comments
 (0)