-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig_example.json
More file actions
75 lines (75 loc) · 2.85 KB
/
config_example.json
File metadata and controls
75 lines (75 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"token": "",
"owners": [],
"feeds": [
{
"url": "https://<url>.rss",
"channels": [
"<channelid>"
]
}
],
"historyfor": 14,
"rsspollinterval": "* * * * *",
"storagecleaninterval": "0 0 * * *",
"resourcetypes": {
"file": ":file_folder:",
"tst": ":pen_ballpoint:",
"mcst": ":movie_camera:"
},
"filestatus": {
"Die Datei wurde aktualisiert.": ":arrows_counterclockwise:"
},
"subjects": {
"Algorithmen und Datenstrukturen (WS2020/21)": {
"name": "Algorithmen und Datenstrukturen",
"color": "#bde4f9",
"iconUrl": "https://www.ps.tf.fau.de/files/2020/03/ps.svg"
},
"Mathematik für Ingenieure C1 (Wintersemester 2020/21)": {
"name": "Mathematik für Ingenieure C1",
"color": "#fff480",
"iconUrl": ""
},
"Konzeptionelle Modellierung [KonzMod] 2020WS": {
"name": "Konzeptionelle Modellierung",
"color": "#ffbac7",
"iconUrl": "https://www.cs6.tf.fau.de/files/2018/05/cropped-inf6-logo-v5-final_database.png"
},
"Übungen zu Konzeptionelle Modellierung [UeKonzMod] 2020WS": {
"name": "Übungen zu Konzeptionelle Modellierung",
"color": "#ffbac7",
"iconUrl": "https://www.cs6.tf.fau.de/files/2018/05/cropped-inf6-logo-v5-final_database.png"
},
"Grundlagen der Technischen Informatik (WS 2020/2021)": {
"name": "Grundlagen der Technischen Informatik",
"color": "#424242",
"iconUrl": "https://www.cs12.tf.fau.de/files/2016/05/cropped-codesign_cms_headerbild.png"
},
"Parallele und Funktionale Programmierung (SS2021)": {
"name": "Parallele und Funktionale Programmierung",
"color": "#bde4f9",
"iconUrl": "https://www.ps.tf.fau.de/files/2020/03/ps.svg"
},
"Systemprogrammierung 1 + 2 (Übung)": {
"name": "Übungen zu Systemprogrammierung",
"color": "#dab4e8",
"iconUrl": "https://www4.cs.fau.de/Img/final-headlogo-small.png"
},
"Mathematik für Ingenieure C2 (Sommersemester 2021)": {
"name": "Mathematik für Ingenieure C2",
"color": "#fff480",
"iconUrl": ""
},
"Grundlagen der Rechnerarchitektur und -organisation": {
"name": "Grundlagen der Rechnerarchitektur und -organisation",
"color": "#ffbac7",
"iconUrl": "https://www.cs3.tf.fau.de/files/2018/07/logo2.png"
},
"Grundlagen der Schaltungstechnik": {
"name": "Grundlagen der Schaltungstechnik",
"color": "#B2FFB7",
"iconUrl": "https://www.like.tf.fau.de/files/2015/11/cropped-like_logo_final.png"
}
}
}