<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>About Draugr.de on Draugr.de Jabber Server</title><link>https://www.draugr.de/en/</link><description>Recent content in About Draugr.de on Draugr.de Jabber Server</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 27 Jan 2017 18:54:23 +0100</lastBuildDate><atom:link href="https://www.draugr.de/en/index.xml" rel="self" type="application/rss+xml"/><item><title>Contact</title><link>https://www.draugr.de/en/kontakt/</link><pubDate>Fri, 27 Jan 2017 18:54:23 +0100</pubDate><guid>https://www.draugr.de/en/kontakt/</guid><description>&lt;h1 id="contact"&gt;Contact&lt;/h1&gt;
&lt;p&gt;For questions and suggestions regarding the server, you can reach us by email at &lt;a href="mailto:info@draugr.de"&gt;info@draugr.de&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Sign Up</title><link>https://www.draugr.de/en/registrierung/</link><pubDate>Wed, 24 Feb 2016 15:02:20 +0100</pubDate><guid>https://www.draugr.de/en/registrierung/</guid><description>&lt;h1 id="sign-up"&gt;Sign Up&lt;/h1&gt;
&lt;script&gt;
 window.CAP_CUSTOM_WASM_URL = "https:\/\/captcha.draugr.de\/assets/cap_wasm.js";
&lt;/script&gt;
&lt;script src="https://captcha.draugr.de/assets/widget.js"&gt;&lt;/script&gt;
&lt;style&gt;
 .cap-progress {
 display: none;
 margin-top: 8px;
 }

 [data-submitting] .cap-progress {
 display: block;
 }

 .cap-progress-bar {
 width: 100%;
 height: 8px;
 background-color: #e0e0e0;
 border-radius: 4px;
 overflow: hidden;
 }

 .cap-progress-fill {
 height: 100%;
 width: 0%;
 background-color: #202020;
 border-radius: 4px;
 transition: width 0.3s ease;
 }

 #userinfo label {
 margin-bottom: 2px;
 }

 #userinfo input[type="text"],
 #userinfo input[type="password"],
 #userinfo input[type="submit"],
 #userinfo select {
 padding: 10px 12px;
 border: 1px solid #ccc;
 border-radius: 4px;
 font-size: 1rem;
 font-family: inherit;
 width: 100%;
 box-sizing: border-box;
 background-color: #fff;
 transition: border-color 0.2s ease;
 }

 #userinfo input[type="text"]:focus,
 #userinfo input[type="password"]:focus,
 #userinfo select:focus {
 border-color: #202020;
 outline: none;
 box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.15);
 }

 #userinfo input:user-invalid,
 #userinfo select:user-invalid {
 border-color: #e53935;
 box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15);
 }

 #userinfo input:user-invalid:focus,
 #userinfo select:user-invalid:focus {
 border-color: #e53935;
 box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.25);
 }

 #userinfo input[type="checkbox"]:user-invalid {
 outline: 2px solid #e53935;
 outline-offset: 1px;
 }

 .field-error {
 color: #e53935;
 font-size: 0.85rem;
 display: block;
 visibility: hidden;
 line-height: 1.35;
 height: 1.35em;
 overflow: hidden;
 }

 .field-error[data-visible] {
 visibility: visible;
 }

 #userinfo input[type="submit"] {
 cursor: pointer;
 margin-top: 8px;
 background-color: #202020;
 color: #fff;
 border-color: #202020;
 }

 #userinfo input[type="submit"]:hover {
 background-color: #404040;
 border-color: #404040;
 }

 #userinfo input[type="submit"]:focus {
 outline: none;
 box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.3);
 }

 .field-group {
 display: flex;
 flex-direction: column;
 gap: 1px;
 }

 #userinfo div:not(.cap-progress):not(.field-group) {
 display: flex;
 align-items: center;
 gap: 8px;
 }

 #userinfo div:not(.cap-progress):not(.field-group) label {
 margin-bottom: 0;
 }

 #account-error {
 background-color: rgb(255, 188, 188);
 display: none;
 padding: 12px 16px;
 border-radius: 4px;
 margin-top: 8px;
 font-size: 0.95rem;
 }

 [data-errored] #account-error {
 display: block;
 }

 [data-finished] #submit {
 display: none;
 }

 #account-info {
 display: none;
 padding: 12px 16px;
 border-radius: 4px;
 margin-top: 8px;
 font-size: 0.95rem;
 background-color: #e8f5e9;
 color: #2e7d32;
 }

 [data-finished] #account-info {
 display: block;
 }
&lt;/style&gt;

&lt;form
 id="userinfo"
 style="
 display: flex;
 flex-direction: column;
 margin: 0 auto;
 align-items: stretch;
 gap: 6px 20px;
 "
&gt;
 &lt;div class="field-group"&gt;
 &lt;label for="username"&gt;Username:&lt;/label&gt;
 &lt;input type="text" id="username" name="username" required minlength="3" pattern="\S*" aria-describedby="username-error" /&gt;
 &lt;span id="username-error" class="field-error" data-for="username"&gt;&lt;/span&gt;
 &lt;/div&gt;

 &lt;div class="field-group"&gt;
 &lt;label for="domain"&gt;Domain:&lt;/label&gt;
 &lt;select id="domain" name="domain" required aria-describedby="domain-error"&gt;
 &lt;option value="draugr.de"&gt;draugr.de&lt;/option&gt;
 &lt;option value="deshalbfrei.org"&gt;deshalbfrei.org&lt;/option&gt;
 &lt;option value="ubuntu-jabber.de"&gt;ubuntu-jabber.de&lt;/option&gt;
 &lt;option value="ubuntu-jabber.net"&gt;ubuntu-jabber.net&lt;/option&gt;
 &lt;option value="verdammung.org"&gt;verdammung.org&lt;/option&gt;
 &lt;option value="xabber.de"&gt;xabber.de&lt;/option&gt;
 &lt;/select&gt;
 &lt;span id="domain-error" class="field-error" data-for="domain"&gt;&lt;/span&gt;
 &lt;/div&gt;

 &lt;div class="field-group"&gt;
 &lt;label for="password"&gt;Password:&lt;/label&gt;
 &lt;input type="password" id="password" name="password" required minlength="8" maxlength="4096" aria-describedby="password-error" /&gt;
 &lt;span id="password-error" class="field-error" data-for="password"&gt;&lt;/span&gt;
 &lt;/div&gt;

 &lt;div class="field-group"&gt;
 &lt;label for="password2"&gt;Repeat password:&lt;/label&gt;
 &lt;input type="password" id="password2" name="password2" required minlength="8" maxlength="4096" aria-describedby="password2-error" /&gt;
 &lt;span id="password2-error" class="field-error" data-for="password2"&gt;&lt;/span&gt;
 &lt;/div&gt;

 &lt;div class="field-group"&gt;
 &lt;div&gt;
 &lt;label for="agb"
 &gt;I have read and accept the &lt;a href="https://www.draugr.de/nutzungsbedingungen/" target="_blank"&gt;Terms of Service (German)&lt;/a&gt;.&lt;/label
 &gt;
 &lt;input
 type="checkbox"
 id="agb"
 name="agb"
 required
 style="width: 16px; height: 16px"
 aria-describedby="agb-error"
 /&gt;
 &lt;/div&gt;
 &lt;span id="agb-error" class="field-error" data-for="agb"&gt;&lt;/span&gt;
 &lt;/div&gt;

 &lt;div class="field-group"&gt;
 &lt;div&gt;
 &lt;label for="datenschutz"
 &gt;I have read and accept the &lt;a href="https://www.draugr.de/datenschutz/" target="_blank"&gt;Privacy Policy (German)&lt;/a&gt;.&lt;/label
 &gt;
 &lt;input
 type="checkbox"
 id="datenschutz"
 name="datenschutz"
 required
 style="width: 16px; height: 16px"
 aria-describedby="datenschutz-error"
 /&gt;
 &lt;/div&gt;
 &lt;span id="datenschutz-error" class="field-error" data-for="datenschutz"&gt;&lt;/span&gt;
 &lt;/div&gt;

 &lt;input id="submit" type="submit" value="Sign Up" /&gt;

 &lt;div class="cap-progress" role="status" aria-label="Solving CAPTCHA..."&gt;
 &lt;div class="cap-progress-bar"&gt;
 &lt;div class="cap-progress-fill" style="width: 0%"&gt;&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;

 &lt;p id="account-info" aria-live="polite"&gt;&lt;/p&gt;</description></item><item><title>FAQ</title><link>https://www.draugr.de/en/faq/</link><pubDate>Sat, 16 Jan 2016 15:02:20 +0100</pubDate><guid>https://www.draugr.de/en/faq/</guid><description>&lt;h2 id="is-this-service-free"&gt;Is this service free?&lt;/h2&gt;
&lt;p&gt;Yes, the service is completely free for users.&lt;/p&gt;
&lt;h2 id="how-long-has-this-service-existed"&gt;How long has this service existed?&lt;/h2&gt;
&lt;p&gt;This service has been available since November 21, 2005.&lt;/p&gt;
&lt;h2 id="how-do-i-delete-my-account"&gt;How do I delete my account?&lt;/h2&gt;
&lt;p&gt;You can delete your account in your XMPP client. Accounts unused for more than one year are periodically deleted.&lt;/p&gt;
&lt;h2 id="i-forgot-my-password-what-can-i-do"&gt;I forgot my password. What can I do?&lt;/h2&gt;
&lt;p&gt;If you have forgotten your password and it is saved in your client, try extracting it from your client&amp;rsquo;s configuration file. If your password is not saved in your client, there is no way to recover access. The account will be deleted after one year of inactivity.&lt;/p&gt;</description></item></channel></rss>