diff options
-rw-r--r-- | documents.md | 1 | ||||
-rw-r--r-- | haunt.scm | 6 | ||||
-rw-r--r-- | roles.md | 77 |
3 files changed, 82 insertions, 2 deletions
diff --git a/documents.md b/documents.md index 5d0dedf..4a4fa77 100644 --- a/documents.md +++ b/documents.md | |||
@@ -7,3 +7,4 @@ menu: documents | |||
7 | 7 | ||
8 | - [GNU Social Contract 1.0](/en/documents/social-contract) | 8 | - [GNU Social Contract 1.0](/en/documents/social-contract) |
9 | - [Contributor Covenant Code of Conduct](/en/documents/code-of-conduct) | 9 | - [Contributor Covenant Code of Conduct](/en/documents/code-of-conduct) |
10 | - [Roles and responsibilities](/en/documents/roles) | ||
@@ -149,12 +149,14 @@ representation." | |||
149 | 149 | ||
150 | (list (markdown-page "index.html" "index.md") | 150 | (list (markdown-page "index.html" "index.md") |
151 | 151 | ||
152 | (markdown-page "/en/documents/index.html" | ||
153 | "documents.md") | ||
154 | (markdown-page "/en/software/index.html" | 152 | (markdown-page "/en/software/index.html" |
155 | "software.md") | 153 | "software.md") |
156 | (markdown-page "/en/contribute/index.html" | 154 | (markdown-page "/en/contribute/index.html" |
157 | "contribute.md") | 155 | "contribute.md") |
156 | (markdown-page "/en/documents/index.html" | ||
157 | "documents.md") | ||
158 | (markdown-page "/en/documents/roles/index.html" | ||
159 | "roles.md") | ||
158 | (markdown-page "/en/documents/free-software/index.html" | 160 | (markdown-page "/en/documents/free-software/index.html" |
159 | "free-software.md") | 161 | "free-software.md") |
160 | (markdown-page "/en/documents/code-of-conduct/index.html" | 162 | (markdown-page "/en/documents/code-of-conduct/index.html" |
diff --git a/roles.md b/roles.md new file mode 100644 index 0000000..1d45e29 --- /dev/null +++ b/roles.md | |||
@@ -0,0 +1,77 @@ | |||
1 | title: Roles and responsibilities | ||
2 | author: The GNU Assembly | ||
3 | --- | ||
4 | |||
5 | # Roles and responsibilities | ||
6 | |||
7 | This page summarizes roles and responsibilities within the GNU Assembly, | ||
8 | together with people currently in charge. We aim to share workload | ||
9 | among participants, through periodic rotation and by ensuring these | ||
10 | activities are transparent. | ||
11 | |||
12 | ## Code-of-conduct complaint review committee | ||
13 | |||
14 | All the GNU Assembly public spaces are covered by the code of conduct. | ||
15 | This includes [mailing lists](https://lists.gnu.tools) and the | ||
16 | [wiki](https://wiki.gnu.tools). The [code of | ||
17 | conduct](/en/documents/code-of-conduct) review committee can be | ||
18 | contacted at `code-of-conduct@gnu.tools`. | ||
19 | |||
20 | Current committee members (since Jan. 2020): | ||
21 | |||
22 | - Andreas Enge | ||
23 | - Andy Wingo | ||
24 | - Carlos O'Donell | ||
25 | - Ludovic Courtès | ||
26 | - Mark Wielaard | ||
27 | |||
28 | ## Machine system administration | ||
29 | |||
30 | The sysadmins for `gnu.tools` can be contacted at `sysadmins@gnu.tools` | ||
31 | for technical issues. | ||
32 | |||
33 | Current sysadmins (since Jan. 2020): | ||
34 | |||
35 | - Andy Wingo | ||
36 | - Carlos O'Donell | ||
37 | - Mark Wielaard | ||
38 | |||
39 | ## Mailing list maintenance | ||
40 | |||
41 | Maintainers of the [assembly mailing | ||
42 | list](https://lists.gnu.tools/postorius/lists/assembly.lists.gnu.tools/) | ||
43 | take care of new subscription requests and of moderation. They can be | ||
44 | contacted at `assembly-owner@lists.gnu.tools`. | ||
45 | |||
46 | Current mailing list maintainers (since Jan. 2020): | ||
47 | |||
48 | - Andy Wingo | ||
49 | - Carlos O'Donell | ||
50 | - Ludovic Courtès | ||
51 | - Mark Wielaard | ||
52 | |||
53 | ## Web site maintenance | ||
54 | |||
55 | This web site is maintained collaboratively, with discussions happening | ||
56 | on the [assembly mailing | ||
57 | list](https://lists.gnu.tools/hyperkitty/list/assembly@lists.gnu.tools/). | ||
58 | A subset of the participants has commit access to the [underlying Git | ||
59 | repository](https://wiki.gnu.tools/git/gnu-tools-website). | ||
60 | |||
61 | Current web site committers (since Apr. 2021): | ||
62 | |||
63 | - Andreas Enge | ||
64 | - Andy Wingo | ||
65 | - Carlos O'Donell | ||
66 | - Ludovic Courtès | ||
67 | - Mark Wielaard | ||
68 | |||
69 | ## Wiki administration | ||
70 | |||
71 | The [wiki](https://wiki.gnu.tools) administrators can be contacted at | ||
72 | `wiki@gnu.tools` to get access to this wiki through | ||
73 | [Git](https://wiki.gnu.tools/git/gnu-tools-wiki/tree/). | ||
74 | |||
75 | Current administrators (since Jan. 2020): | ||
76 | |||
77 | - Carlos O'Donell | ||