├── README.md └── docs ├── CODE_OF_CONDUCT.md ├── archived ├── README └── RULES.md └── logo.png /README.md: -------------------------------------------------------------------------------- 1 | # DanctNIX - The community dedicated to mobile Linux 2 | 3 | ![DanctNIX Logo](/docs/logo.png) 4 | 5 | ### Code of Conduct 6 | See [docs/CODE_OF_CONDUCT.md](/docs/CODE_OF_CONDUCT.md) 7 | 8 | ### Channel list: 9 | 10 | - **Matrix:** 11 | ``` 12 | #danctnix-general:matrix.org - General chat 13 | #danctnix-trash:matrix.org - Trash Can (Posting offtopic stuffs) 14 | #danctnix-portingv2:matrix.org - Porting (GNU/)Linux to your smartphone 15 | #danctnix-nixhelp:matrix.org - *NIX Help 16 | #danctnix-nixtalk:matrix.org - *NIX Talk 17 | #danctnix-android:matrix.org - Android talk 18 | ``` 19 | 20 | - **Telegram:** https://t.me/danctnix 21 | -------------------------------------------------------------------------------- /docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Code of Conduct 2 | 3 | This document lays out the ground rules for everyone participating in the DanctNIX Community (or projects associated with the community). 4 | 5 | We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other similar characteristic. 6 | 7 | ----- 8 | __**Goals:**__ 9 | 10 | The first goal of this Code of Conduct is to specify a standard behavior so that people with different communication styles can talk effectively, productively, and respectfully. 11 | 12 | The second goal is to provide mechanisms and guidelines for conflicts in the community when they arise. 13 | 14 | The final goal is to make the community a welcoming place for people. For a community to be successful, it needs lots of people contributing to conversations, so others could join in and contribute more. 15 | 16 | With that said, a healthy community must allow for disagreement and debate. The Code of Conduct is not a mechanism for people to silence others with whom they disagree. 17 | 18 | ----- 19 | __**Do**__ 20 | 21 | - Be conservative in what you send and liberal in what you receive. You should not send heated messages (we call these "flames") even if you are provoked. On the other hand, you shouldn't be surprised if you get flamed and it's prudent not to respond to flames. Productive communication requires effort. 22 | 23 | - Be specific and don't bother others, including pinging (unless given). In general, most people who use the Internet don't have the time to answer general questions. Be patient when you ask for help, we're not a tech support company. 24 | 25 | - Remember that the people here are human beings whose culture, language, and humor have different points of reference from your own. Be especially careful with sarcasm. Not everyone is using their native language, so meaning and tone can be lost in translation. 26 | 27 | - Use emojis or smileys to indicate tone of voice, but use them sparingly. Don't assume that the inclusion of a smiley will make the recipient happy with what you say or wipe out an otherwise insulting comment. 28 | 29 | - Interpret arguments of others in good faith, do not seek to disagree. When we do disagree, try to understand why. Avoid non-constructive criticism, don't merely attack the state of affair, offer (or at least solicit) suggestions as to how things could be improved. 30 | 31 | - **Keep up to date with this Code of Conduct**. It may be amended from time to time, and it will be your responsibility to be aware of these changes. 32 | 33 | ----- 34 | __**Don't**__ 35 | 36 | - _**Name call, throw insulting remarks or belittle other people's personal features**_ 37 | + Personal features include nationality, race, creed, color, ethnicity, religion, age, gender, politics, ideas, knowledge, opinions, size, shape, hobbies, pets, sexual orientation, or any other. 38 | 39 | - _**harassment, bullying, hate speech**_ - this also includes trash talking, elitism over other people, technologies, phone brands, operating systems, window managers and etc. 40 | 41 | - _**use slurs or racist, sexist, homophobic, transphobic, ableist**_ 42 | 43 | - _**post spams**_ - this includes posting copypastas, chain mail, bot usage, flooding, sending "walls of text". 44 | 45 | - _**talk about politics, religion or other sensitive topics**_ - we recommend you to discuss that somewhere else. 46 | 47 | - _**shitpost**_ - all shitposting should be kept outside general and other channels, they'll be allowed in #trash channel as long as it doesn't break other rules from this CoC. 48 | 49 | - _**distribute copyrighted or stolen material**_ - links to stolen material such as music, videos or pirated software will be removed immediately. 50 | 51 | - _**post advertisement to non-FOSS or commercial products**_ - you are welcome to let people know about your FOSS project, as well as any FOSS/OSH hardware project, but other types of advertisements will be removed immediately. 52 | 53 | - _**post NSFW/NSFL content**_ - this includes other kinds of edgy content or any kind of link to such content, this includes things such as picture ID on imgur/hentai sites/4chan/etc. 54 | 55 | - _**ask to ask**_ - this website will explain this rule for you: https://dontasktoask.com/. Do not expect users to answer your question if you're going to do that. 56 | 57 | ----- 58 | __**Our Responsibilities**__ 59 | 60 | - The moderator team is responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. 61 | 62 | - The moderator team has the right and responsibility to remove messages, images, videos, and other contributions that are not aligned to this Code of Conduct, or to kick or ban (temporarily or permanently) any contributor for behaviors that they deem inappropriate, threatening, offensive, or harmful. 63 | 64 | - The moderator team is dedicated to providing an environment where participants feel welcome and safe. 65 | 66 | ----- 67 | __**Keep in mind**__ 68 | 69 | - People are complicated, you should expect to be misunderstood and to misunderstand others. When this inevitably occurs, resist the urge to be defensive or assign blame. Try not to take offense where no offense was intended. Give people the benefit of the doubt. Even if the intent was to provoke, do not rise to it. It is the responsibility of all parties to de-escalate conflict when it arises. 70 | 71 | - Rules may not be enforced all the time, 24/7, and will heavily depend on the severity and attitude of the people. That said, there's always a limit: if you feel like someone else have gone past it, please contact the moderator team. 72 | 73 | ----- 74 | 75 | __**By participating in the community, you agreed to adhere by these rules.**__ 76 | 77 | __**Failure to comply with these rules may result in a temporary or permanent ban from all DanctNIX platform. If deemed necessary, a permanent ban can be issued without a prior notice.**__ 78 | 79 | ----- 80 | 81 | This CoC is inspired by various sources. They're listed below: 82 | 83 | - Fosstodon Code of Conduct, from https://hub.fosstodon.org/coc 84 | - Golang Code of Conduct, from https://golang.org/conduct 85 | - Pine64 Community Rules & Code of Conduct, from https://forum.pine64.org/showthread.php?tid=13209 86 | - nixhub Community Code of Conduct 87 | -------------------------------------------------------------------------------- /docs/archived/README: -------------------------------------------------------------------------------- 1 | This directory contains documents that is no longer in use. 2 | -------------------------------------------------------------------------------- /docs/archived/RULES.md: -------------------------------------------------------------------------------- 1 | # The old community rules are only for historical purposes, please read our [Code of Conduct](../CODE_OF_CONDUCT.md). 2 | 3 | # DanctNIX Server/Channel Rules 4 | 5 | ## General channel rules: 6 | 7 | **Follow Discord's Community Guidelines (https://discordapp.com/guidelines)** 8 | 9 | Since our server is also on Discord, even if you aren't on there, you'll still have to obey it. 10 | 11 | **Please be nice** 12 | 13 | No harassment, hate speech, arguing over stupid things and trash talking, elitism over other people, technologies, phone brands, operating systems, window managers and etc. If you want to criticise things, try doing that constructively. 14 | 15 | **No NSFW Content** 16 | 17 | No NSFW/NSFL (gore)/other kinds of edgy content or any kind of link to such content, this includes things such as picture ID on imgur/hentai sites/4chan/etc. 18 | 19 | **No spamming** 20 | 21 | Do not spam, this includes posting copypastas, chain mail, bot usage, flooding, sending "walls of text" and etc. 22 | 23 | **Please refrain from posting memes** 24 | 25 | Please refrain from posting memes in general chat, they rather belong in #trash chat, although posting something related to current topic shouldn't be a problem. 26 | 27 | **Do not annoy people** 28 | 29 | Please do not ping people unless you want to ask them about it, this will result in a mute (or kick). 30 | 31 | **Do not start drama** 32 | 33 | All dramas **MUST** be kept outside this and connected chats, we will kindly ask you to move on somewhere else and take actions where appropriate. 34 | 35 | **Do not get political** 36 | 37 | All politics **MUST** be kept outside this and connected chats, there are other servers/channels for politics and we recommend you to discuss about that there. 38 | -------------------------------------------------------------------------------- /docs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanctNIX/danctnix/9e0a6a42500d4a48ecdf11a353b64f5bdc6a976a/docs/logo.png --------------------------------------------------------------------------------