e11sync
This commit is contained in:
parent
fd5e5cb45e
commit
28a93d0cec
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{% block "title" %}e11sync.com{% endblock %}</title>
|
||||
<title>{% block "title" %}11sync.net{% endblock %}</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static "signup/style.scss" %}">
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
<div>
|
||||
<section id="header">
|
||||
<h1 class="brand-title"><a href="{% url "index" %}">e11sync.com</a></h1>
|
||||
<h1 class="brand-title"><a href="{% url "index" %}">11sync.net</a></h1>
|
||||
<h2 class="brand-subtitle">Hosted Syncthing</h2>
|
||||
</section><!-- #header -->
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
<div id="leading-feature">
|
||||
|
||||
Synctech is a privacy-preserving way to back-up and synchronize files across
|
||||
your and your colleagues' (or friends, or family) devices. With Synctech,
|
||||
11sync is a privacy-preserving way to back-up and synchronize files across
|
||||
your and your colleagues' (or friends, or family) devices. With 11sync,
|
||||
your files are always-synchronized, regularly backed-up, ensuring important
|
||||
files are always there when you need them. Even though Synctech stores your
|
||||
files are always there when you need them. Even though 11sync stores your
|
||||
files, nobody can read them without a password, including us.
|
||||
|
||||
</div>
|
||||
|
@ -19,21 +19,21 @@
|
|||
|
||||
<h1 id="backup">Effortless and safe backup</h1>
|
||||
|
||||
All files are backed up every few minutes and old copies are stored for
|
||||
decades. Overwritten an important file by accident? No problem, restore it
|
||||
with a couple of clicks. Synctech protects against ransomware: even if all
|
||||
devices get compromised, backups will always work.
|
||||
All files are backed up every few minutes and old copies are stored for as
|
||||
long as you want. Overwritten an important file by accident? No problem,
|
||||
restore it with a couple of clicks. That way you are also safe against
|
||||
ransomware.
|
||||
|
||||
</article>
|
||||
|
||||
<article class="pure-u-1 pure-u-md-1-2">
|
||||
<h1 id="opensource">Open-source</h1>
|
||||
|
||||
Synctech is powered by <a
|
||||
11sync is powered by <a
|
||||
href="https://syncthing.net">syncthing</a>, an open-source file
|
||||
synchronization tool, first released in 2013.
|
||||
|
||||
<p>Just like syncthing, Synctech is open-source, licensed under <a
|
||||
<p>Just like syncthing, 11sync is open-source, licensed under <a
|
||||
href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL-v3</a>.
|
||||
|
||||
</article>
|
||||
|
@ -59,13 +59,13 @@
|
|||
<article class="pure-u-1 pure-u-md-1-2">
|
||||
<h1 id="durability">Synchronize among other devices</h1>
|
||||
Your files will be automatically synchronized across your
|
||||
devices and Synctech. You can also share folders with other devices
|
||||
devices and 11sync. You can also share folders with other devices
|
||||
that you do not own — colleagues, friends or family.
|
||||
|
||||
<p>If you are without an internet connection, but on the same network (e.g.
|
||||
in an airplane, or on a phone hotspot), files will still be shared
|
||||
directly. This lets you to collaborate (and move files between your own
|
||||
devices) under any circumstances.
|
||||
devices) even without an internet connection.
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
<section id="subscribe-section">
|
||||
|
||||
<h1>Synctech is currently in private alpha</h1>
|
||||
<h1>11sync is currently in private alpha</h1>
|
||||
<h2>Enter your email to learn as soon as it's available</h2>
|
||||
|
||||
<form class="pure-form pure-form-aligned" action="{% url "index" %}" method="post">
|
||||
|
@ -99,12 +99,12 @@
|
|||
<article>
|
||||
|
||||
<input type="checkbox" id="ac-05" />
|
||||
<label for="ac-05"><h2>What is Synctech?</h2></label>
|
||||
<label for="ac-05"><h2>What is 11sync?</h2></label>
|
||||
<div>
|
||||
|
||||
Synctech is a privacy-preserving way to back-up and synchronize files
|
||||
11sync is a privacy-preserving way to back-up and synchronize files
|
||||
across your and your colleagues' (or friends, or family) devices. With
|
||||
Synctech, your files are always-synchronized, regularly backed-up,
|
||||
11sync, your files are always-synchronized, regularly backed-up,
|
||||
ensuring important files are always there when you need them.
|
||||
|
||||
<div></div>
|
||||
|
@ -113,22 +113,16 @@
|
|||
|
||||
<article>
|
||||
<input type="checkbox" id="ac-07" checked="checked" />
|
||||
<label for="ac-07"><h2>How does Synctech differ from other file-hosting providers?</h2></label>
|
||||
<label for="ac-07"><h2>How does 11sync differ from other file-hosting providers?</h2></label>
|
||||
<div>
|
||||
|
||||
<p>When setting up Synctech, you are entering your password on your trusted
|
||||
<p>When setting up 11sync, you are entering your password on your own
|
||||
devices. All your files are encrypted with that password. That way,
|
||||
nobody can read your files without a password, even us (since you are not
|
||||
entering the password on Synctech; it is deliberately impossible).
|
||||
nobody can read your files without a password, even us.
|
||||
|
||||
<p>At Synctech, we are protecting our customer data very carefully (stay
|
||||
tuned for a blog post with technical details). Even with that, it is good
|
||||
to have extra assurances that the files are accessible only to the
|
||||
devices you trust.
|
||||
|
||||
<p>End-to-end protected files is very uncommon in today's backup or
|
||||
synchronization services. It is now possible for us to offer a service
|
||||
that does it securely.
|
||||
<p>End-to-end encryption files is very uncommon in today's backup
|
||||
services that offer synchronization. Thanks to Syncthing, it is now
|
||||
possible for us to offer a service that does it securely.
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
|
@ -163,14 +157,13 @@
|
|||
<label for="ac-20"><h2>What is file synchronization?</h2></label>
|
||||
<div>
|
||||
|
||||
It is an automatic process that ensures files in two or more computers
|
||||
(phones) are the same.
|
||||
It is an automatic process that ensures files in two or more devices are
|
||||
the same.
|
||||
|
||||
<p>Synctech uses a free and open-source program <a
|
||||
href="https://syncthing.net">syncthing</a> to synchronize files both
|
||||
across your devices, and across your devices and Synctech itself. Once
|
||||
files are synchronized between your devices and Synctech, it will
|
||||
periodically create backups.
|
||||
<p>11sync uses a free and open-source program <a
|
||||
href="https://syncthing.net">syncthing</a>
|
||||
to synchronize files across your, other devices you trust and 11sync.
|
||||
Once files are sent to 11sync, backups will be automatically created.
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
|
@ -181,7 +174,7 @@
|
|||
<label for="ac-30"><h2>How do I sign up?</h2></label>
|
||||
<div>
|
||||
|
||||
Synctech is currently in Private Alpha. Which means it is open only for
|
||||
11sync is currently in Private Alpha. Which means it is open only for
|
||||
the early adopters, who are not charged for the service.
|
||||
|
||||
As soon as we are ready for a wider audience, we will start sending
|
||||
|
@ -194,10 +187,10 @@
|
|||
|
||||
<article>
|
||||
<input type="checkbox" id="ac-35" checked="checked" />
|
||||
<label for="ac-35"><h2>How do I use Synctech?</h2></label>
|
||||
<label for="ac-35"><h2>How do I use 11sync?</h2></label>
|
||||
<div>
|
||||
|
||||
Once signed up for Synctech, you are presented with a guide which will
|
||||
Once signed up for 11sync, you are presented with a guide which will
|
||||
guide through:
|
||||
|
||||
<ul>
|
||||
|
@ -207,9 +200,9 @@
|
|||
colleagues/friends.</li>
|
||||
</ul>
|
||||
|
||||
Once Synctech and your local Syncthing are ready, your files are safe,
|
||||
Once 11sync and your local Syncthing are ready, your files are safe,
|
||||
backed-up, and always available. Folders can be recovered from backups
|
||||
via the User's Control Panel in Synctech.
|
||||
via the User's Control Panel in 11sync.
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
|
@ -220,8 +213,8 @@
|
|||
<label for="ac-40"><h2>Where is the source code?</h2></label>
|
||||
<div>
|
||||
|
||||
Source code will be released as soon as Synctech leaves private alpha
|
||||
(i.e. we start charging for the service). As a heads up, Synctech
|
||||
Source code will be released as soon as 11sync leaves private alpha
|
||||
(i.e. we start charging for the service). As a heads up, 11sync
|
||||
consists of two parts, licensed differently:
|
||||
|
||||
<ul>
|
||||
|
@ -236,8 +229,8 @@
|
|||
</ul>
|
||||
|
||||
We are licensing user's control panel under a more permissive MIT
|
||||
license, so it can be uplifted to the MIT-licensed
|
||||
<a href="https://syncthing.net">syncthing</a> more easily.
|
||||
license, so it can be uplifted to the MIT-licensed <a
|
||||
href="https://syncthing.net">syncthing</a> if necessary.
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
|
@ -245,22 +238,23 @@
|
|||
|
||||
<article>
|
||||
<input type="checkbox" id="ac-50" checked="checked" />
|
||||
<label for="ac-50"><h2>Who is behind Synctech? What are your values?</h2></label>
|
||||
<label for="ac-50"><h2>Who is behind 11sync? What are your values?</h2></label>
|
||||
<div>
|
||||
|
||||
Synctech is run by Motiejus Jakštys, an engineer from Lithuania. I have a
|
||||
software engineering dayjob, and am developing Synctech during my
|
||||
personal time. Synctech is fully self-funded (bootstrapped).
|
||||
11sync is run by Motiejus Jakštys, an engineer from Lithuania. I have a
|
||||
software engineering dayjob, and am developing 11sync during my personal
|
||||
time. 11sync is fully bootstrapped. I am not planning to take funding.
|
||||
|
||||
<p>My main ethos are:
|
||||
<ul>
|
||||
|
||||
<li>Respect the customer. Since the business is bootstrapped, I have
|
||||
all the means to behave ethically.
|
||||
<li>Do the right for the customer. Since the business is bootstrapped,
|
||||
I have freedom to do it.
|
||||
</li>
|
||||
|
||||
<li>Attention to detail creates the best product.</li>
|
||||
<li>Accessibility (and bandwidth) matter.</li>
|
||||
<li>Accessibility matters.</li>
|
||||
<li>Efficiency matters.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
@ -271,6 +265,17 @@
|
|||
</div>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<input type="checkbox" id="ac-60" checked="checked" />
|
||||
<label for="ac-60"><h2>Are you affiliated with folks behind Syncthing?</h2></label>
|
||||
<div>
|
||||
|
||||
No, completely unaffiliated.
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
{% endblock %}{# "body" #}
|
||||
|
|
Loading…
Reference in New Issue