forked from Squatconf/Website
Compare commits
16 Commits
Author | SHA1 | Date |
---|---|---|
gorhgorh | cf36283b5e | 8 years ago |
gorhgorh | a52e268d6f | 8 years ago |
realitygaps | f99e18bb9d | 9 years ago |
realitygaps | c89abcaa92 | 9 years ago |
gorhgorh | 29bf42ce2a | 9 years ago |
gorhgorh | 999f33a7b9 | 9 years ago |
gorhgorh | c04014a0b2 | 9 years ago |
gorhgorh | 8ff484898a | 9 years ago |
gorhgorh | 735abed53a | 9 years ago |
gorhgorh | 6853a8980b | 9 years ago |
gorhgorh | 36b48af3ac | 9 years ago |
gorhgorh | ba64e606c3 | 9 years ago |
gorhgorh | 6e0368e3d0 | 9 years ago |
Lars-Magnus Skog | 2d2fc4f0cb | 9 years ago |
gorhgorh | 496c1e6161 | 9 years ago |
gorhgorh | 7bab999c2b | 9 years ago |
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var ecstatic = require('ecstatic')
|
||||
, port = 8000
|
||||
, app = require('http').createServer(
|
||||
ecstatic({ root: __dirname + '/public' })
|
||||
).listen(port, function () {
|
||||
console.log('Listening on http://localhost:' + port)
|
||||
})
|
||||
;
|
||||
|
||||
process.on('uncaughtException', function (err) {
|
||||
console.error('Error at:', new Date)
|
||||
console.error(err.stack)
|
||||
})
|
@ -1 +1,32 @@
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue