Chaospott Wiki (Alt)

Altes wiki. Hilf doch beim Migrieren mit! https://wiki.chaospott.de

Benutzer-Werkzeuge

Webseiten-Werkzeuge


start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
start [30.12.2018 01:24]
a3x
start [07.06.2020 19:50] (aktuell)
Bandie
Zeile 3: Zeile 3:
  
 ~~NOTOC~~ ~~NOTOC~~
-<WRAP group centeralign>+ 
 + 
 +<WRAP group>
 <WRAP half column> <WRAP half column>
  
-| {{file:compass.png?40 }}**[[chaospott:anfahrt|Anfahrt und Gäste]]** \\ Anfahrt und Kontakt                                                                                                                                         +| {{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                                                                                                                                   +| {{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: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: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:users.png?40 }}**[[user:start|Mitglieder]]** \\ Seiten der Mitglieder                                  
-| {{file:foobar-logo.png?40 }}**[[chaospott:verein]]** \\ Der Trägerverein des Chaospotts                                                                                                                                             +| {{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! ¯\_(ツ)_/¯                                                                                    +| {{server-vector-network-6.png?40 }}** [[infrastruktur:noc:start|NOC]] ** \\ We care! ...sometimes! ¯\_(ツ)_/¯  |
  
 </WRAP> </WRAP>
 <WRAP half column> <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                                                                            
-| {{logo.png?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?                                       
-| {{logo.png?40 }}**[[plenum:|Protokolle]]** \\ Protokolle der Vereinssitzungen       +| {{font:book.png?40 }}**[[plenum:|Protokolle]]** \\ Protokolle der Vereinssitzungen                                                                                    
-| {{logo.png?40 }}**Öffentlichkeitsarbeit** \\ Seiten zum Thema "Öffentlichkeitsarbeit"     +| {{font:bullhorn.png?40 }}**[[oeffentlichkeitsarbeit:|Öffentlichkeitsarbeit]]** \\ Seiten zum Thema "Öffentlichkeitsarbeit"                                                                 
-| {{logo.png?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>
 +
 +
 ------ ------
  
-====== Räume ======+====== Hackerspace ======
 <html> <html>
 +
 +<script>
 +
 +fetch("https://status.chaospott.de/api/")
 +.then(res => res.json())
 +.then((out) => {
 +  if(out.sensors.door_locked[0].value) {
 +     document.getElementById("state_top").style.fill = "red";
 +  }
 +  if(out.sensors.door_locked[1].value) {
 +     document.getElementById("state_down").style.fill = "red";
 +  }
 +})
 +.catch(err => { throw err });
 +</script>
  
 <style> <style>
 +
 #area1:hover, #area2:hover { #area1:hover, #area2:hover {
     opacity:0.2;     opacity:0.2;
 } }
  
 +text {
 +    fill: currentColor;
 +}
 +
 +#state_top, #state_down{
 +    fill: lightgreen;
 +}
 polygon.hoverable polygon.hoverable
 { {
Zeile 53: Zeile 80:
  
 </style> </style>
-<div style="displayflex; justify-content: space-between;">+<div style="margin-top:-4%; justify-content: space-between; align-items: baseline;" align="center">
  
-<svg width="500px" height="342px">+<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:oben_blanc.png" x="0" y="0" width="504" height="347"/>+   <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:">
-     <polygon class="hoverable" points="352,17 352,27 338,27 338,122 426,96 487,95 487,16" />  +     <polygon class="hoverable" points="161,269 161,373 147,373 147,384 4,384 4,302 70,302 70,297" />  
-    </a>+   </a> 
 +        
 +   <a href="https://chaospott.de/status.html"> 
 +     <polygon id="state_top" points="349,0 361,0 361,30 366,30 355,41 344,30 349,30" /> 
 +   </a>
          
    <a href="/raeume:lounge:">    <a href="/raeume:lounge:">
-     <polygon class="hoverable" points="59,19 59,38 43,38 32,165 38,166 36,181 30,181 27,233 120,234 120,165 325,165 325,18 192,18 191,29 171,28 172,20" /> +     <polygon class="hoverable" points="390,157 488,157 483,213 477,213 476,229 482,229 470,362 453,362 453,381 335,381 335,372 314,372 314,381 174,381 174,269 161,269 161,236 174,236 174,229 390,229" /> 
     </a>     </a>
     <a href="/raeume:flur">     <a href="/raeume:flur">
-      <polygon class="hoverable" points="123,169 173,169 174,180 186,181 186,319 178,318 178,327 169,330 169,332 133,332 133,330 123,328" />+      <polygon class="hoverable" points="338,51 338,56 329,59 329,68 320,68 320,212 334,212 334,225 387,225 387,57 374,57 374,51" />
     </a>     </a>
     <a href="/raeume:wc">     <a href="/raeume:wc">
-      <polygon class="hoverable" points="27,239 21,325 80,325 80,288 84,288 84,324 119,323 119,238 110,238" />+      <polygon class="hoverable" points="390,63 390,154 400,154 400,157 428,157 428,152 487,152 493,60 430,60 430,100 427,100 427,63" />
     </a>     </a>
    <a href="/raeume:baellebad:">    <a href="/raeume:baellebad:">
-     <polygon class="hoverable" points="189,168 326,169 325,332 283,332 282,327 224,327 224,324 201,323 200,318 189,317" />+     <polygon class="hoverable" points="174,54 218,54 218,59 281,59 281,63 305,63 305,70 317,70 317,96 320,96 320,130 317,130 317,226 290,226 290,227 201,227 201,226 174,226" />
     </a>     </a>
          
    <a href="/raeume:konsolenmuseum:">    <a href="/raeume:konsolenmuseum:">
-     <polygon class="hoverable" points="425,100 338,126 338,160 353,160 352,178 337,178 338,307 353,308 353,318 395,318 395,327 483,327 483,318 474,318 474,270 464,270 464,254 487,254 488,187 484,188 483,167 487,167 487,100" /> +     <polygon class="hoverable" points="70,297 4,297 4,227 9,227 9,207 4,207 4,135 28,135 28,120 19,120 19,70 10,70 10,60 101,60 101,70 146,70 146,80 161,80 161,216 146,216 146,236 161,236 161,269" /> 
     </a>     </a>
 +    
 +    <text x="450" y="100" fill="black">WC</text>
 +    <text x="300" y="320" fill="black">Lounge</text>
 +    <text x="50" y="350" fill="black">Küche</text>
 +    <text x="50" y="200" fill="black">Cantina</text>
 +    <text x="220" y="150" fill="black">Bällebad</text>
 +    <text x="360" y="150" fill="black" transform="rotate(270 360,150)">Flur</text>
 </svg> </svg>
  
- +<svg style="max-width: 500px;viewBox="0 0 500 347">
-<svg width="500px" height="347px">+
         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:unten_blanc.png" x="0" y="0" width="500" height="347"/>+   <image xlink:href="/_media/raeume:raeume_keller-blanc-new-2018-1_25.png" x="0" y="0" width="500" height="347"/>
    <a href="/raeume:elab:storage:">    <a href="/raeume:elab:storage:">
-     <polygon class="hoverable" points="322,181 298,182 298,70 322,71" /> +     <polygon class="hoverable" points="325,180 301,180 300,60 325,60" /> 
     </a>     </a>
 +    
 +   <a href="https://chaospott.de/status.html">
 +     <polygon id="state_down" points="454,28 425,28 425,21 413,34 425,47 425,39 454,39" />
 +   </a> 
    <a href="/raeume:elab:">    <a href="/raeume:elab:">
-     <polygon class="hoverable" points="123,30 124,181 172,180 172,160 198,159 199,181 265,181 265,187 297,187 296,181 296,68 394,69 393,28 377,28 375,18 332,21 332,28 302,28 303,38 287,37 288,28" /> +     <polygon class="hoverable" points="410,46 405,46 405,59 300,59 300,179 195,179 195,154 167,154 167,179 116,179 116,16 288,16 288,24 304,24 304,16 337,16 337,5 385,5 385,14 405,14 405,18 410,18" /> 
     </a>     </a>
    <a href="/raeume:fablab:">    <a href="/raeume:fablab:">
-     <polygon class="hoverable" points="320,190 125,187 127,257 117,257 116,313 143,314 143,319 320,318" /> +     <polygon class="hoverable" points="106,320 135,320 135,326 323,326 323,186 116,186 116,260 106,260" />
     </a>     </a>
    <a href="/raeume:trollcave">    <a href="/raeume:trollcave">
-     <polygon class="hoverable" points="59,24 110,23 109,45 110,268 116,269 116,304 109,304 108,329 53,328 53,46 62,43 62,37 59,35" /> +     <polygon class="hoverable" points="98,337 39,337 39,31 49,31 49,21 43,21 43,8 99,8 99,31 98,31" /> 
     </a>     </a>
    <a href="/raeume:werkstatt:">    <a href="/raeume:werkstatt:">
-     <polygon class="hoverable" points="324,196 326,321 456,321 464,187 471,88 384,87 384,184 355,187 355,197" /> +     <polygon class="hoverable" points="486,77 468,330 329,330 329,195 359,195 359,184 393,184 393,77" /> 
     </a>     </a>
 +    
 +    <text x="350" y="110" fill="black">WC</text>
 +    <text x="200" y="90" fill="black">E-Lab</text>
 +    <text x="310" y="100" fill="black" transform="rotate(90 310,100)">Storage</text>
 +    <text x="370" y="250" fill="black">Werkstatt</text>
 +    <text x="180" y="250" fill="black">Fab-Lab</text>
 +    <text x="70" y="150" fill="black" transform="rotate(90 70,150)">Trollhöle</text>
 +</svg>
 </div> </div>
 +<style> 
 +  .icon_foreground { 
 +    fill: currentColor; 
 +  } 
 +</style>
  
 </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 | {{couch.svg?40 }}**[[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!  | {{file:archive.png?40 }}**[[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]]+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 column >{{iCalEvents>http://cloud.chaospott.de/calendar/ical.ics#from=today&to=+7days&maxNumberOfEntries=10&showAs=table_with_details}}</wrap>+<wrap twothirds column> 
 + 
 +{{iCalEvents>https://cloud.chaospott.ru/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export#from=today&to=+7 days&maxNumberOfEntries=10&showAs=custom1}} 
 + 
 + 
 +</wrap> 
 +</wrap>
  
  
  
  
start.1546129466.txt.gz · Zuletzt geändert: 13.05.2019 21:01 (Externe Bearbeitung)