moved includes and cleaned up paths
This commit is contained in:
parent
1490a96f14
commit
e7525fda56
45 changed files with 15 additions and 10 deletions
40
include/chch.json.template
Normal file
40
include/chch.json.template
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"api": "0.13",
|
||||
"space": "Chaostreff Chemnitz",
|
||||
"logo": "http://chaoschemnitz.de/chch_logo.png",
|
||||
"url": "https://chaoschemnitz.de",
|
||||
"location": {
|
||||
"address": "Augustusburger Str. 102, 09126 Chemnitz, Germany",
|
||||
"lon": 12.939537,
|
||||
"lat": 50.830659
|
||||
},
|
||||
"contact": {
|
||||
"ml": "kontakt@chaoschemnitz.de",
|
||||
"phone": "+49 37 1337 18088",
|
||||
"irc": "irc://irc.hackint.eu/#ChaosChemnitz",
|
||||
"facebook": "https://www.facebook.com/ChaosChemnitz",
|
||||
"twitter": "@ChaosChemnitz",
|
||||
"issue_mail": "florz@florz.net"
|
||||
},
|
||||
"issue_report_channels": [
|
||||
"ml",
|
||||
"issue_mail"
|
||||
],
|
||||
"open": %%STATUS%%,
|
||||
"state": {
|
||||
"open": %%STATUS%%,
|
||||
"lastchange": %%LASTCHANGE%%,
|
||||
"message": "%%MESSAGE%%",
|
||||
"icon": {
|
||||
"open": "http://chaoschemnitz.de/chch_open.png",
|
||||
"closed": "http://chaoschemnitz.de/chch_closed.png"
|
||||
}
|
||||
},
|
||||
"feeds": {
|
||||
"calendar": {
|
||||
"type": "ical",
|
||||
"url": "http://chaoschemnitz.de/chch.ical"
|
||||
}
|
||||
},
|
||||
"ext_ccc": "chaostreff"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue