Skip to content

Commit 7df840d

Browse files
authored
Merge pull request #335 from per1234/category-permissions
Add category permissions data
2 parents 9d39d19 + b3852c2 commit 7df840d

File tree

122 files changed

+724
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+724
-0
lines changed

.markdown-link-check.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
{
7272
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-staff-category/2$"
7373
},
74+
{
75+
"pattern": "^https://forum.arduino.cc/t/about-the-recycle-bin-category/847560$"
76+
},
7477
{
7578
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-templates-category/1087943$"
7679
},

content/categories/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This folder uses a tree structure based on the Arduino Forum category structure.
44

5+
## Permissions
6+
7+
The "**See**" (view category and topics), "**Reply**" (reply to topics), and "**Create**" (create topics) permissions of a category can be set for each of [the forum's user groups](https://forum.arduino.cc/g). The permissions of each category are shown in a table in the "**Permissions**" section of the `README.md` file under the category folders.
8+
9+
The special "**everyone**" group is used to set category permissions that are universal to all forum users regardless of the specific groups they are a member of.
10+
511
## Notes
612

713
- The content of the "**About the \_\_\_\_\_ category**" topics is used as the category description in the category listings.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Community
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone || | |
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/9
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Bar Sport
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/bar-sport/46
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Exhibition / Gallery
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/exhibition-gallery/45
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# General Discussion
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/general-discussion/17
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Jobs and Paid Consultancy
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/jobs/42
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Local Groups
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/local-groups/44
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Products and Services
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/products-and-services/41
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Project Hub
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/project-hub/138
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Website and Forum
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/website-and-forum/40
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Workshops and Events
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/workshops-and-events/43
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Events and Tour
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| ----- | --- | ----- | ------ |
7+
| staff ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/workshops-and-events/events-and-tour/68 (private)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Makers
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| ----- | --- | ----- | ------ |
7+
| staff ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/workshops-and-events/makers/67 (private)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Development
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone || | |
8+
39
## Published At
410

511
https://forum.arduino.cc/c/development/8
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Libraries
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/development/libraries/39
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Other Hardware Development
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/development/other-hardware-development/38
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Suggestions for the Arduino Project
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/development/suggestions-for-the-arduino-project/37
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Forum 2005-2010 (read only)
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone || | |
8+
39
## Published At
410

511
https://forum.arduino.cc/c/forum-2005-2010-read-only/11

content/categories/garbage/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Garbage
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| ----- | --- | ----- | ------ |
7+
| staff ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/garbage/119 (private)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Recycle Bin
2+
3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| ----- | --- | ----- | ------ |
7+
| staff ||||
8+
9+
## Published At
10+
11+
https://forum.arduino.cc/c/garbage/recycle-bin/120
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- https://forum.arduino.cc/t/about-the-recycle-bin-category/847560
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is the board where the post deleted by users (mostly accidentally) will end up
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# About the Recycle Bin category
2+
3+
## Published At
4+
5+
https://forum.arduino.cc/t/about-the-recycle-bin-category/847560

content/categories/hardware/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Hardware
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/12
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino 101
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-101/77
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino Due
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-due/64
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino Education Kits
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-education-kits/83
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino Engineering Kit
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-education-kits/arduino-engineering-kit/149
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino Science Journal & Arduino Science Kit
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-education-kits/arduino-science-journal-arduino-science-kit/154
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino Starter Kit Classroom Pack
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-education-kits/arduino-starter-kit-classroom-pack/151
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CTC 101
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-education-kits/ctc-101/148
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CTC GO!
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-education-kits/ctc-go/153
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino Esplora
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-esplora/65
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Arduino GSM Shield
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/hardware/arduino-gsm-shield/66

0 commit comments

Comments
 (0)