From b5b135ccd774482c52ae271dc7e9ba1f8639e19c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 29 Jan 2019 22:17:35 +0100 Subject: [PATCH] Documentation: Add some description of our communal places Change-Id: Iede98359c22aefbfd5725a5e7cd661ef18d7284e Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/31146 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- .../{ => community}/code_of_conduct.md | 0 Documentation/community/conferences.md | 19 +++++++++++++++++++ Documentation/community/forums.md | 18 ++++++++++++++++++ Documentation/index.md | 4 +++- 4 files changed, 40 insertions(+), 1 deletion(-) rename Documentation/{ => community}/code_of_conduct.md (100%) create mode 100644 Documentation/community/conferences.md create mode 100644 Documentation/community/forums.md diff --git a/Documentation/code_of_conduct.md b/Documentation/community/code_of_conduct.md similarity index 100% rename from Documentation/code_of_conduct.md rename to Documentation/community/code_of_conduct.md diff --git a/Documentation/community/conferences.md b/Documentation/community/conferences.md new file mode 100644 index 0000000000..5531d51891 --- /dev/null +++ b/Documentation/community/conferences.md @@ -0,0 +1,19 @@ +# Conferences +The coreboot community is present at a number of conferences over the year, +usually at [FOSDEM](https://fosdem.org), [OSFC](https://osfc.io), and the +[Chaos Communication Congress](https://events.ccc.de/congress/). + +The kind of presence differs, but there's usually a booth or other kind of +gathering where everybody is welcome to say hello and to learn more about +coreboot. + +Depending on the nature of the conference, coreboot developers might bring +their development kit with them and conduct development sessions. + +## Upcoming events + +TODO: add them + +## Talks + +TODO: link to recorded talks diff --git a/Documentation/community/forums.md b/Documentation/community/forums.md new file mode 100644 index 0000000000..1178c52926 --- /dev/null +++ b/Documentation/community/forums.md @@ -0,0 +1,18 @@ +# Our forums + +The coreboot community has various venues to help each other and discuss the +direction of our project. + +## Mailing list + +The first address for coreboot related discussion is our mailing list. +You can subscribe on its +[information page](https://mail.coreboot.org/postorius/lists/coreboot.coreboot.org/) and +read its +[archives](https://mail.coreboot.org/hyperkitty/list/coreboot@coreboot.org/). + +## IRC + +We also have a +[real time chat](https://webchat.freenode.net?channels=%23coreboot) +on the Freenode IRC network's #coreboot channel. diff --git a/Documentation/index.md b/Documentation/index.md index 5c389097ce..af3886e779 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -10,7 +10,9 @@ Contents: * [Getting Started](getting_started/index.md) * [Rookie Guide](lessons/index.md) * [Coding Style](coding_style.md) -* [Code of Conduct](code_of_conduct.md) +* [Code of Conduct](community/code_of_conduct.md) +* [Community forums](community/forums.md) +* [coreboot at conferences](community/conferences.md) * [Timestamps](timestamp.md) * [Intel IFD Binary Extraction](Binary_Extraction.md) * [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md)