<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Freifunk Braunschweig - Stratum0 e.V."> <title> {% block title %}Freifunk Braunschweig{% if content.content_title is not none%} - {{ content.content_title }}{% else %}{% endif %}{% endblock %} </title> <link rel="apple-touch-icon-precomposed" href="/favicon152.png"> <link rel="icon" sizes="16x16 32x32" href="/favicon.ico"> <meta name="description" content=""> <link rel="stylesheet" href="/css/bootstrap.css" media="screen"> <link href="/css/small-business.css" rel="stylesheet"> <link href="/css/font-awesome.min.css" rel="stylesheet"> <script src="/js/jquery-2.1.1.min.js"></script> <link rel="alternate" type="application/atom+xml" href="/all.atom.xml" /> </head> <!-- Generated with flamingo. This page was generated with this context-information: url: {{ content.url }} output: {{ content.output }} template: {{ content.template }} path: {{ content.path }} (look out for this file if you want to change this page) --> <body> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Freifunk Braunschweig</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="https://stratum0.org/blog/categories/freifunk/">Blog</a> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">Projekte<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> <a href="/parker.html">Project Parker: Öffentlicher Test</a> </li> <li> <a href="/feuerwehren.html">Feuerwehr Braunschweig</a> </li> <!-- <li> <a href="/event.html">Pilgerweg Braunschweiger Süden</a> </li> <li> <a href="/event.html">Fest der Kulturen - 1. Mai</a> </li> --> <li> <a href="/event.html">Event WLAN</a> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">Mitmachen <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> {% with contents=context.contents.filter(path__startswith="mitmachen").order_by("sort") %} {% for content in contents %} <li role="presentation"> <a role="menuitem" tabindex="-1" href="{{ content.url }}">{{ content.title }}</a> </li> {% endfor %} {% endwith %} <li role="presentation"> <a href="/spenden.html">Spenden</a> </li> <li role="presentation"> <a href="/eintragen.html">Router eintragen</a> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">Hilfe <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> {% with contents=context.contents.filter(path__startswith="faq").order_by("sort") %} {% for content in contents %} <li role="presentation"><a role="menuitem" tabindex="-1" href="{{ content.url }}">{{ content.title }}</a></li> {% endfor %} {% endwith %} </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="/karte.html">Karte <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#10/52.2645/10.522">Alle</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#13/52.263/10.5229">Braunschweig</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#14/52.2301/11.0099">Helmstedt</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#14/52.1438/10.7725">Schöppenstedt</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#13/52.1415/10.9634">Schöningen</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#12/52.4266/10.7834">Wolfsburg</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="//map.freifunk-bs.de#!v:g">Graph</a></li> </ul> </li> <li> <a href="/kontakt.html">Kontakt</a> </li> <li> <a href="/spenden.html" style="font-size: 14pt; position:relative; bottom:2px;"><span class="label label-default" >Spenden</span></a> </li> </ul> <ul class="nav pull-right navbar-nav"> <li><a href="/plot.html" title="Statistik"><span class="nodecount">?</span> Router und <span class="clientcount">?</span> Clients aktiv</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> {% block content %}{% endblock %} <footer> <div class="container text-center"> <hr> <div class="row"> <div class="col-lg-12"> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li><a href="/">Hauptseite</a></li> <li><a href="https://stratum0.org/blog/categories/freifunk/">Blog</a></li> </ul> </div> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li><a href="/mitmachen/firmware.html">Firmware</a></li> <li><a href="/mitmachen/mailingliste.html">Mailingliste</a></li> </ul> </div> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li><a href="/irc.html">IRC</a></li> <li><a href="https://twitter.com/freifunk_bs">Twitter</a></li> </ul> </div> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li><a href="/event.html">Event WLAN</a></li> <li><a href="/impressum.html">Impressum</a></li> </ul> </div> </div> </div> <hr> <p> Diese Seite im Gitlab: <a href="https://gitli.stratum0.org/ffbs/ffbs-website/blob/{{ content.git_branch }}/flamingo/content/{{ content.path }}">Quelltext ansehen</a> | <a href="https://gitli.stratum0.org/ffbs/ffbs-website/commits/{{ content.git_branch }}/flamingo/content/{{content.path }}" >Versionsgeschichte</a> | <a href="https://gitli.stratum0.org/-/ide/project/ffbs/ffbs-website/edit/{{ content.git_branch }}/-/flamingo/content/{{ content.path}}" > Bearbeiten</a> | Lizensiert unter <i class="fab fa-creative-commons"></i> <a href="https://creativecommons.org/publicdomain/zero/1.0/deed.de">CC0</a>, <a href="https://stratum0.org/wiki/Datei:Logo_Freifunk_Braunschweig.svg">Logo</a> lizensiert unter <i class="fab fa-creative-commons"></i> <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.de">CC BY-SA 3.0</a> blinry. </p> <p> Unterstützt durch <a href="https://freifunk-rheinland.net/">Freifunk Rheinland</a> <img src="/assets/images/ffrhein_logo_claim_line_4c_tiny.svg"></img> </p> </div> </footer> <script src="/js/bootstrap.min.js"></script> <script src="/js/ffbs_nodecount.js"></script> </body> </html>