Skip to content

Commit 83d789c

Browse files
committed
added tools.md from conference reop (https://github.com/PioneersHub/conference/blob/main/docs/guidelines/tools.md) thanks to dringler
other small updates
1 parent ca20e9d commit 83d789c

File tree

4 files changed

+45
-1
lines changed

4 files changed

+45
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ social_cards:
147147
# relative paths from the repository root
148148
cache_dir: "./.cache/plugin/social"
149149
site_dir: "./site/assets/images/social"
150-
# convention, rename your logo accordingly
150+
# by convention, rename your logo accordingly
151151
logo_path: "./docs/assets/images/social_card_logo.png"

docs/guidelines/communication.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ icon: fontawesome/solid/bullhorn
66

77
!!! warning
88
This document is a work in progress. Please check back later for updates.
9+
10+
11+
What and when to communicate
12+
13+
- Blog Posts
14+
- review any other parts of the website that might require updates
15+
- website sections we use to point attendees to what currently matters
16+
- communication plan and who to involve
17+
18+
Als Social Card verwenden wir welche mit passender Beschriftung.
19+
Falls keine individuelle Social Card vorhanden ist, den Link im Header entfernen. Dann wird die Social Card der Webseite automatisch verwendet.
20+

docs/guidelines/tools.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Toolzoo
3+
icon: fontawesome/solid/hippo
4+
---
5+
# Tools Guidelines
6+
Tools and intersections used in open source community events.
7+
8+
1. [GitHub](https://github.com/)
9+
- public documentation: https://github.com/PioneersHub/conference and https://pioneershub.github.io/pyconde25-conference/
10+
- website
11+
2. [Tito](https://ti.to) for ticketing
12+
3. [pretalx](https://pretalx.com) for CfP (Call for Proposals)
13+
- collect & review proposals and create schedule
14+
4. [Pytanis](https://github.com/PioneersHub/pytanis) as interface to pretalx
15+
5. Validation Service: REST API for participant info (TODO: add link)
16+
- validate conference participants via ticket ID and name
17+
- validate if email address is a participant
18+
6. [Discord](https://discord.com/) as conference communication platform
19+
7. Discord Bot: https://github.com/PYCONDE/discord/tree/main
20+
- registration service: user authentification via ticket ID and name using the Validation Service. Adds the required discord roles to the user
21+
- program notifications: send notifications to the program in the discord channel
22+
- job board: send job offers from the sponsors automatically to the job board (currently works with csv file import and should be updated to read from google forms directly)
23+
8. [pytube](https://github.com/PioneersHub/pytube) for YouTube video publishing
24+
9. [Certificate of attendance](https://github.com/PioneersHub/participation_certificate) for PDF document creation
25+
10. [Team page helper app](https://github.com/PioneersHub/team_page_helper_app) for adding team members to the website
26+
- creates json and makes a PR on the conference website
27+
28+
# External Tools and Services
29+
30+
1. Mailgun for transactional emails.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ nav:
3535
- Diversity:
3636
- Grant-Applications: guidelines/grant-applications.md
3737
- Grants-Guidelines: guidelines/grants.md
38+
- Toolgarden:
39+
- Tools: guidelines/tools.md
3840
- Governance:
3941
- Governance: guidelines/governance.md
4042
- Infrastructure:

0 commit comments

Comments
 (0)