| Beide Seiten der vorigen Revision
Vorhergehende Überarbeitung
Nächste Überarbeitung
|
Vorhergehende Überarbeitung
|
start [18.02.2019 00:14] a3x kommentare |
start [07.06.2020 19:50] (aktuell) Bandie |
| ====== Chaospott Wiki ====== | ====== Chaospott Wiki ====== |
| |
| <html> | |
| <!-- creates a div around the folowing tables --> | |
| <div align="center"> | |
| </html> | |
| |
| ~~NOTOC~~ | ~~NOTOC~~ |
| <WRAP > | |
| <WRAP half column> | |
| |
| | {{file:compass.png?40 }}**[[chaospott:anfahrt|Anfahrt und Gäste]]** \\ Anfahrt und Kontakt | | |
| | {{logo.png?40 }}**[[chaospott:chaospott|Der Chaospott]]** \\ Der Chaospott erklärt sich | | |
| | {{file:lock.png?40 }}**[[infrastruktur:zugang:start|Wie erhalte ich Zugang?]]** \\ Es heißt SSH | | |
| | {{file:comments.png?40 }}**[[infrastruktur:netzwerk:mailinglisten:start|mailingliste]] / [[infrastruktur:netzwerk:irc]]** \\ Informationen zu unserer Mailingliste und unserem IRC-Kanal | | |
| | {{file:users.png?40 }}**[[user:start|Mitglieder]]** \\ Seiten der Mitglieder | | |
| | {{file:foobar-logo.png?40 }}**[[chaospott:verein]]** \\ Der Trägerverein des Chaospotts | | |
| | {{server-vector-network-6.png?40 }}** [[infrastruktur:noc:start|NOC]] ** \\ We care! ...sometimes! ¯\_(ツ)_/¯ | | |
| |
| </WRAP> | <WRAP group> |
| <WRAP half column> | <WRAP half column> |
| | |
| | | {{file:compass.png?40 }}**[[chaospott:anfahrt|Anfahrt und Gäste]]** \\ Anfahrt und Kontakt | |
| | | {{logo.png?40 }}**[[chaospott:chaospott|Der Chaospott]]** \\ Der Chaospott erklärt sich | |
| | | {{file:lock.png?40 }}**[[infrastruktur:zugang:start|Wie erhalte ich Zugang?]]** \\ Es heißt SSH | |
| | | {{file:comments.png?40 }}**[[kontakt:start|Kontakt]]** \\ Hier erfährst du, wie du uns kontaktieren und treffen kannst | |
| | | {{file:users.png?40 }}**[[user:start|Mitglieder]]** \\ Seiten der Mitglieder | |
| | | {{file:foobar-logo.png?40 }}**[[chaospott:verein]]** \\ Der Trägerverein des Chaospotts | |
| | | {{server-vector-network-6.png?40 }}** [[infrastruktur:noc:start|NOC]] ** \\ We care! ...sometimes! ¯\_(ツ)_/¯ | |
| | |
| | </WRAP> |
| | <WRAP half column> |
| | {{logo.png?40 }}**[[events:start|Veranstaltungen]]** \\ Veranstaltungen | | | {{logo.png?40 }}**[[events:start|Veranstaltungen]]** \\ Veranstaltungen | |
| | {{logo.png?40 }}**[[events:petit_foo|Vorträge und Workshops]]** \\ Knowledge Transfer | | | {{logo.png?40 }}**[[events:petit_foo|Vorträge und Workshops]]** \\ Knowledge Transfer | |
| | {{font:git-square.svg?40 }}**[[projekte:|Projekte]]** \\ Die Projekte des Chaospotts | | | {{font:git-square.png?40 }}**[[projekte:|Projekte]]** \\ Die Projekte des Chaospotts | |
| | {{logo.png?40 }}**[[infrastruktur:start|Infrastruktur]]** \\ Wie schalte ich das wieder aus? Welche Infrastruktur gibt es? | | | {{logo.png?40 }}**[[infrastruktur:start|Infrastruktur]]** \\ Wie schalte ich das wieder aus? Welche Infrastruktur gibt es? | |
| | {{font:book.svg?40 }}**[[plenum:|Protokolle]]** \\ Protokolle der Vereinssitzungen | | | {{font:book.png?40 }}**[[plenum:|Protokolle]]** \\ Protokolle der Vereinssitzungen | |
| | {{logo.png?40 }}**[[presse|Öffentlichkeitsarbeit]]** \\ Seiten zum Thema "Öffentlichkeitsarbeit" | | | {{font:bullhorn.png?40 }}**[[oeffentlichkeitsarbeit:|Öffentlichkeitsarbeit]]** \\ Seiten zum Thema "Öffentlichkeitsarbeit" | |
| | {{font:flask.svg?40 }} ** [[infrastruktur:member_services| Dienste für Mitglieder]] / [[noc:maintainreuebersicht| Maintainer ]]** \\ Was kann ich jetzt hier machen?! | | | {{font:flask.png?40 }} ** [[infrastruktur:member_services| Dienste für Mitglieder]] / [[noc:maintaineruebersicht| Maintainer ]]** \\ Was kann ich jetzt hier machen?! | |
| </WRAP> | </WRAP> |
| </WRAP> | </WRAP> |
| |
| <html> | |
| <!-- ends a div around the before tables --> | |
| </div> | |
| </html> | |
| ------ | ------ |
| |
| |
| <script> | <script> |
| <!-- Setting the arrow Color based on status from status.chaospott.de --> | |
| fetch("https://status.chaospott.de/api/") | fetch("https://status.chaospott.de/api/") |
| .then(res => res.json()) | .then(res => res.json()) |
| .then((out) => { | .then((out) => { |
| if(out.sensors.door_locked[0].value) { | if(out.sensors.door_locked[0].value) { |
| document.getElementById("state_top").style.fill = "red"; | document.getElementById("state_top").style.fill = "red"; |
| } | } |
| if(out.sensors.door_locked[1].value) { | if(out.sensors.door_locked[1].value) { |
| document.getElementById("state_down").style.fill = "red"; | document.getElementById("state_down").style.fill = "red"; |
| } | } |
| }) | }) |
| .catch(err => { throw err }); | .catch(err => { throw err }); |
| </script> | </script> |
| |
| <style> | <style> |
| #area1:hover, #area2:hover { | |
| | #area1:hover, #area2:hover { |
| opacity:0.2; | opacity:0.2; |
| } | } |
| | |
| <!-- use the theme color --> | text { |
| text { | |
| fill: currentColor; | fill: currentColor; |
| } | } |
| | |
| <!-- initially status is green, hence open --> | #state_top, #state_down{ |
| #state_top, #state_down { | |
| fill: lightgreen; | fill: lightgreen; |
| } | } |
| | polygon.hoverable |
| <!-- fancy hover effects--> | { |
| polygon.hoverable { | |
| fill: black; | fill: black; |
| stroke:gray; /* Replace with none if you like */ | stroke:gray; /* Replace with none if you like */ |
| background-color: black; | background-color: black; |
| opacity: 0.05; | opacity: 0.05; |
| } | } |
| polygon.hoverable:hover { | |
| stroke:purple; | polygon.hoverable:hover |
| opacity:0.2; | { |
| fill:lime; | stroke:purple; |
| } | opacity:0.2; |
| | fill:lime; |
| | } |
| </style> | </style> |
| |
| <!-- aligning magic --> | |
| <div style="margin-top:-4%; justify-content: space-between; align-items: baseline;" align="center"> | <div style="margin-top:-4%; justify-content: space-between; align-items: baseline;" align="center"> |
| |
| <svg style="max-width: 500px;" viewBox="0 0 500 388"> | <svg style="max-width: 500px;" viewBox="0 0 500 388"> |
| xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| <image xlink:href="/_media/raeume:raum-lasermessgeraet-clean-1_25.png" x="0" y="0" width="500" height="388"/> | <image xlink:href="/_media/raeume:raum-lasermessgeraet-clean-1_25.png" x="0" y="0" width="500" height="388"/> |
| <a href="/raeume:kueche:"> | <a href="/raeume:kueche:"> |
| |
| </html> | </html> |
| ^ {{686117-200.png?40 }} ** [[raeume:start#Aerie|Aerie]] ** \\ Diese Bereiche sind im 1. OG: | {{file:cutlery.png?40 }}**[[raeume:kueche:start|Küche]]** \\ Kochen, Backen, Glücklich sein | {{file:gamepad.png?40 }}**[[raeume:konsolenmuseum:konsolenmuseum]]** \\ Konsolen von Heute, Früher und Gestern | {{font:glass.svg?40x40 }} **[[raeume:lounge:start]]** \\ für mehr Arbeitsplätze| | | ^ {{686117-200.png?40 }} ** [[raeume:start#Aerie|Aerie]] ** \\ Diese Bereiche sind im 1. OG: | {{file:cutlery.png?40 }}**[[raeume:kueche:start|Küche]]** \\ Kochen, Backen, Glücklich sein | {{file:gamepad.png?40 }}**[[raeume:konsolenmuseum:konsolenmuseum]]** \\ Konsolen von Heute, Früher und Gestern | {{font:glass.png?40x40 }} **[[raeume:lounge:start]]** \\ für mehr Arbeitsplätze|| |
| ^ {{686117-200.png?40 }} ** [[raeume:start#Keller|Cellar]] ** \\ Diese Bereiche sind im Keller: | {{file:gears.png?40 }}**[[raeume:fablab:fablab]]** \\ Let the machine do the work... | {{file:wrench.png?40 }}**[[raeume:werkstatt:start]]** \\ Alles was Dreck macht! | {{font:archive.svg?40x40 }} **[[raeume:elab:storage:start]]** \\ Lagerplatz im Chaospott | {{file:bolt.png?40 }}**[[raeume:elab:start]]** \\ Von Analog bis Mikrocontroller | | ^ {{686117-200.png?40 }} ** [[raeume:start#Keller|Cellar]] ** \\ Diese Bereiche sind im Keller: | {{file:gears.png?40 }}**[[raeume:fablab:fablab]]** \\ Let the machine do the work... | {{file:wrench.png?40 }}**[[raeume:werkstatt:start]]** \\ Alles was Dreck macht! | {{font:archive.png?40x40 }} **[[raeume:elab:storage:start]]** \\ Lagerplatz im Chaospott | {{file:bolt.png?40 }}**[[raeume:elab:start]]** \\ Von Analog bis Mikrocontroller | |
| |
| ------- | ------- |
| ====== Termine ====== | ====== Termine ====== |
| |
| <wrap column > | <wrap group> |
| | <wrap third column> |
| |
| **__Termine ChaosPott__** \\ | **__Termine Chaospott__** \\ |
| \\ | \\ |
| Eine längere Liste \\ gibt es auf unserer \\ [[https://chaospott.de/calendar.html|Hauptseite]] \\ | Eine längere Liste \\ gibt es auf unserer \\ [[https://chaospott.de/calendar.html|Hauptseite]] \\ |
| oder als Webdav \\ Import: [[https://cloud.chaospott.de/calendar/ical.ics|ical.ics]] \\ Editieren kann \\ man diesen Kalender \\ über die Club-interne \\ [[https://cloud.chaospott.de/|Cloud]]. | oder als Webdav \\ Import: [[https://cloud.chaospott.ru/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export|ical.ics]] \\ Editieren kann \\ man diesen Kalender \\ über die Club-interne \\ [[https://cloud.chaospott.ru/|Cloud]]. |
| |
| |
| </wrap> | </wrap> |
| | <wrap twothirds column> |
| |
| {{iCalEvents>https://cloud.chaospott.de/calendar/ical.ics#from=today&to=+7days&maxNumberOfEntries=10&showAs=table_with_details}} | {{iCalEvents>https://cloud.chaospott.ru/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export#from=today&to=+7 days&maxNumberOfEntries=10&showAs=custom1}} |
| |
| |
| <wrap column ></wrap> | </wrap> |
| | </wrap> |
| |
| |
| |
| |