-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.data
72 lines (71 loc) · 2.37 KB
/
default.data
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
{
"title": "42. Newsletter der KSG Dresden",
"news":[
{
"title": "Exerzitien zeug stuff",
"lines": [
"Dies ist der Haupttext zum Exerzitien eintrag",
"Dies ist die zweite Zeile zum Exerzitien eintrag"
],
"author": "Sr Claudia"
},
{
"title": "Nachtcafe",
"lines":[
"Nachtcafe in der Nacht mit Kaffee im Cafe",
"Nachtcafe in der Nacht mit Kaffee im Cafe die zweite"
],
"author": "Moritz"
}
],
"week": {
"ghosts": "Geister diese Woche sind Paul A Thomas",
"days": [
{
"date": "Sonntag (27.10)",
"activities": [
{
"time": "18:00 Uhr",
"activity": "Tanzabend"
},
{
"time": "22:00 Uhr",
"activity": "Tatort"
}
]
},
{
"date": "Montag (28.10)",
"activities": [
{
"time": "19:00 Uhr",
"activity": "Gottesdienst"
},
{
"time": "22:00 Uhr",
"activity": "Keller"
}
]
}
]
},
"jobs":[
{
"title": "... Referent fuer Oeffentlichkeitsarbeit",
"lines":[
"Als Referent fuer Oeffentlichkeitsarbeit musst du refferieren und oeffentlich sein",
"ausserdem musst du plakate machen und in coolen sitzungen sitzen"
],
"author": "Patrizia"
},
{
"title": "... Webmaster",
"lines":[
"Als webmaster musst du coole webseiten bauen",
"und newsletter und anders zeug"
],
"author": "pauerbach"
}
],
"joke": "Was erhält man, wenn man einen Rottweiler und einen Jaguar kreuzt? </br></br> Ärger mit dem Postboten"
}