summaryrefslogtreecommitdiffstats
path: root/_build/data/talks.toml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-28 15:36:42 +0200
committerLoïc Hoguin <[email protected]>2016-03-28 15:36:42 +0200
commitfe3492a98de29942477b061cd02c92246f4bf85a (patch)
tree2255b796a657e6e4dfb72beec1141258d17f1220 /_build/data/talks.toml
downloadninenines.eu-fe3492a98de29942477b061cd02c92246f4bf85a.tar.gz
ninenines.eu-fe3492a98de29942477b061cd02c92246f4bf85a.tar.bz2
ninenines.eu-fe3492a98de29942477b061cd02c92246f4bf85a.zip
Initial commit, new website system
Diffstat (limited to '_build/data/talks.toml')
-rw-r--r--_build/data/talks.toml86
1 files changed, 86 insertions, 0 deletions
diff --git a/_build/data/talks.toml b/_build/data/talks.toml
new file mode 100644
index 00000000..f0eca7b7
--- /dev/null
+++ b/_build/data/talks.toml
@@ -0,0 +1,86 @@
+# [[future]]
+# name = ""
+# title = ""
+# link = ""
+# date = 2016-01-01
+# location = ""
+
+[[past]]
+name = "Erlang User Conference 2015"
+title = "Cowboy 2.0"
+link = "/talks/cowboy-2/"
+
+[[past]]
+name = "Erlang User Conference 2014"
+title = "The last REST client you will ever need"
+link = "/talks/bed/bed.html"
+
+[[past]]
+name = "Erlang Factory SF Bay Area 2014"
+title = "D3.js + Websocket for live Web applications"
+link = "/talks/cowboy-d3/cowboy-d3.html"
+
+[[past]]
+name = "Erlang/OTP トレーニング 2013.10"
+title = "Thinking in Erlang"
+link = "/talks/thinking-in-erlang/thinking-in-erlang.html"
+
+[[past]]
+name = "Erlang User Conference 2013"
+title = "Beyond OTP"
+link = "/talks/beyond-otp/beyond-otp.html"
+
+[[past]]
+name = "Erlang Factory SF Bay Area 2013"
+title = "The new Cowboy"
+link = "/talks/cowboy-0.8/cowboy-0.8.html"
+
+[[past]]
+name = "Munich Erlang Factory Lite 2013"
+title = "Build custom protocols with Ranch and msgpack"
+link = "/talks/ranch-msgpack/ranch-msgpack.html"
+
+[[past]]
+name = "ErlangDC 2013"
+title = "Cowboy and Websocket"
+link = "/talks/cowboy-websocket/cowboy-websocket.html"
+
+[[past]]
+name = "Erlang Factory Lite Paris 2012"
+title = "Un webchat avec Cowboy en 45 minutes"
+link = "http://www.erlang-factory.com/conference/Paris2012/speakers/LoicHoguin"
+
+[[past]]
+name = "Erlang Factory Lite London 2012"
+title = "Build an FTP server in 30 minutes with Ranch"
+link = "/articles/ranch-ftp"
+
+[[past]]
+name = "Erlang Study Meeting Tokyo 2012.09"
+title = "The future of the web with Cowboy and Ranch"
+link = "/talks/erlang-tokyo-2012-09/erlang-tokyo-2012-09.html"
+
+[[past]]
+name = "OSCON 2012"
+title = "Efficient Web Applications with Erlang and Cowboy"
+link = "/talks/oscon2012/oscon2012.html"
+
+[[past]]
+name = "Erlang User Conference 2012"
+title = "Reverse-engineering a proprietary game server with Erlang"
+link = "/talks/reverse-engineering/reverse-engineering.html"
+
+[[past]]
+name = "Erlang Factory SF Bay Area 2012"
+title = "Leverage the World Wide West with Farwest"
+link = "/talks/farwest/farwest.html"
+
+[[past]]
+name = "Erlang User Conference 2011"
+title = "A Cowboy quest for a modern web (PDF)"
+link = "/talks/PDF/cowboy.pdf"
+
+[[past]]
+name = "Erlang Factory Lite Paris 2011"
+title = "Validation using Erlang's type system with Sheriff (PDF)"
+link = "/talks/PDF/sheriff.pdf"