diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:34:37 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:34:37 -0700 |
| commit | 8069dc98ed72dd0f2a8552ed761369b834d078bb (patch) | |
| tree | 6c4fc8eb34e9231089c133fcec8c647f43656b7e | |
| parent | use index.atom for our feed. (diff) | |
| download | lumberjaph-8069dc98ed72dd0f2a8552ed761369b834d078bb.tar.gz | |
Remove more files.
| -rw-r--r-- | _includes/navigation.html | 6 | ||||
| -rw-r--r-- | index.rss | 36 | ||||
| -rw-r--r-- | talks/index.html | 77 |
3 files changed, 3 insertions, 116 deletions
diff --git a/_includes/navigation.html b/_includes/navigation.html index 57077fb..8ed6a73 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,5 +1,5 @@ <div class="navigation-wrapper"> - <nav role="navigation" id="site-nav" class="animated fadeInDown" itemscope itemtype="http://schema.org/SiteNavigationElement"> + <nav role="navigation" id="site-nav" class="" itemscope itemtype="http://schema.org/SiteNavigationElement"> <ul> {% for link in site.links %} <li><a href="{% if link.external %}{{ link.url }}{% else %}{{ site.url }}{{ link.url }}{% endif %}" {% if link.external %}target="_blank"{% endif %}>{{ link.title }}</a></li> @@ -12,7 +12,7 @@ <header class="masthead"> <div class="wrap"> <!-- <a href="{{ site.url }}" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" class="animated fadeInUp"></a> --> - <h1 class="site-title animated fadeIn"><a href="{{ site.url }}">{{ site.title }}</a></h1> - <h2 class="site-description animated fadeIn">{{ site.description }}</h2> + <h1 class="site-title"><a href="{{ site.url }}">{{ site.title }}</a></h1> + <h2 class="site-description">{{ site.description }}</h2> </div> </header><!-- /.masthead --> diff --git a/index.rss b/index.rss deleted file mode 100644 index eae96e3..0000000 --- a/index.rss +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: none ---- -<?xml version="1.0" encoding="utf-8"?> -<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> -<title type="text">{{ site.title }}</title> -<generator uri="https://github.com/mojombo/jekyll">Jekyll</generator> -<link rel="self" type="application/atom+xml" href="{{ site.url }}/feed.xml" /> -<link rel="alternate" type="text/html" href="{{ site.url }}" /> -<updated>{{ site.time | date_to_xmlschema }}</updated> -<id>{{ site.url }}/</id> -<author> - <name>{{ site.owner.name }}</name> - <uri>{{ site.url }}/</uri> - <email>{{ site.owner.email }}</email> -</author> -{% for post in site.posts limit:20 %} - -<entry> - <title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title> - <link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" /> - <id>{{ site.url }}{{ post.id }}</id> - {% if post.modified %}<updated>{{ post.modified | to_xmlschema }}T00:00:00-00:00</updated> - <published>{{ post.date | date_to_xmlschema }}</published> - {% else %}<published>{{ post.date | date_to_xmlschema }}</published> - <updated>{{ post.date | date_to_xmlschema }}</updated>{% endif %} - <author> - <name>{{ site.owner.name }}</name> - <uri>{{ site.url }}</uri> - <email>{{ site.owner.email }}</email> - </author> - <content type="html">{{ post.content | xml_escape }} - <p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p></content> -</entry> -{% endfor %} -</feed>
\ No newline at end of file diff --git a/talks/index.html b/talks/index.html deleted file mode 100644 index e60ce32..0000000 --- a/talks/index.html +++ /dev/null @@ -1,77 +0,0 @@ ---- -layout: default ---- -<div id="page"> -<h2>Previous and Upcoming Talks</h2> - -<ul> - <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> - <em itemprop="summary">June 2011, FPW 2011 — Developers, developers, developers, developers</em> - <p itemprop="description" class="talkdesc"> - A presentation of <a href="http://www.stargit.net">StarGit</a> with <a href="https://twitter.com/jacomyal">Alexis Jacomy</a>. (<a href="http://dl.dropbox.com/u/970181/talks/developers/index.html">Slides</a>) - </p> - </article></li> - <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> - <em itemprop="summary">February 2011, FOSDEM 2011 — SPORE</em> - <p itemprop="description" class="talkdesc"> - A talk about SPORE: Specification to a POrtable Rest - Environment. I present the framework and the Perl - implementation. (<a href="http://www.slideshare.net/franckcuny/sporefosdem">Slides</a>, - <a href="http://franck.lumberjaph.net/blog/slides/SPORE.pdf">PDF</a>) - </p> - </article></li> - <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> - <em itemprop="summary">Octobre 2010, OSDC.fr 2010 — SPORE</em> - <p itemprop="description" class="talkdesc"> - A talk about SPORE: Specification to a POrtable Rest Environment. I present the framework and the Perl implementation. (<a href="http://www.slideshare.net/franckcuny/spore">Slides</a>) - </p> - </article></li> - <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> - <em itemprop="summary">Octobre 2010, OSDC.fr 2010 — Plack</em> - <p itemprop="description" class="talkdesc"> - Introduction à Plack: présentation de la spécification PSGI, des Handles, des Middlewares. Il s'agit de la même présentation réalisée au FPW 2010, avec une mise à jour des slides. (<a href="http://www.slideshare.net/franckcuny/plack-et-les-middleware">Slides</a>). - </p> - </article></li> - <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> - <em itemprop="summary">June 2010, FPW 2010 — 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/blog/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 — 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/blog/slides/introduction_a_plack.pdf">PDF</a>) - </p> - </article></li> - - <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> - <em itemprop="summary">October 2009, OSDC.fr — 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 — 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 — 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> - -<h2>Articles</h2> -<ul> - <li> - <em>Catalyst Advent Calendar</em> — <a href="http://www.catalystframework.org/calendar/2009/19">Writing REST services with Catalyst</a> - </li> -</ul> -</div> |
