forked from pyladies/pyladies
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
170 changed files
with
14,684 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*.pyc | ||
*.db | ||
*.log | ||
local_settings.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends "site.html" %} | ||
{% block title %}Code of Conduct{% endblock %} | ||
{% block content %} | ||
<section id="archive"> | ||
<h1>Code of Conduct</h1> | ||
<article> | ||
<p>Pyladies is dedicated to providing a respectful, harassment-free community for everyone. We do not tolerate harassment or bullying of any community member in any form. This does not only extend to members to local PyLadies communities, but to anyone who chooses to become involved in the larger PyLadies community of users, developers and integrators through events or interactions.</p> | ||
|
||
<p>Harassment includes offensive verbal/electronic comments related to personal characteristics or choices, sexual images or comments in public or online spaces, deliberate intimidation, bullying, stalking, following, harassing photography or recording, sustained disruption of talks, IRC chats, electronic meetings, physical meetings or other events, inappropriate physical contact, or unwelcome sexual attention. Participants asked to stop any harassing or bullying behavior are expected to comply immediately.</p> | ||
|
||
<p>If a participant engages in harassing behavior, representatives of the community may take reasonable action they deem appropriate, including warning the offender, expulsion from any PyLadies event, or expulsion from mailing lists, IRC chats, discussion boards and other electronic communications channels to resolve the issue. This may include expulsion from PyLadies Meetup group membership.</p> | ||
|
||
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please act to intercede or ask for help from any member of the PyLadies community, IRC chat admins, website admins, or organizers/representatives of any physical events put on under the auspices of PyLadies.</p> | ||
|
||
<p>This Code of Conduct has been adapted from the <a href="http://plone.org/foundation/materials/foundation-resolutions/code-of-conduct">Plone Foundation</a> and is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported license</a></p> | ||
|
||
</article> | ||
</section> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## TODOs & Wishlist | ||
|
||
* Update blog posts from 7 months to now | ||
* CSS + Design (contact gal that made the geek girl graphic) | ||
* Add upcoming Python + Open Source conferences (CFP links) | ||
* Add info regarding lists like Systers.org, DevChix, SpeakUp.io, etc | ||
* Mentor/Mentee request/forums | ||
* Add books, tutorials, etc to Resources | ||
* Pull in PyLadies personal blogs (maybe pull via RSS from specific tags of the personal blog) | ||
* Add APIs for local meetup groups + twitter feeds (LS has JS code for this that could work) |
Oops, something went wrong.