summaryrefslogtreecommitdiff
path: root/talks/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--talks/index.html86
1 files changed, 37 insertions, 49 deletions
diff --git a/talks/index.html b/talks/index.html
index 0430263..aa8aa90 100644
--- a/talks/index.html
+++ b/talks/index.html
@@ -3,56 +3,44 @@ layout: default
---
<h2>Previous and Upcoming Talks</h2>
-<h3>2010</h3>
-
-<article itemscope itemtype="http://data-vocabulary.org/Event">
- <em itemprop="summary">June 2010, FPW 2010 &#8212; Github Explorer</em>
- <p itemprop="description">
- <small>Presentation de github-explorer</small>
- <br />
- <a href="http://www.slideshare.net/franckcuny/github-explorer">Slides</a> - <a href="http://franck.lumberjaph.net/slides/github-explorer.pdf">PDF</a>
- </p>
-</article>
-
-<article itemscope itemtype="http://data-vocabulary.org/Event">
- <em itemprop="summary">June 2010, FPW 2010 &#8212; Introduction à Plack</em>
- <p itemprop="description">
- <small>Introductoin à Plack: PSGI, les Handlers, les Middlewares, ...</small>
- <br />
- <a href="http://www.slideshare.net/franckcuny/introduction-a-plack">Slides</a> - <a href="http://franck.lumberjaph.net/slides/introduction_a_plack.pdf">PDF</a>
-</article>
-
-<h3>2009</h3>
-
-<article itemscope itemtype="http://data-vocabulary.org/Event">
- <em itemprop="summary">October 2009, OSDC.fr &#8212; Introduction à Moose</em>
- <p itemprop="description">
- <small>Introduction à Moose: survol rapide des roles, du MOP, ...</small>
- <br />
- <a href="http://www.slideshare.net/franckcuny/introduction-a-moose">Slides</a> - <a href="http://labs.linkfluence.net/osdcfr09/Introduction_a_Moose.pdf">PDF</a>
- </p>
-</article>
-
-<article itemscope itemtype="http://data-vocabulary.org/Event">
- <em itemprop="summary">August 2009, YAPC::EU 2009 &#8212; CPAN Explorer</em>
- <p itemprop="description">
- <small>A talk about the shape of the CPAN, and a map of his community. </small>
- <br />
- <a href="http://www.slideshare.net/franckcuny/map-of-the-perl-and-cpan-community">Slides</a> - <a href="http://labs.linkfluence.net/yapceu09/talk.pdf">PDF</a>
- </p>
-</article>
-
-<article itemscope itemtype="http://data-vocabulary.org/Event">
- <em itemprop="summary">June 2009, FPW 2009 &#8212; CPAN Explorer</em>
- <p itemprop="description">
- <small>Présentation réalisée au FPW09, sur la communauté des developpeurs Perl via le CPAN et le web.</small>
- <br />
- <a href="http://www.slideshare.net/franckcuny/cartographie-du-cpan-et-de-sa-communaut">Slides</a> - <a href="http://labs.linkfluence.net/fpw09/resources/slides/">PDF</a>
- </p>
-</article>
+<ul>
+ <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
+ <em itemprop="summary">June 2010, FPW 2010 &#8212; Github Explorer</em>
+ <p itemprop="description" class="talkdesc">
+ Présentation de github-explorer (<a href="http://www.slideshare.net/franckcuny/github-explorer">Slides</a>, <a href="http://franck.lumberjaph.net/slides/github-explorer.pdf">PDF</a>)
+ </p>
+ </article></li>
+
+ <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
+ <em itemprop="summary">June 2010, FPW 2010 &#8212; Introduction à Plack</em>
+ <p itemprop="description" class="talkdesc">
+ Introduction à Plack: PSGI, les Handlers, les Middlewares, ... (<a href="http://www.slideshare.net/franckcuny/introduction-a-plack">Slides</a>, <a href="http://franck.lumberjaph.net/slides/introduction_a_plack.pdf">PDF</a>)
+ </article></li>
+
+ <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
+ <em itemprop="summary">October 2009, OSDC.fr &#8212; Introduction à Moose</em>
+ <p itemprop="description" class="talkdesc">
+ Introduction à Moose: survol rapide des roles, du MOP, ... (<a href="http://www.slideshare.net/franckcuny/introduction-a-moose">Slides</a>, <a href="http://labs.linkfluence.net/osdcfr09/Introduction_a_Moose.pdf">PDF</a>)
+ </p>
+ </article></li>
+
+ <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
+ <em itemprop="summary">August 2009, YAPC::EU 2009 &#8212; CPAN Explorer</em>
+ <p itemprop="description" class="talkdesc">
+ A talk about the shape of the CPAN, and a map of his community. (<a href="http://www.slideshare.net/franckcuny/map-of-the-perl-and-cpan-community">Slides</a>, <a href="http://labs.linkfluence.net/yapceu09/talk.pdf">PDF</a>)
+ </p>
+ </article></li>
+
+ <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
+ <em itemprop="summary">June 2009, FPW 2009 &#8212; CPAN Explorer</em>
+ <p itemprop="description">
+ Présentation réalisée au FPW09, sur la communauté des developpeurs Perl via le CPAN et le web. (<a href="http://www.slideshare.net/franckcuny/cartographie-du-cpan-et-de-sa-communaut">Slides</a>, <a href="http://labs.linkfluence.net/fpw09/resources/slides/">PDF</a>)
+ </p>
+ </article></li>
+</ul>
-<h3>Articles</h3>
-<ul>
+<h2>Articles</h2>
+<ul>
<li>
<em>Catalyst Advent Calendar</em> &#8212; <a href="http://www.catalystframework.org/calendar/2009/19">Writing REST services with Catalyst</a>
</li>