Skip to content

Commit 5a9761b

Browse files
committed
Add account info.
1 parent b9e6f6e commit 5a9761b

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

Accounts.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
## Meetup
2+
3+
http://www.meetup.com/py-yyc/
4+
5+
Uses RBAC, so there’s no master password.
6+
7+
There can only be one organizer, and the organizer has to pay a
8+
subscription fee to remain organizer. The subscription fee is not
9+
refundable or transferable if there’s a change in organizers; the new
10+
organizer has to pay for their own subscription.
11+
12+
## Trello
13+
14+
https://trello.com/pyyyc
15+
16+
Uses RBAC, so there’s no master password.
17+
18+
People can be invited to individual boards, such as the [PyYYC
19+
Talks](https://trello.com/b/OkwBY2BT/pyyyc-talks) one, without being added
20+
to the team.
21+
22+
Go to https://trello.com/pyyyc/members to add someone to the team, giving
23+
them access to all boards.
24+
25+
## github.com/py-yyc
26+
27+
https://github.com/py-yyc
28+
29+
Uses RBAC, so there’s no master password. Owners can add people at
30+
https://github.com/orgs/py-yyc/people
31+
32+
If you are an Owner of the organization, please set your organization
33+
membership to “Public” at https://github.com/orgs/py-yyc/people so that
34+
people can find you.
35+
36+
## pyyyc.org
37+
38+
This domain is registered and hosted at DreamHost, under Andrew’s account.
39+
Kurt and Mike also have access to this domain, in case the domain ever
40+
needs to be transferred.
41+
42+
## Twitter
43+
44+
[@PyYYC](https://twitter.com/pyyyc)
45+
46+
Using [TweetDeck](https://tweetdeck.twitter.com), you can share access to
47+
this account without sharing the password.
48+
49+
The password is in `secrets/twitter.gpg`.
50+
51+
## Slack
52+
53+
Andrew has registered a free Slack account at pyyyc.slack.com. If people
54+
start using it, he will share admin access.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# PyYYC
2+
## Calgary monthly Python meetup
3+
4+
Email is the preferred way to get in touch with the PyYYC organizers.
5+
You can reach us at [email protected].

0 commit comments

Comments
 (0)