From 3a80347082762b646f16b3ed3ca601b3331522ba Mon Sep 17 00:00:00 2001 From: Timm Szigat Date: Wed, 29 Oct 2014 00:26:48 +0100 Subject: [PATCH] changed servername --- _config.yml | 2 +- _includes/header.html | 20 +++++++++++++++++--- js/status.json | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 js/status.json diff --git a/_config.yml b/_config.yml index b34d6b2..4001a2e 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ description: > Wir sind der örtliche Erfa-Kreis des Chaos Computer Clubs in Essen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik. Alle Interessierten sind herzlich zu unserem Treff eingeladen. baseurl: "" -url: "http://chaospott.de" +url: "http://dohms.chaospott.de" # Build settings markdown: kramdown permalink: /:year/:month/:day/:title diff --git a/_includes/header.html b/_includes/header.html index bf2e875..0909afe 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -16,10 +16,24 @@
  • Kontakt
  • diff --git a/js/status.json b/js/status.json new file mode 100644 index 0000000..5833cef --- /dev/null +++ b/js/status.json @@ -0,0 +1,40 @@ +{ + "state": { + "lastchange": 1414569015, + "open": false, + "icons": { + "open": "http://foobarstatus.nomoketo.de/open.png", + "closed": "http://foobarstatus.nomoketo.de/closed.png" + } + }, + "api": "0.13", + "location": { + "lat": 51.438476, + "lon": 7.024991, + "address": "Sibyllastr. 9, 45136 Essen, Germany" + }, + "space": "Die foobar", + "url": "http://die-foobar.de", + "logo": "http://wiki.die-foobar.de/skins/common/images/foobar-logo-new-wiki.png", + "feeds": { + "blog": { + "url": "http://chaospott.de/rss.xml", + "type": "rss" + } + }, + "issue_report_channels": [ + "twitter" + ], + "projects": [ + "https://wiki.die-foobar.de/wiki/Kategorie:Projekt" + ], + "contact": { + "ml": "chaostreff-essen@lists.cccmz.de", + "twitter": "@foobarEv", + "phone": "+49 201 75915275", + "foursquare": "4f41445ce4b0c868de54bb9f", + "facebook": "https://www.facebook.com/pages/foobar-eV/127246337351928", + "irc": "irc://irc.hackint.org/#chaospott", + "email": "info@die-foobar.de" + } +}