|
@@ -0,0 +1,33 @@
|
|
|
|
+<h2>Improve this documentation</h2>
|
|
|
|
+
|
|
|
|
+<p>Have an idea on how to make this documentation even better? Send your
|
|
|
|
+feedback below! (But if you need help installing or using borgmatic, please
|
|
|
|
+use our <a href="https://torsion.org/borgmatic/#issues">issue tracker</a>
|
|
|
|
+instead.)</p>
|
|
|
|
+
|
|
|
|
+<form id="suggestion-form">
|
|
|
|
+ <div><label for="suggestion">Suggestion</label></div>
|
|
|
|
+ <textarea id="suggestion" rows="8" cols="60" name="suggestion"></textarea>
|
|
|
|
+ <div data-sk-error="suggestion" class="form-error"></div>
|
|
|
|
+ <input id="_page" type="hidden" name="_page">
|
|
|
|
+ <input id="_subject" type="hidden" name="_subject" value="borgmatic documentation suggestion">
|
|
|
|
+ <br />
|
|
|
|
+ <label for="email">Email address</label>
|
|
|
|
+ <div><input id="email" type="email" name="email" placeholder="Only required if you want a response!"></div>
|
|
|
|
+ <div data-sk-error="email" class="form-error"></div>
|
|
|
|
+ <br />
|
|
|
|
+ <div><button type="submit">Send</button></div>
|
|
|
|
+ <br />
|
|
|
|
+</form>
|
|
|
|
+
|
|
|
|
+<script>
|
|
|
|
+ document.getElementById('_page').value = window.location.href;
|
|
|
|
+ window.sk=window.sk||function(){(sk.q=sk.q||[]).push(arguments)};
|
|
|
|
+
|
|
|
|
+ sk('form', 'init', {
|
|
|
|
+ id: '1d536680ab96',
|
|
|
|
+ element: '#suggestion-form'
|
|
|
|
+ });
|
|
|
|
+</script>
|
|
|
|
+
|
|
|
|
+<script defer src="https://js.statickit.com/statickit.js"></script>
|