-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupport.html
More file actions
89 lines (84 loc) · 4.99 KB
/
Copy pathsupport.html
File metadata and controls
89 lines (84 loc) · 4.99 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Support — Scriptella</title>
<meta name="description" content="Getting help with Scriptella ETL.">
<link rel="canonical" href="https://scriptella.org/support.html">
<meta property="og:title" content="Support — Scriptella">
<meta property="og:description" content="Getting help with Scriptella ETL.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://scriptella.org/support.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="Support — Scriptella">
<meta name="twitter:description" content="Getting help with 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>Scriptella ETL Project Support</h1>
<p class="lede">Scriptella is maintained through focused compatibility and bug-fix releases. See the <a href="download.html">download page</a> for current releases and the <a href="reference/index.html">reference</a> for runtime and build requirements.</p>
<h2 id="Community+Support">Community support</h2>
<p>For community help, use <a href="https://github.com/scriptella/scriptella-etl/discussions">GitHub Discussions</a> or ask on <a href="https://stackoverflow.com/tags/scriptella">Stack Overflow</a>. The historical <a href="https://groups.google.com/g/scriptella">Scriptella Google Group</a> is no longer active.</p>
<h2 id="Commercial+Support">Commercial support</h2>
<p>For business use, commercial support options, or other inquiries, email <a href="mailto:scriptella@gmail.com?Subject=Support+Request">scriptella@gmail.com</a>. Demand for paid support and larger feature work is evaluated as it arises; the open-source project itself focuses on maintenance and compatibility.</p>
<p>Scriptella is maintained by <a href="https://pvrlabs.xyz">PVR Labs</a> — Java systems engineering and developer tools.</p>
<h2 id="Issue+Tracker">Issue tracker</h2>
<p>Report bugs and propose focused improvements in the GitHub <a href="https://github.com/scriptella/scriptella-etl/issues">issue tracker</a>.</p>
</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>