Chaospott Wiki

Wir sind da wat am dokumentieren dran...

Webseiten-Werkzeuge


start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Letzte ÜberarbeitungBeide Seiten, nächste Überarbeitung
start [2020/09/20 09:48] Lukariostart [2022/07/21 01:17] Papst Schnitzel I
Zeile 1: Zeile 1:
 +~~NOTOC~~
 +<WRAP round important>
 +
 +Die **Benutzer** zum Editieren des Wiki werden manuell freigeschaltet.
 +  - [[https://wiki.chaospott.de/start?do=register|Registriere]] einen Benutzer.
 +  - Schicke eine Mail mit deinem Benutzer an [[mailto:noc@chaospott.de|noc@chaospott.de]]
 +</WRAP>
 +
 ====== Chaospott Wiki ====== ====== Chaospott Wiki ======
  
-| {{compass.png?40 }}**[[chaospott:anfahrt|Anfahrt und Gäste]]** \\ Anfahrt und Kontakt                    | +<WRAP group>
-| {{logo.png?40 }}**[[chaospott:chaospott|Der Chaospott]]** \\ Der Chaospott erklärt sich                       | +
-| {{lock.png?40 }}**[[infrastruktur:zugang:start|Wie erhalte ich Zugang?]]** \\ Es heißt SSH               | +
-| {{comments.png?40 }}**[[kontakt:start|Kontakt]]** \\ Hier erfährst du, wie du uns kontaktieren und treffen kannst     | +
-| {{users.png?40 }}**[[user:start|Mitglieder]]** \\ Seiten der Mitglieder                                  | +
-| {{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 half column>
 +<WRAP tablewidth 100%>
  
-| {{logo.png?40 }}**[[events:start|Veranstaltungen]]** \\ Veranstaltungen                                                                                          | +==== Allgemeines ====
-| {{logo.png?40 }}**[[events:petit_foo|Vorträge und Workshops]]** \\ Knowledge Transfer                                                                            | +
-| {{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?                                       | +
-| {{book.png?40 }}**[[plenum:|Protokolle]]** \\ Protokolle der Vereinssitzungen                                                                                    | +
-| {{bullhorn.png?40 }}**[[oeffentlichkeitsarbeit:|Öffentlichkeitsarbeit]]** \\ Seiten zum Thema "Öffentlichkeitsarbeit"                                                                 | +
-| {{flask.png?40 }} ** [[infrastruktur:member_services| Dienste für Mitglieder]] / [[noc:maintaineruebersicht| Maintainer ]]** \\ Was kann ich jetzt hier machen? |+
  
 +| {{foobar-logo.png?40 }}**[[chaospott:verein:start|Verein]]** \\ Chaospott - foobar e.V. |
 +| {{comments.png?40 }}**[[kontakt:start|Kontakt & Gäste]]** \\ Wie nehme ich mit euch Kontakt auf? |
 +| {{bullhorn.png?40 }}**[[oeffentlichkeitsarbeit:|Presse & Vereinsarbeit]]** \\ Hier findet ihr Protokolle und den Pressekontakt |
  
------- 
  
-====== Hackerspace ======+==== Events & Bildung ====
  
 +| {{logo.png?40 }}**[[events:petit_foo|PetitFoo]]** \\ Unseren wöchentliche Vorträge |
 +| {{logo.png?40 }}**[[cms:start|Chaos macht Schule]]** \\ Unsere Schulprojekte |
 +| {{logo.png?40 }}**[[cryptoparty:start|Cryptoparty]]** \\ Seminare zu Computersicherheit |
 +</WRAP>
 +</WRAP>
  
 +<WRAP half column>
 +<WRAP tablewidth 100%>
  
--------+==== Clubleben ====
  
-====== Termine Chaospott ======+| {{logo.png?40 }}**[[events:start|Veranstaltungen & Themenabende]]** \\ Überblick über regelmäßige Termine 
 +| {{users.png?40 }}**[[user:start|Mitglieder]]** \\ Wer bist du? | 
 +| {{git-square.png?40 }}**[[projekte:|Projekte]]** \\ Die Projekte des Chaospotts | 
 +| {{logo.png?40 }}**[[plenum:start|Plenumsprotokolle]]** \\ Entscheidungen im Verein |
  
 +
 +==== Chaospott Services™ ====
 +
 +| {{logo.png?40 }}**[[infrastruktur:start|Infrastruktur]]** \\ Wie schalte ich das wieder aus? |
 +| {{server-vector-network-6.png?40 }}** [[infrastruktur:member_services| Dienste für Mitglieder]] / [[noc:maintaineruebersicht| Maintainer ]]** \\ Was kann ich jetzt hier machen?! |
 +| {{lock.png?40 }}**[[infrastruktur:zugang:start|Zugangstüren öffnen]]** \\ Wie kann ich die Türen auf-/abschließen? |
 +
 +</WRAP>
 +</WRAP>
 +
 +</WRAP>
 +------
 +
 +====== Hackerspace ======
 \\ \\
-Eine längere Liste gibt es auf unserer [[https://chaospott.de/calendar.html|Hauptseite]] \\ +\\ 
-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]].+<html>
  
 +<script>
  
 +fetch("https://status.chaospott.de/status.json")
 +.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>
  
-{{iCalEvents>https://cloud.chaospott.ru/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export#from=today&to=+7 days&maxNumberOfEntries=10&showAs=custom1}}+<style>
  
 +#area1:hover, #area2:hover {
 +    opacity:0.2;
 +}
  
 +text {
 +    fill: currentColor;
 +}
  
 +#state_top, #state_down{
 +    fill: lightgreen;
 +}
 +polygon.hoverable
 +{
 +    fill: black;
 +    stroke:gray; /* Replace with none if you like */
 +    stroke-width: 4;
 +    cursor: pointer;
 +    background-color: black;
 +    opacity: 0.05;
 +}
  
 +polygon.hoverable:hover
 +{
 + stroke:purple;
 + opacity:0.2;
 + fill:lime;
 +}
  
 +</style>
 +<div style="margin-top:-4%; justify-content: space-between; align-items: baseline;" align="center">
  
 +<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">
 +   <image xlink:href="/_media/raeume:raum-lasermessgeraet-clean-1_25.png" x="0" y="0" width="500" height="388"/>
 +   <a href="/raeume:kueche:">
 +     <polygon class="hoverable" points="161,269 161,373 147,373 147,384 4,384 4,302 70,302 70,297" /> 
 +   </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:">
 +     <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 href="/raeume:flur">
 +      <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 href="/raeume:wc">
 +      <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 href="/raeume:baellebad:">
 +     <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 href="/raeume:konsolenmuseum:">
 +     <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>
 +    
 +    <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 style="max-width: 500px;" viewBox="0 0 500 347">
 +        xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 +   <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:">
 +     <polygon class="hoverable" points="325,180 301,180 300,60 325,60" /> 
 +    </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:">
 +     <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 href="/raeume:fablab:">
 +     <polygon class="hoverable" points="106,320 135,320 135,326 323,326 323,186 116,186 116,260 106,260" />
 +    </a>
 +   <a href="/raeume:trollcave">
 +     <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 href="/raeume:werkstatt:">
 +     <polygon class="hoverable" points="486,77 468,330 329,330 329,195 359,195 359,184 393,184 393,77" /> 
 +    </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>
 +<style>
 +  .icon_foreground {
 +    fill: currentColor;
 +  }
 +</style>
 +
 +</html>
 +
 +====== Termine Chaospott ======
 +\\
 +Eine Liste gibt es auf unserer [[https://chaospott.de/calendar.html|Hauptseite]] \\
 +Editieren kann man diesen Kalender über die Club-interne [[https://cloud.chaospott.de/|Cloud]].
start.txt · Zuletzt geändert: 2022/08/15 08:18 von Bandie