Compare commits

...

3 Commits

Author SHA1 Message Date
holger krekel
d547435d6a make headlines as big as normal text 2023-11-16 11:46:26 +01:00
missytake
6c12849599 Changed typo to sans-serif, feel free to revert 2023-11-16 10:02:09 +01:00
holger krekel
d82d57b2b2 reduce retro-ness of design after @hocuri's comment :) 2023-11-15 21:36:31 +01:00

View File

@@ -20,18 +20,14 @@
box-sizing: border-box;
padding: 9px;
font-size: 18px;
font-family: "Courier New", monospace;
color: white;
background-position: left top;
background-image: url(collage-bg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
font-family: "Swansea", "Helvetica", sans-serif;
color: black;
}
a {
color: white;
color: black;
}
h1, h2, h3 {
font-size: 16px;
font-size: 18px;
font-weight: bold;
}
</style>
@@ -40,37 +36,37 @@
<div class="wrapper">
<img class="section" src="collage-top.png" />
<div class="section text">
<h1>Dear Delta Chat users,</h1>
<h1>Dear Delta Chat users and newcomers,</h1>
<p>
welcome to the first public "chat-mail instance",
a small and lean e-mail server optimized for Delta Chat.
</p>
a small and lean e-mail provider for smooth chatting.
Install Delta Chat or add an account:
<ul>
<li>Tap "LOG INTO YOUR E-MAIL ACCOUNT". </li>
<li>Tap "LOG INTO YOUR E-MAIL ACCOUNT".</li>
<li>Address: invent a word with <i>exactly</i> nine characters
and append @nine.testrun.org to it.</li>
<li>Password: invent at least 10 characters. The first login sets your password.</li>
</ul>
If the e-mail address is not yet taken, you'll get that account.
</p>
</div>
<img class="section" src="collage-down.png" />
<div class="section text">
<h1>faq</h1>
<h2>Can i chat with someone outside the chat-mail instance?</h2>
<p>Yes, if your messages are encrypted.
Use <a href="https://staging.delta.chat/746/en/help#howtoe2ee">
guaranteed end-to-end encryption via QR code scans</a>
to setup contact with users outside of the chat-mail instance</p>
<h2>What about current rate limits?</h2>
<p>
<img class="section" src="collage-down.png" />
<h2>What's behind it, how does it operate?</h2>
<p>nine.testrun.org is run
by a small group of devs and sysadmins, reachable via root@.
They want to keep this instance running at least until end 2024.
Current limits:
<ul>
<li>Sending limit: 60 messages per minute.</li>
<li>Message autoremoval: after 40 days.</li>
<li>Un-encrypted mails can not leave the chat-mail instance.</li>
<li>Use <a href="https://delta.chat/en/help#howtoe2ee">
guaranteed end-to-end encryption via QR code scans</a>
to setup contact with users outside of the chat-mail instance.
</li>
<li>You may send up to 60 messages per minute.</li>
<li>Messages are unconditionally removed 40 days after arrival.</li>
<li>Max storage per user is 100MB.</li>
</ul>
<h2>Do you intend to keep this chat-mail instance up?</h2>
<p>Yes, nine.testrun.org is to run for longer, on a best-effort basis.</p>
<h2>Who is running this chat-mail instance?</h2>
<p>A small group of devs and sysadmins, reachable via root@.
<h2>Why are other email providers 1000 times more complicated?</h2>
<p>¯\_(ツ)_/¯</p>
</div>