1
0
Fork 0

Compare commits

..

10 Commits
2016 ... master

@ -1,60 +1,61 @@
.btn{background-color: #fff} .btn{background-color: #fff}
.leftCol{padding-top: 15px;} .leftCol{padding-top: 15px;}
.page-header pre {margin-bottom: 0;} .page-header pre {margin-bottom: 0;}
.formCont{ .formCont{
border: 2px solid #000000; border: 2px solid #000000;
-webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black; -webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
-moz-box-shadow: 0 0 0 5px, 11px 13px 0 4px black; -moz-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
box-shadow: 0 0 0 5px, 11px 13px 0 4px black; box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
background: #bbbbbb; background: #bbbbbb;
padding: 10px 15px; padding: 10px 15px;
margin: 10px 5px; margin: 10px 5px;
margin-left: -5px; margin-left: -5px;
} }
.input{width: 100%;} .input{width: 100%;}
#status-msg.info{color: black} #status-msg.info{color: black}
#status-msg.error{color: red} #status-msg.error{color: red}
.parisCont{ .parisCont{
background-color: #000; background-color: #000;
width: 100% !important; width: 100% !important;
padding: 1em 0; padding: 1em 0;
} }
.parisCont svg{ .parisCont svg{
display: block; display: block;
max-width: 80%; max-width: 80%;
margin: 0 auto; margin: 0 auto;
} }
.attribution { .attribution {
width: 100%; width: 100%;
font-size: small; font-size: small;
text-align: center; text-align: center;
margin-top: 1em; margin-top: 1em;
} }
#logoCont{ #logoCont{
text-align: center; text-align: center;
} }
.belinLogo{ .belinLogo{
width: 200px; width: 200px;
} display: inline-block;
}
h2{white-space: normal;}
h2{white-space: normal;}
/*mq madness*/
.maxW, .dskW,.tblW{display:none;} /*mq madness*/
.maxW, .dskW,.tblW{display:none;}
@media (min-width: 1200px) {
.maxW{display:block;} @media (min-width: 1200px) {
} .maxW{display:block;}
@media (min-width: 980px) and (max-width: 1199px) { }
.dskW{display:block;} @media (min-width: 980px) and (max-width: 1199px) {
} .dskW{display:block;}
@media (min-width: 768px) and (max-width: 979px) {} }
@media (max-width: 767px) { @media (min-width: 768px) and (max-width: 979px) {}
.parisCont svg{zoom: 0.6;} @media (max-width: 767px) {
} .parisCont svg{zoom: 0.6;}
@media (max-width: 480px) {} }
@media (max-width: 979px) { @media (max-width: 480px) {}
.tblW{display:block;} @media (max-width: 979px) {
} .tblW{display:block;}
@media (min-width: 980px) {} }
@media (min-width: 980px) {}

@ -1 +1,32 @@
# Berlin, 29-30 april 2016 # Berlin, 29-30 april 2016
## Venue
[Spektrum Berlin](https://www.openstreetmap.org/node/2688963276)
Bürknerstraße 12 12047 Berlin
[http://spektrumberlin.de/home.html](http://spektrumberlin.de/home.html)
## Day one schedule
Morning (9-13)
Decentralized networking sessions
Lunch pause (13 - 14)
Afternoon (14 - 18)
Talks (order not defined yet)
[peergos](https://git.cryto.net/Squatconf/Talks/src/master/accepted/day1/peergos.md)
[Anarchitecture](https://git.cryto.net/Squatconf/Talks/src/master/accepted/day1/anarchitecture.md)
[PC20](https://git.cryto.net/Squatconf/Talks/src/master/accepted/day1/pc20.md)
[Federated Wiki intro](https://git.cryto.net/Squatconf/Talks/src/master/accepted/day1/federated.md) + workshop
[mayday demonstrations 101](https://pad.ijhack.nl/p/squatconf-workshops)
## Day 2 Schedule (Saturday 30th)
[pad for (almost) finalised schedule](https://pad.ijhack.nl/p/squatconf-schedule)

@ -1,151 +1,133 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>SquatConf.386</title> <title>SquatConf.386</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Squatconf webSite"> <meta name="description" content="Squatconf webSite">
<link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="icon" href="favicon.ico" type="image/x-icon" />
<link href="assets/css/bootstrap.css" rel="stylesheet"> <link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/squatconf.css" rel="stylesheet"> <link href="assets/css/squatconf.css" rel="stylesheet">
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="span3 leftCol"> <div class="span3 leftCol">
<div class="formCont"> {{!--<div class="formCont">
<fieldset> <fieldset>
<legend>TALKS</legend> <legend>TALKS</legend>
<div> <div>
<a href="https://git.cryto.net/Squatconf/Talks/src/master/accepted"> <a href="https://git.cryto.net/Squatconf/Talks/src/master/accepted" target="_blank">
<button type="submit" class="btn">Talks</button> <button type="submit" class="btn">Talks</button>
</a> </a>
</div> </div>
</fieldset> </fieldset>
</div> <fieldset>
<br /> <legend>Venue</legend>
<div class="formCont"> <div>
<fieldset> <a href="https://www.openstreetmap.org/node/2688963276" target="_blank">
<legend>BE PART OF IT</legend> <button type="submit" class="btn">Spektrum Berlin</button>
<label class="text-info">Lightning talks submission</label> </a>
<div> </div>
<a href="https://pad.ijhack.nl/p/squatconf-lightning"> </fieldset>
<button type="submit" class="btn">Lightning talks</button> </div>
</a> <br />--}}
</div>
<label class="text-info">Send us your talk proposal</label> <div class="formCont">
<div> <fieldset>
<a href="https://pad.ijhack.nl/p/squatconf-cfp"> <legend>JOIN US</legend>
<button type="submit" class="btn">Pad</button> <label class="text-info">Squatconf's mailing list</label>
</a> <a href="https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/squatconf" target="_blank">
</div> <button type="submit" class="btn">Subscribe</button>
<a href="mailto:talks@squatconf.eu"> </a>
<button type="submit" class="btn">Email</button> <div id="status-msg">&nbsp;</div>
</a> <span class="help-block">we'll send you info about future events, and talk about all and nothing</span>
<a href="https://git.cryto.net/Squatconf/Talks/pulls"> </fieldset>
<button type="submit" class="btn">pull request</button> </form>
</a> </div>
<div id="status-msg">&nbsp;</div> <br />
<span class="help-block"> <!-- <ul class="nav nav-list">
You can either send us a pull request, write on the pad or send an email, if you have a talk to propose. <li><a href="https://twitter.com/squatconf">@squatconf</a>
</span> </ul> -->
</fieldset> <br>
</div> <ul class="nav nav-list">
<br /> <li><a href="#">#squatconf on freenode</a></li>
<div class="formCont"> </ul>
<fieldset> <br>
<legend>JOIN US</legend> </div>
<label class="text-info">Squatconf's mailing list</label> <!-- content -->
<a href="https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/squatconf"> <div class="span9">
<button type="submit" class="btn">Subscribe</button> <div class="page-header">
</a> <pre class="maxW"><small>
<div id="status-msg">&nbsp;</div> .d8888b. 888 .d888
<span class="help-block">we'll send you info about future events, and talk about all and nothing</span> d88P Y88b 888 d88P"
</fieldset> Y88b. 888 888
</form> "Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888
</div> "Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
<br /> "888888 888888 888.d888888888 888 888 888888 888888
<!-- <ul class="nav nav-list"> Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888
<li><a href="https://twitter.com/squatconf">@squatconf</a> "Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888
</ul> --> 888 ___. .__ .__
<br> 888 \_ |__ ___________| | |__| ____
<ul class="nav nav-list"> 888 | __ \_/ __ \_ __ \ | | |/ \
<li><a href="#">#squatconf on freenode</a></li> | \_\ \ ___/| | \/ |_| | | \
</ul> |___ /\___ >__| |____/__|___| /
<br> \/ \/ \/
</div>
<!-- content --> </small></pre>
<div class="span9"> <pre class="dskW">
<div class="page-header"> ____ _ ____ __
<pre class="maxW"><small> / ___| __ _ _ _ __ _| |_ / ___|___ _ __ / _|
.d8888b. 888 .d888 \___ \ / _` | | | |/ _` | __| | / _ \| '_ \| |_
d88P Y88b 888 d88P" ___) | (_| | |_| | (_| | |_| |__| (_) | | | | _|
Y88b. 888 888 |____/ \__, |\__,_|\__,_|\__|\____\___/|_| |_|_|
"Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888 |_|
"Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
"888888 888888 888.d888888888 888 888 888888 888888 ___. .__ .__
Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888 \_ |__ ___________| | |__| ____
"Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888 | __ \_/ __ \_ __ \ | | |/ \
888 ___. .__ .__ | \_\ \ ___/| | \/ |_| | | \
888 \_ |__ ___________| | |__| ____ |___ /\___ >__| |____/__|___| /
888 | __ \_/ __ \_ __ \ | | |/ \ \/ \/ \/
| \_\ \ ___/| | \/ |_| | | \ <br></pre>
|___ /\___ >__| |____/__|___| / <pre class="tblW">
\/ \/ \/ __. , ._
(__ _.. . _.-+- _. _ ._ |,
</small></pre> .__)(_](_|(_] | (_.(_)[ )|
<pre class="dskW"> .__ | .
____ _ ____ __ [__) _ ._.|*._
/ ___| __ _ _ _ __ _| |_ / ___|___ _ __ / _| [__)(/,[ ||[ )
\___ \ / _` | | | |/ _` | __| | / _ \| '_ \| |_ <br></pre>
___) | (_| | |_| | (_| | |_| |__| (_) | | | | _| </div>
|____/ \__, |\__,_|\__,_|\__|\____\___/|_| |_|_| {{!--<div class="page-header">
|_| {{md "src/header.md"}}
</div>--}}
___. .__ .__ <div>
\_ |__ ___________| | |__| ____ {{md "src/index.md"}}
| __ \_/ __ \_ __ \ | | |/ \ </div>
| \_\ \ ___/| | \/ |_| | | \ </div>
|___ /\___ >__| |____/__|___| / </div>
\/ \/ \/ </div>
<br></pre> <br><br><br>
<pre class="tblW"> <div class="parisCont">
__. , ._ <div class="container">
(__ _.. . _.-+- _. _ ._ |, <div class="row">
.__)(_](_|(_] | (_.(_)[ )| <div class="span3"></div>
.__ | . <div class="span9">
[__) _ ._.|*._ <div id="logo-wrapper">
[__)(/,[ ||[ ) <div id="logoCont">
<br></pre> <img src="assets/img/squatconf_baguette.svg" alt="" class="belinLogo"/>
</div> <img src="assets/img/squatconf2016Berliner.svg" alt="" class="belinLogo"/>
<div class="page-header"> </div>
{{md "src/header.md"}} </div>
</div> </div>
<div> </div>
{{md "src/index.md"}} </div>
</div> </div>
</div> </body>
</div> </html>
</div> <!-- useless comment to check if it is rebuilt corrrectly -->
<div class="parisCont">
<div class="container">
<div class="row">
<div class="span3"></div>
<div class="span9">
<div id="logo-wrapper">
<div id="logoCont">
<img src="assets/img/squatconf2016Berliner.svg" alt="" class="belinLogo"/>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- useless comment to check if it is rebuilt corrrectly -->

@ -1,50 +1,21 @@
## What is SquatConf? It started in Paris Nov 2014 ... ## What is SquatConf? It started in Paris Nov 2014 ...
Squatconf happened in November 2014 in Paris in a squat, hence the name. Squatconf happened in November 2014 in "Le Hangard" a squat in Paris, hence the name.
It wasn't your typical IT conference because it was mostly Just-in-Time-organized We had a second one happening in Berlin in April 2016 at [Spektrum][1].
by all the people who attend. There were no advertisements from Silicon
Valley companies (or any others) and several people felt free to give somewhat They were not your typical IT conferences because it was mostly Just-in-Time-organized
radical talks on technologies and society, even openly associate with by all the people who attend. There were no advertisements from Silicon
anarchism. There also were a fair share of advanced tech talks on web Valley companies (or any others) and several people felt free to give somewhat
Crypto, decentralized tech demos, internet of things, automatic garden radical talks on technologies and society, even openly associate with
planting systems and what not. And we had many personal conversations anarchism. There also were a fair share of advanced tech talks on web
among each other which continue to this day. Crypto, decentralized tech demos, internet of things, automatic garden
planting systems and what not. And we had many personal conversations
## ... and now we go to Berlin end april 2016! among each other which continue to this day.
We want to make another Squatconf happening happen around ## ... Squatconf never stop
end April 2016 in Berlin. Timing wise it's next to "re:publica" so that
researchers and others who are going to this business conference can also We want to make another Squatconf happening, but nothing is clear yet about dates.
drop by at squatconf to participate in a more independent event.
Berlin has gotten quite trendy, more expensive and squatting Until then every place where we meet is squatconf, come talk on irc
is much less happening than it used to. But there still is lots of life
and lazyness which hasn't been fully occupied by world-wide-capitalism [1]:http://spektrumberlin.de/
yet.
## Money and time
Whatever we need money wise we'll pay for it by asking
for donations by all who come. We'd like to keep it a somewhat small
no-entrance-fee conference, collectively organized by those who attend,
with a personal atmosphere. Besides listening to good talks you can
also have interesting conversations while preparing food for all in the
kitchen. We'd like nobody to get overly stressed which can happen all
too easily if single individuals feel responsible for collective
outcomes. The most important commitment when coming to Squatconf is our
time and dedication to create a space where things happen and people
feel free to talk. Btw, any kind of racist or sexist behaviour
will receive fierce opposition.
## I want to help / I need help
If you can help with organizing stuff in Berlin please come a few days earlier
as some of us do. Drop by at #squatconf on freenode and/or subscribe to the
[mailing list](https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/squatconf).
If you need travel funding or a place to sleep please ask on the channel.
If you bring a sleeping bag something should be possible but it's good
if you tell before so that we have an idea on how many people need accomodation.
## I want to give a talk!
Please see [our talks repository](https://git.cryto.net/Squatconf/Talks) to propose a talk.

Loading…
Cancel
Save