Refactor CSS on internal pages after Davids suggestions
This commit is contained in:
parent
e6f648cc01
commit
ff24b34df5
@ -2,62 +2,57 @@
|
|||||||
|
|
||||||
<!-- template for the 'FAQ' from the old HC network. in the old repo you will find other languages as well -->
|
<!-- template for the 'FAQ' from the old HC network. in the old repo you will find other languages as well -->
|
||||||
|
|
||||||
<h2 class="headline-h2">
|
<div class="info-page">
|
||||||
Für das soziale Netzwerk {{ organization }}
|
<h2>
|
||||||
</h2>
|
Für das soziale Netzwerk {{ organization }}
|
||||||
<h3 class="headline-h3">
|
</h2>
|
||||||
Wie bediene ich dieses Netzwerk?
|
<h3>
|
||||||
</h3>
|
Wie bediene ich dieses Netzwerk?
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Hier findest Du die
|
<p>
|
||||||
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >Bedienungsanleitung</a>.<br>
|
Hier findest Du die
|
||||||
</p>
|
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >Bedienungsanleitung</a>.<br>
|
||||||
<br>
|
</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.headline-h2 {
|
.info-page h2 {
|
||||||
margin-top: 24px;
|
margin: 24px 0;
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h3 {
|
.info-page h3 {
|
||||||
margin-top: 24px;
|
margin: 24px 0 16px 0;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h4 {
|
.info-page h4 {
|
||||||
margin-top: 16px;
|
margin: 16px 0 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.paragraph {
|
.info-page p {
|
||||||
margin-top: 8px;
|
margin: 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-list {
|
.info-page ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 14px;
|
margin: 16px 0 16px 14px;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table {
|
.info-page table {
|
||||||
|
background-color: #fff;
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: #fff;
|
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
||||||
|
margin: 16px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table thead {
|
.info-page table thead {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table th,
|
.info-page table td,
|
||||||
.info-page-table td {
|
.info-page table th {
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,62 +2,57 @@
|
|||||||
|
|
||||||
<!-- template for the 'FAQ' from the old HC network. in the old repo you will find other languages as well -->
|
<!-- template for the 'FAQ' from the old HC network. in the old repo you will find other languages as well -->
|
||||||
|
|
||||||
<h2 class="headline-h2">
|
<div class="info-page">
|
||||||
For the social network of {{ organization }}
|
<h2>
|
||||||
</h2>
|
For the social network of {{ organization }}
|
||||||
<h3 class="headline-h3">
|
</h2>
|
||||||
How do I operate this network?
|
<h3>
|
||||||
</h3>
|
How do I operate this network?
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Here you can find the
|
<p>
|
||||||
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >user manual</a>.<br>
|
Here you can find the
|
||||||
</p>
|
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >user manual</a>.<br>
|
||||||
<br>
|
</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.headline-h2 {
|
.info-page h2 {
|
||||||
margin-top: 24px;
|
margin: 24px 0;
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h3 {
|
.info-page h3 {
|
||||||
margin-top: 24px;
|
margin: 24px 0 16px 0;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h4 {
|
.info-page h4 {
|
||||||
margin-top: 16px;
|
margin: 16px 0 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.paragraph {
|
.info-page p {
|
||||||
margin-top: 8px;
|
margin: 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-list {
|
.info-page ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 14px;
|
margin: 16px 0 16px 14px;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table {
|
.info-page table {
|
||||||
|
background-color: #fff;
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: #fff;
|
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
||||||
|
margin: 16px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table thead {
|
.info-page table thead {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table th,
|
.info-page table td,
|
||||||
.info-page-table td {
|
.info-page table th {
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,163 +2,158 @@
|
|||||||
|
|
||||||
<!-- template for the 'Code Of Conduct' from the old HC network. in the old repo you will find other languages as well -->
|
<!-- template for the 'Code Of Conduct' from the old HC network. in the old repo you will find other languages as well -->
|
||||||
|
|
||||||
<h2 class="headline-h2">
|
<div class="info-page">
|
||||||
Für das soziale Netzwerk {{ organization }}
|
<h2>
|
||||||
</h2>
|
Für das soziale Netzwerk {{ organization }}
|
||||||
<h3 class="headline-h3">
|
</h2>
|
||||||
Präambel
|
<h3>
|
||||||
</h3>
|
Präambel
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
{{ networkName}} ist ein gemeinnütziges soziales Wissens- und Aktionsnetzwerk der nächsten Generation.
|
<p>
|
||||||
Von Menschen – für Menschen.
|
{{ networkName}} ist ein gemeinnütziges soziales Wissens- und Aktionsnetzwerk der nächsten Generation.
|
||||||
Free-Software, Open-Source, fair und transparent.
|
Von Menschen – für Menschen.
|
||||||
Für positiven lokalen und globalen Wandel in allen Lebensbereichen.
|
Free-Software, Open-Source, fair und transparent.
|
||||||
Wir gestalten den öffentlichen Austausch von Wissen, Ideen und Projekten völlig neu.
|
Für positiven lokalen und globalen Wandel in allen Lebensbereichen.
|
||||||
Die Funktionen von {{ networkName }} bringen die Menschen zusammen – offline und online – so dass wir die Welt zu einem besseren Ort machen können.<br>
|
Wir gestalten den öffentlichen Austausch von Wissen, Ideen und Projekten völlig neu.
|
||||||
</p>
|
Die Funktionen von {{ networkName }} bringen die Menschen zusammen – offline und online – so dass wir die Welt zu einem besseren Ort machen können.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Zweck
|
<h3>
|
||||||
</h3>
|
Zweck
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Mit diesen Verhaltensregeln regeln wir die wesentlichen Grundsätze für das Verhalten in unserem Sozialen Netzwerk.
|
<p>
|
||||||
Dabei ist die Menschenrechtscharta der Vereinten Nationen unsere Orientierung und bildet das Herz unseres Werteverständnisses.
|
Mit diesen Verhaltensregeln regeln wir die wesentlichen Grundsätze für das Verhalten in unserem Sozialen Netzwerk.
|
||||||
Die Verhaltensregeln dienen als Leitsätze für den persönlichen Auftritt und den Umgang untereinander.
|
Dabei ist die Menschenrechtscharta der Vereinten Nationen unsere Orientierung und bildet das Herz unseres Werteverständnisses.
|
||||||
Wer als Nutzer im {{ networkName }} Netzwerk aktiv ist, Beiträge verfasst, kommentiert oder mit anderen Nutzern, auch außerhalb des Netzwerkes, Kontakt aufnimmt, erkennt diese Verhaltensregeln als verbindlich an.<br>
|
Die Verhaltensregeln dienen als Leitsätze für den persönlichen Auftritt und den Umgang untereinander.
|
||||||
</p>
|
Wer als Nutzer im {{ networkName }} Netzwerk aktiv ist, Beiträge verfasst, kommentiert oder mit anderen Nutzern, auch außerhalb des Netzwerkes, Kontakt aufnimmt, erkennt diese Verhaltensregeln als verbindlich an.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Erwartetes Verhalten
|
<h3>
|
||||||
</h3>
|
Erwartetes Verhalten
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Die folgenden Verhaltensweisen werden von allen Community-Mitgliedern erwartet und gefordert:<br>
|
<p>
|
||||||
</p>
|
Die folgenden Verhaltensweisen werden von allen Community-Mitgliedern erwartet und gefordert:<br>
|
||||||
<ul class="info-page-list">
|
</p>
|
||||||
<li>
|
<ul>
|
||||||
Sei rücksichtsvoll und respektvoll, bei dem, was Du schreibst und tust.
|
<li>
|
||||||
</li>
|
Sei rücksichtsvoll und respektvoll, bei dem, was Du schreibst und tust.
|
||||||
<li>
|
</li>
|
||||||
Versuche auf andere zuzugehen, bevor ein Konflikt entsteht.
|
<li>
|
||||||
</li>
|
Versuche auf andere zuzugehen, bevor ein Konflikt entsteht.
|
||||||
<li>
|
</li>
|
||||||
Vermeide erniedrigende, diskriminierende oder belästigende Verhaltensweisen und Ausdrücke.
|
<li>
|
||||||
</li>
|
Vermeide erniedrigende, diskriminierende oder belästigende Verhaltensweisen und Ausdrücke.
|
||||||
<li>
|
</li>
|
||||||
Achte Dein Umfeld und Deine Mitmenschen. Warne die Verantwortlichen der Community, falls Du eine gefährliche Situation, jemanden in Not oder Verstöße gegen diesen Verhaltenskodex bemerkst, auch wenn diese unbedeutend erscheinen.
|
<li>
|
||||||
</li>
|
Achte Dein Umfeld und Deine Mitmenschen. Warne die Verantwortlichen der Community, falls Du eine gefährliche Situation, jemanden in Not oder Verstöße gegen diesen Verhaltenskodex bemerkst, auch wenn diese unbedeutend erscheinen.
|
||||||
</ul>
|
</li>
|
||||||
<h3 class="headline-h3">
|
</ul>
|
||||||
Nichtakzeptables Verhalten
|
<h3>
|
||||||
</h3>
|
Nichtakzeptables Verhalten
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Die folgenden Verhaltensweisen sind in unserer Community inakzeptabel:<br>
|
<p>
|
||||||
</p>
|
Die folgenden Verhaltensweisen sind in unserer Community inakzeptabel:<br>
|
||||||
<ul class="info-page-list">
|
</p>
|
||||||
<li>
|
<ul>
|
||||||
Diskriminierende Beiträge, Kommentare, Äußerungen oder Beleidigungen, insbesondere solche, die sich auf Geschlecht, sexuelle Orientierung, Rasse, Religion, politische oder weltanschauliche Ausrichtung oder Behinderung beziehen
|
<li>
|
||||||
</li>
|
Diskriminierende Beiträge, Kommentare, Äußerungen oder Beleidigungen, insbesondere solche, die sich auf Geschlecht, sexuelle Orientierung, Rasse, Religion, politische oder weltanschauliche Ausrichtung oder Behinderung beziehen
|
||||||
<li>
|
</li>
|
||||||
Das Senden oder Verlinken eindeutig pornografischen Materials
|
<li>
|
||||||
</li>
|
Das Senden oder Verlinken eindeutig pornografischen Materials
|
||||||
<li>
|
</li>
|
||||||
Verherrlichung oder Verharmlosung grausamer oder unmenschlicher Gewalttätigkeiten
|
<li>
|
||||||
</li>
|
Verherrlichung oder Verharmlosung grausamer oder unmenschlicher Gewalttätigkeiten
|
||||||
<li>
|
</li>
|
||||||
Das Veröffentlichen von personenbezogenen Daten anderer ohne deren Einverständnis oder das Androhen dessen („Doxing“)
|
<li>
|
||||||
</li>
|
Das Veröffentlichen von personenbezogenen Daten anderer ohne deren Einverständnis oder das Androhen dessen („Doxing“)
|
||||||
<li>
|
</li>
|
||||||
Absichtliche Einschüchterung, Stalking oder Verfolgung
|
<li>
|
||||||
</li>
|
Absichtliche Einschüchterung, Stalking oder Verfolgung
|
||||||
<li>
|
</li>
|
||||||
Bewerben von Produkten und Dienstleistungen mit kommerzieller Absicht
|
<li>
|
||||||
</li>
|
Bewerben von Produkten und Dienstleistungen mit kommerzieller Absicht
|
||||||
<li>
|
</li>
|
||||||
Strafbares Verhalten bzw. Verstoß gegen deutsches Recht
|
<li>
|
||||||
</li>
|
Strafbares Verhalten bzw. Verstoß gegen deutsches Recht
|
||||||
<li>
|
</li>
|
||||||
Befürworten oder Ermutigen zu diesen Verhaltensweisen
|
<li>
|
||||||
</li>
|
Befürworten oder Ermutigen zu diesen Verhaltensweisen
|
||||||
</ul>
|
</li>
|
||||||
<h3 class="headline-h3">
|
</ul>
|
||||||
Konsequenzen inakzeptablen Verhaltens
|
<h3>
|
||||||
</h3>
|
Konsequenzen inakzeptablen Verhaltens
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Wenn ein Gemeinschaftsmitglied inakzeptables Verhalten an den Tag legt, können die verantwortlichen Betreiber, Moderatoren und Administratoren des Netzwerks angemessene Maßnahmen ergreifen, u.a.:<br>
|
<p>
|
||||||
</p>
|
Wenn ein Gemeinschaftsmitglied inakzeptables Verhalten an den Tag legt, können die verantwortlichen Betreiber, Moderatoren und Administratoren des Netzwerks angemessene Maßnahmen ergreifen, u.a.:<br>
|
||||||
<ul class="info-page-list">
|
</p>
|
||||||
<li>
|
<ul>
|
||||||
Auffordern zum sofortigen Abstellen des inakzeptablen Verhaltens
|
<li>
|
||||||
</li>
|
Auffordern zum sofortigen Abstellen des inakzeptablen Verhaltens
|
||||||
<li>
|
</li>
|
||||||
Sperren oder Löschen von Kommentaren
|
<li>
|
||||||
</li>
|
Sperren oder Löschen von Kommentaren
|
||||||
<li>
|
</li>
|
||||||
Vorübergehender Ausschluss aus dem jeweiligen Beitrag
|
<li>
|
||||||
</li>
|
Vorübergehender Ausschluss aus dem jeweiligen Beitrag
|
||||||
<li>
|
</li>
|
||||||
Sperren bzw. Löschen von Inhalten
|
<li>
|
||||||
</li>
|
Sperren bzw. Löschen von Inhalten
|
||||||
<li>
|
</li>
|
||||||
Vorübergehender Entzug von Schreibrechten
|
<li>
|
||||||
</li>
|
Vorübergehender Entzug von Schreibrechten
|
||||||
<li>
|
</li>
|
||||||
Vorübergehender Ausschluss aus dem Netzwerk
|
<li>
|
||||||
</li>
|
Vorübergehender Ausschluss aus dem Netzwerk
|
||||||
<li>
|
</li>
|
||||||
Endgültiger Ausschluss aus dem Netzwerk
|
<li>
|
||||||
</li>
|
Endgültiger Ausschluss aus dem Netzwerk
|
||||||
<li>
|
</li>
|
||||||
Verstöße gegen deutsches Recht können zur Anzeige gebracht werden.
|
<li>
|
||||||
</li>
|
Verstöße gegen deutsches Recht können zur Anzeige gebracht werden.
|
||||||
</ul>
|
</li>
|
||||||
<p class="paragraph">
|
</ul>
|
||||||
Wenn Du einem inakzeptablen Verhalten ausgesetzt bist, es miterlebst oder andere Bedenken hast, melde bitte so schnell wie möglich den oder die entsprechenden Inhalte an die Moderatoren.
|
<p>
|
||||||
Bitte klicke beim Beitrag, Kommentar oder Benutzer auf die drei Punkte und melde ihn über das aufgeklappte Menü.<br>
|
Wenn Du einem inakzeptablen Verhalten ausgesetzt bist, es miterlebst oder andere Bedenken hast, melde bitte so schnell wie möglich den oder die entsprechenden Inhalte an die Moderatoren.
|
||||||
</p>
|
Bitte klicke beim Beitrag, Kommentar oder Benutzer auf die drei Punkte und melde ihn über das aufgeklappte Menü.<br>
|
||||||
<br>
|
</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.headline-h2 {
|
.info-page h2 {
|
||||||
margin-top: 24px;
|
margin: 24px 0;
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h3 {
|
.info-page h3 {
|
||||||
margin-top: 24px;
|
margin: 24px 0 16px 0;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h4 {
|
.info-page h4 {
|
||||||
margin-top: 16px;
|
margin: 16px 0 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.paragraph {
|
.info-page p {
|
||||||
margin-top: 8px;
|
margin: 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-list {
|
.info-page ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 14px;
|
margin: 16px 0 16px 14px;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table {
|
.info-page table {
|
||||||
|
background-color: #fff;
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: #fff;
|
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
||||||
|
margin: 16px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table thead {
|
.info-page table thead {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table th,
|
.info-page table td,
|
||||||
.info-page-table td {
|
.info-page table th {
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -2,136 +2,131 @@
|
|||||||
|
|
||||||
<!-- template for the 'Terms And Conditions' from the old HC network. in the old repo you will find other languages as well -->
|
<!-- template for the 'Terms And Conditions' from the old HC network. in the old repo you will find other languages as well -->
|
||||||
|
|
||||||
<h2 class="headline-h2">
|
<div class="info-page">
|
||||||
Für das soziale Netzwerk {{ organization }}
|
<h2>
|
||||||
</h2>
|
Für das soziale Netzwerk {{ organization }}
|
||||||
<h3 class="headline-h3">
|
</h2>
|
||||||
Nutzungsbedingungen
|
<h3>
|
||||||
</h3>
|
Nutzungsbedingungen
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Die folgenden Nutzungsbedingungen sind Basis für die Nutzung unseres {{ networkName }} Netzwerkes.
|
<p>
|
||||||
Beim Registrieren musst Du diese anerkennen und wir werden Dich auch später über ggf. stattfindende Änderungen informieren.
|
Die folgenden Nutzungsbedingungen sind Basis für die Nutzung unseres {{ networkName }} Netzwerkes.
|
||||||
Unser Netzwerk wird in der {{ organizationLocation }} betrieben und unterliegt daher {{ organizationLocation2 }} Recht.
|
Beim Registrieren musst Du diese anerkennen und wir werden Dich auch später über ggf. stattfindende Änderungen informieren.
|
||||||
Gerichtsstand ist {{ legacyLocation }}.
|
Unser Netzwerk wird in der {{ organizationLocation }} betrieben und unterliegt daher {{ organizationLocation2 }} Recht.
|
||||||
Zu Details schau in unser Impressum: <a href="https://{{ networkURL }}/impressum/" target="_blank" >https://{{ networkURL }}/impressum/</a>.<br>
|
Gerichtsstand ist {{ legacyLocation }}.
|
||||||
</p>
|
Zu Details schau in unser Impressum: <a href="https://{{ networkURL }}/impressum/" target="_blank" >https://{{ networkURL }}/impressum/</a>.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Nutzung und Lizenz
|
<h3>
|
||||||
</h3>
|
Nutzung und Lizenz
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Sind Inhalte, die Du bei uns einstellst, durch Rechte am geistigen Eigentum geschützt, erteilst Du uns eine nicht-exklusive, übertragbare, unterlizenzierbare und weltweite Lizenz für die Nutzung dieser Inhalte für die Bereitstellung in unserem Netzwerk.
|
<p>
|
||||||
Diese Lizenz endet, sobald Du Deine Inhalte oder Deinen ganzen Account löscht.
|
Sind Inhalte, die Du bei uns einstellst, durch Rechte am geistigen Eigentum geschützt, erteilst Du uns eine nicht-exklusive, übertragbare, unterlizenzierbare und weltweite Lizenz für die Nutzung dieser Inhalte für die Bereitstellung in unserem Netzwerk.
|
||||||
Bedenke, dass andere Deine Inhalte weiter teilen können und wir diese nicht löschen können.<br>
|
Diese Lizenz endet, sobald Du Deine Inhalte oder Deinen ganzen Account löscht.
|
||||||
</p>
|
Bedenke, dass andere Deine Inhalte weiter teilen können und wir diese nicht löschen können.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Datenschutz
|
<h3>
|
||||||
</h3>
|
Datenschutz
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Unser Netzwerk ist ein soziales Wissens- und Aktionsnetzwerk.
|
<p>
|
||||||
Daher ist es uns besonders wichtig, dass möglichst viele Inhalte öffentlich zugänglich sind.
|
Unser Netzwerk ist ein soziales Wissens- und Aktionsnetzwerk.
|
||||||
Im Laufe der Entwicklung unseres Netzwerkes wird es mehr und mehr die Möglichkeit geben, über die Sichtbarkeit der selbst angegebenen bzw. persönlichen Daten zu entscheiden.
|
Daher ist es uns besonders wichtig, dass möglichst viele Inhalte öffentlich zugänglich sind.
|
||||||
Über diese neuen Funktionen werden wir Euch informieren.
|
Im Laufe der Entwicklung unseres Netzwerkes wird es mehr und mehr die Möglichkeit geben, über die Sichtbarkeit der selbst angegebenen bzw. persönlichen Daten zu entscheiden.
|
||||||
Ansonsten gilt, dass Du immer darüber nachdenken solltest, welche persönlichen Daten Du über Dich (oder andere) preisgibst.
|
Über diese neuen Funktionen werden wir Euch informieren.
|
||||||
Dies gilt insbesondere für Inhalte von Beiträgen und Kommentaren, da diese einen weitgehend öffentlichen Charakter haben.
|
Ansonsten gilt, dass Du immer darüber nachdenken solltest, welche persönlichen Daten Du über Dich (oder andere) preisgibst.
|
||||||
Später wird es Möglichkeiten geben, die Sichtbarkeit Deines Profils einzuschränken.
|
Dies gilt insbesondere für Inhalte von Beiträgen und Kommentaren, da diese einen weitgehend öffentlichen Charakter haben.
|
||||||
Teil der Nutzungsbedingungen ist unsere Datenschutzerklärung, die Dich über die einzelnen Datenverarbeitungen in unserem Netzwerk informiert: <a href="https://{{ networkURL }}/data-privacy" target="_blank">https://{{ networkURL }}/data-privacy</a>.
|
Später wird es Möglichkeiten geben, die Sichtbarkeit Deines Profils einzuschränken.
|
||||||
Unsere Datenschutzerklärung ist an die Gesetzeslage und die Charakteristika unseres Netzwerks angepasst und gilt immer in der aktuellsten Version.<br>
|
Teil der Nutzungsbedingungen ist unsere Datenschutzerklärung, die Dich über die einzelnen Datenverarbeitungen in unserem Netzwerk informiert: <a href="https://{{ networkURL }}/data-privacy" target="_blank">https://{{ networkURL }}/data-privacy</a>.
|
||||||
</p>
|
Unsere Datenschutzerklärung ist an die Gesetzeslage und die Charakteristika unseres Netzwerks angepasst und gilt immer in der aktuellsten Version.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Verhaltenscodex
|
<h3>
|
||||||
</h3>
|
Verhaltenscodex
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Unser Verhaltenskodex dient als Leitfaden für das persönliche Auftreten und den Umgang miteinander.
|
<p>
|
||||||
Wer als Nutzer im {{ networkName }} Netzwerk aktiv ist, Beiträge verfasst, kommentiert oder mit anderen Nutzern, auch außerhalb des Netzwerkes, Kontakt aufnimmt, erkennt diese Verhaltensregeln als verbindlich an. <a href="https://{{ networkURL }}/code-of-conduct" target="_blank">https://{{ networkURL }}/code-of-conduct</a><br>
|
Unser Verhaltenskodex dient als Leitfaden für das persönliche Auftreten und den Umgang miteinander.
|
||||||
</p>
|
Wer als Nutzer im {{ networkName }} Netzwerk aktiv ist, Beiträge verfasst, kommentiert oder mit anderen Nutzern, auch außerhalb des Netzwerkes, Kontakt aufnimmt, erkennt diese Verhaltensregeln als verbindlich an. <a href="https://{{ networkURL }}/code-of-conduct" target="_blank">https://{{ networkURL }}/code-of-conduct</a><br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Moderation
|
<h3>
|
||||||
</h3>
|
Moderation
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Bis unsere finanziellen Möglichkeiten uns erlauben, das Community-Moderationssystem zu implementieren, moderieren wir mit einem vereinfachten System und eigenen bzw. ggf. ehrenamtlichen Mitarbeitern.
|
<p>
|
||||||
Wir schulen diese Moderatoren und aus diesem Grund treffen auch nur diese entsprechende Entscheidungen.
|
Bis unsere finanziellen Möglichkeiten uns erlauben, das Community-Moderationssystem zu implementieren, moderieren wir mit einem vereinfachten System und eigenen bzw. ggf. ehrenamtlichen Mitarbeitern.
|
||||||
Diese Moderatoren führen Ihre Tätigkeit anonym aus.
|
Wir schulen diese Moderatoren und aus diesem Grund treffen auch nur diese entsprechende Entscheidungen.
|
||||||
Du kannst uns Beiträge, Kommentare und auch Nutzer melden (wenn diese zum Beispiel in ihrem Profil Angaben machen oder Bilder haben, die diese Nutzungsbedingungen verletzen).
|
Diese Moderatoren führen Ihre Tätigkeit anonym aus.
|
||||||
Wenn Du uns etwas meldest, kannst Du einen Meldegrund angeben und noch eine kurze Erläuterung mitgeben.
|
Du kannst uns Beiträge, Kommentare und auch Nutzer melden (wenn diese zum Beispiel in ihrem Profil Angaben machen oder Bilder haben, die diese Nutzungsbedingungen verletzen).
|
||||||
Wir schauen uns dann das Gemeldete an und sanktionieren ggf., z.B. indem wir Beiträge, Kommentare oder Nutzer sperren.
|
Wenn Du uns etwas meldest, kannst Du einen Meldegrund angeben und noch eine kurze Erläuterung mitgeben.
|
||||||
Du und auch der Betroffene erhalten derzeitig von uns leider noch keine Rückmeldung, das ist aber in Planung.
|
Wir schauen uns dann das Gemeldete an und sanktionieren ggf., z.B. indem wir Beiträge, Kommentare oder Nutzer sperren.
|
||||||
Unabhängig davon behalten wir uns prinzipiell Sanktionen vor aus Gründen, die unter Umständen nicht oder noch nicht in unserem Verhaltenscodex oder diesen Nutzungsbedingungen aufgeführt sind.<br>
|
Du und auch der Betroffene erhalten derzeitig von uns leider noch keine Rückmeldung, das ist aber in Planung.
|
||||||
</p>
|
Unabhängig davon behalten wir uns prinzipiell Sanktionen vor aus Gründen, die unter Umständen nicht oder noch nicht in unserem Verhaltenscodex oder diesen Nutzungsbedingungen aufgeführt sind.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Fehler und Rückmeldungen
|
<h3>
|
||||||
</h3>
|
Fehler und Rückmeldungen
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Wir sind sehr bemüht, unser Netzwerk und unsere Daten sicher und abrufbar zu erhalten.
|
<p>
|
||||||
Jede neue Version der Software durchläuft sowohl automatisierte als auch manuelle Tests.
|
Wir sind sehr bemüht, unser Netzwerk und unsere Daten sicher und abrufbar zu erhalten.
|
||||||
Es können jedoch unvorhergesehene Fehler auftreten.
|
Jede neue Version der Software durchläuft sowohl automatisierte als auch manuelle Tests.
|
||||||
Deshalb sind wir dankbar für jeden gemeldeten Fehler.
|
Es können jedoch unvorhergesehene Fehler auftreten.
|
||||||
Du kannst gerne jeden von Dir entdeckten Fehler dem Support/der Hilfe-Assistenz mitteilen: <a href="https://{{ networkURL }}/support" target="_blank">https://{{ networkURL }}/support</a>.<br>
|
Deshalb sind wir dankbar für jeden gemeldeten Fehler.
|
||||||
</p>
|
Du kannst gerne jeden von Dir entdeckten Fehler dem Support/der Hilfe-Assistenz mitteilen: <a href="https://{{ networkURL }}/support" target="_blank">https://{{ networkURL }}/support</a>.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Keine kommerzielle Nutzung
|
<h3>
|
||||||
</h3>
|
Keine kommerzielle Nutzung
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Die Nutzung des {{ networkName }} Netzwerkes ist nicht für kommerzielle Zwecke gestattet.
|
<p>
|
||||||
Darunter fällt unter anderem das Bewerben von Produkten mit kommerzieller Absicht, das Einstellen von Affiliate-Links (Geschäftspartner-Links), direkter Aufruf zu Spenden oder finanzieller Unterstützung für Zwecke, die steuerlich nicht als gemeinnützig anerkannt sind.<br>
|
Die Nutzung des {{ networkName }} Netzwerkes ist nicht für kommerzielle Zwecke gestattet.
|
||||||
</p>
|
Darunter fällt unter anderem das Bewerben von Produkten mit kommerzieller Absicht, das Einstellen von Affiliate-Links (Geschäftspartner-Links), direkter Aufruf zu Spenden oder finanzieller Unterstützung für Zwecke, die steuerlich nicht als gemeinnützig anerkannt sind.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Keine politische Nutzung
|
<h3>
|
||||||
</h3>
|
Keine politische Nutzung
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Nutzerkonten von politischen Parteien oder offizielle Nutzerkonten eines politischen Vertreters sind unzulässig.<br>
|
<p>
|
||||||
</p>
|
Nutzerkonten von politischen Parteien oder offizielle Nutzerkonten eines politischen Vertreters sind unzulässig.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Hilfe und Fragen
|
<h3>
|
||||||
</h3>
|
Hilfe und Fragen
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Für Hilfe und Fragen haben wir Dir eine umfassende Sammlung an häufig gestellten Fragen und Antworten (FAQ) zusammengestellt; Du findest diese auf <a href="https://{{ networkURL }}/faq" target="_blank">https://{{ networkURL }}/faq</a>.<br>
|
<p>
|
||||||
</p>
|
Für Hilfe und Fragen haben wir Dir eine umfassende Sammlung an häufig gestellten Fragen und Antworten (FAQ) zusammengestellt; Du findest diese auf <a href="https://{{ networkURL }}/faq" target="_blank">https://{{ networkURL }}/faq</a>.<br>
|
||||||
<br>
|
</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.headline-h2 {
|
.info-page h2 {
|
||||||
margin-top: 24px;
|
margin: 24px 0;
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h3 {
|
.info-page h3 {
|
||||||
margin-top: 24px;
|
margin: 24px 0 16px 0;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h4 {
|
.info-page h4 {
|
||||||
margin-top: 16px;
|
margin: 16px 0 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.paragraph {
|
.info-page p {
|
||||||
margin-top: 8px;
|
margin: 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-list {
|
.info-page ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 14px;
|
margin: 16px 0 16px 14px;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table {
|
.info-page table {
|
||||||
|
background-color: #fff;
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: #fff;
|
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
||||||
|
margin: 16px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table thead {
|
.info-page table thead {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table th,
|
.info-page table td,
|
||||||
.info-page-table td {
|
.info-page table th {
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,163 +2,158 @@
|
|||||||
|
|
||||||
<!-- template for the 'Code Of Conduct' from the old HC network. in the old repo you will find other languages as well -->
|
<!-- template for the 'Code Of Conduct' from the old HC network. in the old repo you will find other languages as well -->
|
||||||
|
|
||||||
<h2 class="headline-h2">
|
<div class="info-page">
|
||||||
For the social network of {{ organization }}
|
<h2>
|
||||||
</h2>
|
For the social network of {{ organization }}
|
||||||
<h3 class="headline-h3">
|
</h2>
|
||||||
Präambel
|
<h3>
|
||||||
</h3>
|
Präambel
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
{{ networkName }} is a non-profit social knowledge and action network of the next generation.
|
<p>
|
||||||
By people - for people. Free software, open source, fair and transparent.
|
{{ networkName }} is a non-profit social knowledge and action network of the next generation.
|
||||||
For positive local and global change in all areas of life.
|
By people - for people. Free software, open source, fair and transparent.
|
||||||
We completely redesign the public exchange of knowledge, ideas and projects.
|
For positive local and global change in all areas of life.
|
||||||
The functions of {{ networkName }} bring people together - offline and online - so that we can make the world a better place.<br>
|
We completely redesign the public exchange of knowledge, ideas and projects.
|
||||||
</p>
|
The functions of {{ networkName }} bring people together - offline and online - so that we can make the world a better place.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Purpose
|
<h3>
|
||||||
</h3>
|
Purpose
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
With these code of conduct we regulate the essential principles for behavior in our social network.
|
<p>
|
||||||
The United Nations Charter of Human Rights is our orientation and forms the heart of our understanding of values.
|
With these code of conduct we regulate the essential principles for behavior in our social network.
|
||||||
The code of conduct serves as guiding principles for our personal appearance and interaction with one another.
|
The United Nations Charter of Human Rights is our orientation and forms the heart of our understanding of values.
|
||||||
Anyone who is active as a user in the {{ networkName }} Network, writes articles, comments or contacts other users, including those outside the network,acknowledges these rules of conduct as binding.<br>
|
The code of conduct serves as guiding principles for our personal appearance and interaction with one another.
|
||||||
</p>
|
Anyone who is active as a user in the {{ networkName }} Network, writes articles, comments or contacts other users, including those outside the network,acknowledges these rules of conduct as binding.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Expected Behaviour
|
<h3>
|
||||||
</h3>
|
Expected Behaviour
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
The following behaviors are expected and requested of all community members:<br>
|
<p>
|
||||||
</p>
|
The following behaviors are expected and requested of all community members:<br>
|
||||||
<ul class="info-page-list">
|
</p>
|
||||||
<li>
|
<ul>
|
||||||
Exercise consideration and respect in your speech and actions.
|
<li>
|
||||||
</li>
|
Exercise consideration and respect in your speech and actions.
|
||||||
<li>
|
</li>
|
||||||
Attempt collaboration before conflict.
|
<li>
|
||||||
</li>
|
Attempt collaboration before conflict.
|
||||||
<li>
|
</li>
|
||||||
Refrain from demeaning, discriminatory, or harassing behavior and speech.
|
<li>
|
||||||
</li>
|
Refrain from demeaning, discriminatory, or harassing behavior and speech.
|
||||||
<li>
|
</li>
|
||||||
Be mindful of your surroundings and of your fellow participants.
|
<li>
|
||||||
Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.
|
Be mindful of your surroundings and of your fellow participants.
|
||||||
</li>
|
Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.
|
||||||
</ul>
|
</li>
|
||||||
<h3 class="headline-h3">
|
</ul>
|
||||||
Unacceptable Behavior
|
<h3>
|
||||||
</h3>
|
Unacceptable Behavior
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
The following behaviors are unacceptable within our community:<br>
|
<p>
|
||||||
</p>
|
The following behaviors are unacceptable within our community:<br>
|
||||||
<ul class="info-page-list">
|
</p>
|
||||||
<li>
|
<ul>
|
||||||
Discriminatory posts, comments, utterances or insults, particularly those relating to gender, sexual orientation, race, religion, political or philosophical orientation or disability.
|
<li>
|
||||||
</li>
|
Discriminatory posts, comments, utterances or insults, particularly those relating to gender, sexual orientation, race, religion, political or philosophical orientation or disability.
|
||||||
<li>
|
</li>
|
||||||
Posting or linking of clearly pornographic material.
|
<li>
|
||||||
</li>
|
Posting or linking of clearly pornographic material.
|
||||||
<li>
|
</li>
|
||||||
Glorification or trivialization of cruel or inhuman acts of violence.
|
<li>
|
||||||
</li>
|
Glorification or trivialization of cruel or inhuman acts of violence.
|
||||||
<li>
|
</li>
|
||||||
The disclosure of others' personal information without their consent or threat there of ("doxing").
|
<li>
|
||||||
</li>
|
The disclosure of others' personal information without their consent or threat there of ("doxing").
|
||||||
<li>
|
</li>
|
||||||
Intentional intimidation, stalking or persecution.
|
<li>
|
||||||
</li>
|
Intentional intimidation, stalking or persecution.
|
||||||
<li>
|
</li>
|
||||||
Advertising products and services with commercial intent.
|
<li>
|
||||||
</li>
|
Advertising products and services with commercial intent.
|
||||||
<li>
|
</li>
|
||||||
Criminal behavior or violation of German law.
|
<li>
|
||||||
</li>
|
Criminal behavior or violation of German law.
|
||||||
<li>
|
</li>
|
||||||
Endorse or encourage such conduct.
|
<li>
|
||||||
</li>
|
Endorse or encourage such conduct.
|
||||||
</ul>
|
</li>
|
||||||
<h3 class="headline-h3">
|
</ul>
|
||||||
Consequences of Unacceptable Behavior
|
<h3>
|
||||||
</h3>
|
Consequences of Unacceptable Behavior
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
If a community member exhibits unacceptable behaviour, the responsible operators, moderators and administrators of the network may take appropriate measures, including but not limited to:<br>
|
<p>
|
||||||
</p>
|
If a community member exhibits unacceptable behaviour, the responsible operators, moderators and administrators of the network may take appropriate measures, including but not limited to:<br>
|
||||||
<ul class="info-page-list">
|
</p>
|
||||||
<li>
|
<ul>
|
||||||
Request for immediate cessation of unacceptable conduct
|
<li>
|
||||||
</li>
|
Request for immediate cessation of unacceptable conduct
|
||||||
<li>
|
</li>
|
||||||
Locking or deleting comments
|
<li>
|
||||||
</li>
|
Locking or deleting comments
|
||||||
<li>
|
</li>
|
||||||
Temporary exclusion from the respective post or contribution
|
<li>
|
||||||
</li>
|
Temporary exclusion from the respective post or contribution
|
||||||
<li>
|
</li>
|
||||||
Blocking or deleting of content
|
<li>
|
||||||
</li>
|
Blocking or deleting of content
|
||||||
<li>
|
</li>
|
||||||
Temporary withdrawal of write permissions
|
<li>
|
||||||
</li>
|
Temporary withdrawal of write permissions
|
||||||
<li>
|
</li>
|
||||||
Temporary exclusion from the network
|
<li>
|
||||||
</li>
|
Temporary exclusion from the network
|
||||||
<li>
|
</li>
|
||||||
Final exclusion from the network
|
<li>
|
||||||
</li>
|
Final exclusion from the network
|
||||||
<li>
|
</li>
|
||||||
Violations of German law can be reported.
|
<li>
|
||||||
</li>
|
Violations of German law can be reported.
|
||||||
</ul>
|
</li>
|
||||||
<p class="paragraph">
|
</ul>
|
||||||
If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible and link or refer to the corresponding content.
|
<p>
|
||||||
Please click on the three dots on the post, comment or user and report it using the drop-down menu.<br>
|
If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible and link or refer to the corresponding content.
|
||||||
</p>
|
Please click on the three dots on the post, comment or user and report it using the drop-down menu.<br>
|
||||||
<br>
|
</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.headline-h2 {
|
.info-page h2 {
|
||||||
margin-top: 24px;
|
margin: 24px 0;
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h3 {
|
.info-page h3 {
|
||||||
margin-top: 24px;
|
margin: 24px 0 16px 0;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h4 {
|
.info-page h4 {
|
||||||
margin-top: 16px;
|
margin: 16px 0 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.paragraph {
|
.info-page p {
|
||||||
margin-top: 8px;
|
margin: 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-list {
|
.info-page ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 14px;
|
margin: 16px 0 16px 14px;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table {
|
.info-page table {
|
||||||
|
background-color: #fff;
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: #fff;
|
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
||||||
|
margin: 16px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table thead {
|
.info-page table thead {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table th,
|
.info-page table td,
|
||||||
.info-page-table td {
|
.info-page table th {
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,135 +2,130 @@
|
|||||||
|
|
||||||
<!-- template for the 'Terms And Conditions' from the old HC network. in the old repo you will find other languages as well -->
|
<!-- template for the 'Terms And Conditions' from the old HC network. in the old repo you will find other languages as well -->
|
||||||
|
|
||||||
<h2 class="headline-h2">
|
<div class="info-page">
|
||||||
For the social network of {{ organization }}
|
<h2>
|
||||||
</h2>
|
For the social network of {{ organization }}
|
||||||
<h3 class="headline-h3">
|
</h2>
|
||||||
Terms of Service
|
<h3>
|
||||||
</h3>
|
Terms of Service
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
The following terms of use form the basis for the use of our network.
|
<p>
|
||||||
When you register, you must accept them and we will inform you later about any changes that may take place.
|
The following terms of use form the basis for the use of our network.
|
||||||
The {{ networkName }} Network is operated in Germany and is therefore subject to German law.
|
When you register, you must accept them and we will inform you later about any changes that may take place.
|
||||||
Place of jurisdiction is {{ organizationLocation }}.
|
The {{ networkName }} Network is operated in Germany and is therefore subject to German law.
|
||||||
For details see our imprint: <a href="https://{{ networkURL }}/impressum/" target="_blank" >https://{{ networkURL }}/impressum/</a><br>
|
Place of jurisdiction is {{ organizationLocation }}.
|
||||||
</p>
|
For details see our imprint: <a href="https://{{ networkURL }}/impressum/" target="_blank" >https://{{ networkURL }}/impressum/</a><br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Use and License
|
<h3>
|
||||||
</h3>
|
Use and License
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
If any content you post to us is protected by intellectual property rights, you grant us a non-exclusive, transferable, sublicensable, worldwide license to use such content for posting to our network.
|
<p>
|
||||||
This license expires when you delete your content or your entire account.
|
If any content you post to us is protected by intellectual property rights, you grant us a non-exclusive, transferable, sublicensable, worldwide license to use such content for posting to our network.
|
||||||
Remember that others may share your content and we cannot delete it.<br>
|
This license expires when you delete your content or your entire account.
|
||||||
</p>
|
Remember that others may share your content and we cannot delete it.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Privacy Statement
|
<h3>
|
||||||
</h3>
|
Privacy Statement
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Our network is a social knowledge and action network.
|
<p>
|
||||||
It is therefore particularly important to us that as much content as possible is publicly accessible.
|
Our network is a social knowledge and action network.
|
||||||
In the course of the development of our network there will be more and more the possibility to decide about the visibility of the personal data.
|
It is therefore particularly important to us that as much content as possible is publicly accessible.
|
||||||
We will inform you about these new features.
|
In the course of the development of our network there will be more and more the possibility to decide about the visibility of the personal data.
|
||||||
Otherwise, you should always think about which personal data you disclose about yourself (or others).
|
We will inform you about these new features.
|
||||||
This applies in particular to the content of posts and comments, as these have a largely public character.
|
Otherwise, you should always think about which personal data you disclose about yourself (or others).
|
||||||
Later there will be possibilities to limit the visibility of your profile.
|
This applies in particular to the content of posts and comments, as these have a largely public character.
|
||||||
Part of the terms of service is our privacy statement, which informs you about the individual data processing operations in our network: <a href="https://{{ networkURL }}/data-privacy" target="_blank">https://{{ networkURL }}/data-privacy</a>.
|
Later there will be possibilities to limit the visibility of your profile.
|
||||||
Our privacy statement is adapted to the legal situation and characteristics of our network and is always valid in the most current version.<br>
|
Part of the terms of service is our privacy statement, which informs you about the individual data processing operations in our network: <a href="https://{{ networkURL }}/data-privacy" target="_blank">https://{{ networkURL }}/data-privacy</a>.
|
||||||
</p>
|
Our privacy statement is adapted to the legal situation and characteristics of our network and is always valid in the most current version.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Code of Conduct
|
<h3>
|
||||||
</h3>
|
Code of Conduct
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Our code of conduct serves as a handbook for personal appearance and interaction with each other.
|
<p>
|
||||||
Whoever is active as a user in the {{ networkName }} network, writes articles, comments or makes contact with other users, even outside the network, acknowledges these rules of conduct as binding. <a href="https://{{ networkURL }}/code-of-conduct" target="_blank">https://{{ networkURL }}/code-of-conduct</a><br>
|
Our code of conduct serves as a handbook for personal appearance and interaction with each other.
|
||||||
</p>
|
Whoever is active as a user in the {{ networkName }} network, writes articles, comments or makes contact with other users, even outside the network, acknowledges these rules of conduct as binding. <a href="https://{{ networkURL }}/code-of-conduct" target="_blank">https://{{ networkURL }}/code-of-conduct</a><br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Moderation
|
<h3>
|
||||||
</h3>
|
Moderation
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
Until our financial possibilities allow us to implement the community moderation system, we moderate with a simplified system and with our own or possibly volunteer staff.
|
<p>
|
||||||
We train these moderators and for this reason only they make the appropriate decisions.
|
Until our financial possibilities allow us to implement the community moderation system, we moderate with a simplified system and with our own or possibly volunteer staff.
|
||||||
These moderators carry out their work anonymously.
|
We train these moderators and for this reason only they make the appropriate decisions.
|
||||||
You can report posts, comments and users to us (for example, if they provide information in their profile or have images that violate these Terms of Use).
|
These moderators carry out their work anonymously.
|
||||||
If you report something to us, you can give us a reason and a short explanation.
|
You can report posts, comments and users to us (for example, if they provide information in their profile or have images that violate these Terms of Use).
|
||||||
We will then take a look at what you have reported and sanction you if necessary, e.g. by blocking contributions, comments or users.
|
If you report something to us, you can give us a reason and a short explanation.
|
||||||
Unfortunately, you and the person concerned will not receive any feedback from us at this time, but this is in the planning stage.
|
We will then take a look at what you have reported and sanction you if necessary, e.g. by blocking contributions, comments or users.
|
||||||
Irrespective of this, we reserve the right to impose sanctions in principle for reasons that may not or not yet be listed in our Code of Conduct or these terms of service.<br>
|
Unfortunately, you and the person concerned will not receive any feedback from us at this time, but this is in the planning stage.
|
||||||
</p>
|
Irrespective of this, we reserve the right to impose sanctions in principle for reasons that may not or not yet be listed in our Code of Conduct or these terms of service.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Errors and Feedback
|
<h3>
|
||||||
</h3>
|
Errors and Feedback
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
We make every effort to keep our network and data secure and available.
|
<p>
|
||||||
Each new release of the software goes through both automated and manual testing.
|
We make every effort to keep our network and data secure and available.
|
||||||
However, unforeseen errors may occur. Therefore, we are grateful for any reported bugs.
|
Each new release of the software goes through both automated and manual testing.
|
||||||
You are welcome to report any bugs you discover by emailing Support at <a href="https://{{ networkURL }}/support" target="_blank">https://{{ networkURL }}/support</a><br>
|
However, unforeseen errors may occur. Therefore, we are grateful for any reported bugs.
|
||||||
</p>
|
You are welcome to report any bugs you discover by emailing Support at <a href="https://{{ networkURL }}/support" target="_blank">https://{{ networkURL }}/support</a><br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
No Commercial Use
|
<h3>
|
||||||
</h3>
|
No Commercial Use
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
The use of the {{ networkName }} Network is not permitted for commercial purposes.
|
<p>
|
||||||
This includes, but is not limited to, advertising products with commercial intent, posting affiliate links, directly soliciting donations, or providing financial support for purposes that are not recognized as charitable for tax purposes.<br>
|
The use of the {{ networkName }} Network is not permitted for commercial purposes.
|
||||||
</p>
|
This includes, but is not limited to, advertising products with commercial intent, posting affiliate links, directly soliciting donations, or providing financial support for purposes that are not recognized as charitable for tax purposes.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
No Political Use
|
<h3>
|
||||||
</h3>
|
No Political Use
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
User accounts of political parties or official user accounts of a political representative are not permitted.<br>
|
<p>
|
||||||
</p>
|
User accounts of political parties or official user accounts of a political representative are not permitted.<br>
|
||||||
<h3 class="headline-h3">
|
</p>
|
||||||
Help and Questions
|
<h3>
|
||||||
</h3>
|
Help and Questions
|
||||||
<p class="paragraph">
|
</h3>
|
||||||
For help and questions we have compiled a comprehensive collection of frequently asked questions and answers (FAQ) for you. You can find them here: <a href="https://{{ networkURL }}/faq" target="_blank">https://{{ networkURL }}/faq</a><br>
|
<p>
|
||||||
</p>
|
For help and questions we have compiled a comprehensive collection of frequently asked questions and answers (FAQ) for you. You can find them here: <a href="https://{{ networkURL }}/faq" target="_blank">https://{{ networkURL }}/faq</a><br>
|
||||||
<br>
|
</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.headline-h2 {
|
.info-page h2 {
|
||||||
margin-top: 24px;
|
margin: 24px 0;
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h3 {
|
.info-page h3 {
|
||||||
margin-top: 24px;
|
margin: 24px 0 16px 0;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-h4 {
|
.info-page h4 {
|
||||||
margin-top: 16px;
|
margin: 16px 0 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.paragraph {
|
.info-page p {
|
||||||
margin-top: 8px;
|
margin: 8px 0;
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-list {
|
.info-page ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-left: 14px;
|
margin: 16px 0 16px 14px;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table {
|
.info-page table {
|
||||||
|
background-color: #fff;
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: #fff;
|
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
||||||
|
margin: 16px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table thead {
|
.info-page table thead {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-page-table th,
|
.info-page table td,
|
||||||
.info-page-table td {
|
.info-page table th {
|
||||||
border: 1px solid #e0dede;
|
border: 1px solid #e0dede;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user