164 lines
4.7 KiB
HTML
164 lines
4.7 KiB
HTML
<!-- this file is a template for rebranding of 'branding/locales/html/en/code-of-conduct.html' -->
|
|
|
|
<!-- template for the 'Code Of Conduct' from the old HC network. in the old repo you will find other languages as well -->
|
|
|
|
<div class="info-page">
|
|
<h2>
|
|
For the social network of {{ organization }}
|
|
</h2>
|
|
<h3>
|
|
Präambel
|
|
</h3>
|
|
<p>
|
|
{{ networkName }} is a non-profit social knowledge and action network of the next generation.
|
|
By people - for people. Free software, open source, fair and transparent.
|
|
For positive local and global change in all areas of life.
|
|
We completely redesign the public exchange of knowledge, ideas and projects.
|
|
The functions of {{ networkName }} bring people together - offline and online - so that we can make the world a better place.<br>
|
|
</p>
|
|
<h3>
|
|
Purpose
|
|
</h3>
|
|
<p>
|
|
With these code of conduct we regulate the essential principles for behavior in our social network.
|
|
The United Nations Charter of Human Rights is our orientation and forms the heart of our understanding of values.
|
|
The code of conduct serves as guiding principles for our personal appearance and interaction with one another.
|
|
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>
|
|
</p>
|
|
<h3>
|
|
Expected Behaviour
|
|
</h3>
|
|
<p>
|
|
The following behaviors are expected and requested of all community members:<br>
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Exercise consideration and respect in your speech and actions.
|
|
</li>
|
|
<li>
|
|
Attempt collaboration before conflict.
|
|
</li>
|
|
<li>
|
|
Refrain from demeaning, discriminatory, or harassing behavior and speech.
|
|
</li>
|
|
<li>
|
|
Be mindful of your surroundings and of your fellow participants.
|
|
Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.
|
|
</li>
|
|
</ul>
|
|
<h3>
|
|
Unacceptable Behavior
|
|
</h3>
|
|
<p>
|
|
The following behaviors are unacceptable within our community:<br>
|
|
</p>
|
|
<ul>
|
|
<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>
|
|
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>
|
|
Intentional intimidation, stalking or persecution.
|
|
</li>
|
|
<li>
|
|
Advertising products and services with commercial intent.
|
|
</li>
|
|
<li>
|
|
Criminal behavior or violation of German law.
|
|
</li>
|
|
<li>
|
|
Endorse or encourage such conduct.
|
|
</li>
|
|
</ul>
|
|
<h3>
|
|
Consequences of Unacceptable Behavior
|
|
</h3>
|
|
<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>
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Request for immediate cessation of unacceptable conduct
|
|
</li>
|
|
<li>
|
|
Locking or deleting comments
|
|
</li>
|
|
<li>
|
|
Temporary exclusion from the respective post or contribution
|
|
</li>
|
|
<li>
|
|
Blocking or deleting of content
|
|
</li>
|
|
<li>
|
|
Temporary withdrawal of write permissions
|
|
</li>
|
|
<li>
|
|
Temporary exclusion from the network
|
|
</li>
|
|
<li>
|
|
Final exclusion from the network
|
|
</li>
|
|
<li>
|
|
Violations of German law can be reported.
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
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.
|
|
Please click on the three dots on the post, comment or user and report it using the drop-down menu.<br>
|
|
</p>
|
|
</div>
|
|
|
|
<style type="text/css">
|
|
.info-page {
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
.info-page h2 {
|
|
margin: 24px 0;
|
|
}
|
|
|
|
.info-page h3 {
|
|
margin: 24px 0 16px 0;
|
|
}
|
|
|
|
.info-page h4 {
|
|
margin: 16px 0 8px 0;
|
|
}
|
|
|
|
.info-page p {
|
|
margin: 8px 0;
|
|
}
|
|
|
|
.info-page ul {
|
|
list-style-type: disc;
|
|
margin: 16px 0 16px 14px;
|
|
}
|
|
|
|
.info-page table {
|
|
background-color: #fff;
|
|
border: 1px solid #e0dede;
|
|
border-collapse: collapse;
|
|
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%;
|
|
}
|
|
|
|
.info-page table thead {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.info-page table td,
|
|
.info-page table th {
|
|
border: 1px solid #e0dede;
|
|
padding: 10px;
|
|
}
|
|
</style>
|