Skip to content

Commit 98fa172

Browse files
authored
Merge pull request #46 from pfefferle/orga
Added license and code-of-conduct
2 parents 78a15ec + 91ea676 commit 98fa172

File tree

5 files changed

+163
-85
lines changed

5 files changed

+163
-85
lines changed

CODE_OF_CONDUCT.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Code of Conduct
2+
3+
IndieWeb [***code of conduct***](https://indieweb.org/code-of-conduct) tl;dr:
4+
5+
> Be respectful of other people, respectfully ask people to stop if you are bothered, and if you can't resolve an issue contact staff. If you are being a problem, it will be apparent and you'll be asked to leave.
6+
7+
Based on previous [excellent work by others](https://indieweb.org/code-of-conduct-examples), this is a living code of conduct. This code of conduct applies to all IndieWeb spaces both online and off, including our events, IRC channel, and wiki.
8+
9+
## Respect
10+
11+
IndieWeb is an intentionally positive community that recognizes and celebrates the creativity and collaboration of independent creators (and independence) and the diversity of people, cultures, and opinions that they bring to IndieWeb.
12+
13+
IndieWeb spaces are an inclusive environment, based on treating all individuals respectfully, regardless of gender (including transgender status), sexual orientation, age, disability, medical conditions, nationality, ethnicity, religion (or lack thereof), physical appearance, politics, ideology (real world or tech), or software preferences.
14+
15+
We value respectful behavior above individual opinions.
16+
17+
Respectful behavior includes:
18+
19+
* Be considerate, kind, constructive, and helpful.
20+
* Avoid demeaning, discriminatory, harassing, hateful, or physically threatening behavior, speech, and imagery.
21+
* If you're not sure, ask someone instead of assuming.
22+
23+
## Resolve Peacefully
24+
25+
We believe peer to peer discussions, feedback, corrections can help build a stronger, safer, and more welcoming community.
26+
27+
If you see someone behaving disrespectfully, you are encouraged to respectfully discourage them from such behavior. Expect that others in the community wish to help keep the community respectful and welcome your input in doing so.
28+
29+
If you experience disrespectful behavior and feel in any way unable to respond or resolve it respectfully (for any reason), please immediately bring it to the attention of an organizer. We want to hear from you about anything that you feel is disrespectful, threatening, or just icky in any way. We will listen and work to resolve the matter.
30+
31+
## Apologize for Mistakes
32+
33+
Should you catch yourself behaving disrespectfully, or be confronted as such, own up to your words and actions, and apologize accordingly. No one is perfect, and even well-intentioned people make mistakes. What matters is how you handle them, and avoiding repeating them in the future.
34+
35+
## Consequences
36+
37+
If the organizers determine that an event participant is behaving disrespectfully, the organizers may take any action they deem appropriate, up to and including expulsion and exclusion from the event without warning or refund.
38+
39+
As organizers, we will seek to resolve conflicts peacefully and in a manner that is positive for the community. We can't foresee every situation however, and thus if in the organizers' judgment the best thing to do is to ask a disrespectful individual to leave, we will do so. We've never had to do so; please don't be the first.
40+
41+
## Thanks
42+
43+
Thank you to every IndieWeb community member for helping making IndieWeb the respectful and inclusive community that it is.

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = function (grunt) {
44
wp_readme_to_markdown: {
55
target: {
66
files: {
7-
'readme.md': 'readme.txt'
7+
'README.md': 'readme.txt'
88
}
99
}
1010
},

LICENSE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
The MIT License (MIT)
2+
=====================
3+
4+
Copyright © `2017` `<IndieWeb WordPress Outreach Club>`
5+
6+
Permission is hereby granted, free of charge, to any person
7+
obtaining a copy of this software and associated documentation
8+
files (the “Software”), to deal in the Software without
9+
restriction, including without limitation the rights to use,
10+
copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the
12+
Software is furnished to do so, subject to the following
13+
conditions:
14+
15+
The above copyright notice and this permission notice shall be
16+
included in all copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25+
OTHER DEALINGS IN THE SOFTWARE.

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
2-
"name": "indieweb/wordpress-indieweb",
2+
"name": "indiewordpress/wordpress-indieweb",
33
"description": "IndieWeb for WordPress!",
44
"require": {
55
"php": ">=5.6.0",
66
"composer/installers": "~1.0"
77
},
8+
"extra": {
9+
"installer-name": "indieweb"
10+
},
811
"type": "wordpress-plugin",
912
"license": "MIT",
1013
"authors": [
1114
{
1215
"name": "Matthias Pfefferle",
13-
"homepage": "http://notizblog.org"
16+
"homepage": "http://notiz.blog"
1417
},
1518
{
1619
"name": "David Shanske",

0 commit comments

Comments
 (0)