Update documentation

This commit is contained in:
Alexis Metaireau 2011-08-19 19:49:17 -01:00
parent 3416382f37
commit f1518f2fb9
9 changed files with 458 additions and 96 deletions

View file

@ -130,6 +130,9 @@
<dt>Tue 16 August 2011</dt> <dt>Tue 16 August 2011</dt>
<dd><a href='using-dbpedia-to-get-languages-influences.html'>Using dbpedia to get languages influences</a></dd> <dd><a href='using-dbpedia-to-get-languages-influences.html'>Using dbpedia to get languages influences</a></dd>
<dt>Fri 19 August 2011</dt>
<dd><a href='simple-test-page.html'>Simple test page</a></dd>
</dl> </dl>
</section> </section>

View file

@ -721,6 +721,41 @@ me ...</p>
<li><article class="hentry">
<header>
<h1><a href=".././simple-test-page.html" rel="bookmark" title="Permalink to Simple test page">Simple test page</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2011-08-19T00:00:00">
Fri 19 August 2011
</abbr>
<address class="vcard author">
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
</address>
<p>In <a href=".././category/python.html">python</a>. </p>
<p>tags: <a href=".././tag/bleh.html">bleh</a></p>
</footer><!-- /.post-info -->
<p>Simple test for ghp-import + post commit hook
Yeah ?</p>
<a class="readmore" href=".././simple-test-page.html">read more</a>
<p>There are <a href=".././simple-test-page.html#disqus_thread">comments</a>.</p>
</div><!-- /.entry-content -->
</article></li>
<li><article class="hentry"> <li><article class="hentry">
<header> <header>
<h1><a href=".././sprinting-on-distutils2-in-tours.html" rel="bookmark" title="Permalink to Sprinting on distutils2 in Tours">Sprinting on distutils2 in Tours</a></h1> <h1><a href=".././sprinting-on-distutils2-in-tours.html" rel="bookmark" title="Permalink to Sprinting on distutils2 in Tours">Sprinting on distutils2 in Tours</a></h1>

View file

@ -57,8 +57,48 @@
<aside id="featured" class="body"> <aside id="featured" class="body">
<article> <article>
<h1 class="entry-title"><a href=".././using-dbpedia-to-get-languages-influences.html">Using dbpedia to get languages influences</a></h1> <h1 class="entry-title"><a href=".././simple-test-page.html">Simple test page</a></h1>
<footer class="post-info"> <footer class="post-info">
<abbr class="published" title="2011-08-19T00:00:00">
Fri 19 August 2011
</abbr>
<address class="vcard author">
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
</address>
<p>In <a href=".././category/python.html">python</a>. </p>
<p>tags: <a href=".././tag/bleh.html">bleh</a></p>
</footer><!-- /.post-info --><p>Simple test for ghp-import + post commit hook
Yeah ?</p>
<p>There are <a href=".././simple-test-page.html#disqus_thread">comments</a>.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<hr />
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href=".././using-dbpedia-to-get-languages-influences.html" rel="bookmark" title="Permalink to Using dbpedia to get languages influences">Using dbpedia to get languages influences</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2011-08-16T00:00:00"> <abbr class="published" title="2011-08-16T00:00:00">
Tue 16 August 2011 Tue 16 August 2011
</abbr> </abbr>
@ -72,57 +112,25 @@
<p>tags: <a href=".././tag/dbpedia.html">dbpedia</a><a href=".././tag/sparql.html">sparql</a><a href=".././tag/python.html">python</a></p> <p>tags: <a href=".././tag/dbpedia.html">dbpedia</a><a href=".././tag/sparql.html">sparql</a><a href=".././tag/python.html">python</a></p>
</footer><!-- /.post-info --><p>While browsing the Python's wikipedia page, I found information about the languages </footer><!-- /.post-info -->
<p>While browsing the Python's wikipedia page, I found information about the languages
influenced by python, and the languages that influenced python itself.</p> influenced by python, and the languages that influenced python itself.</p>
<p>Well, that's kind of interesting to know which languages influenced others, <p>Well, that's kind of interesting to know which languages influenced others,
it could even be more interesting to have an overview of the connexion between it could even be more interesting to have an overview of the connexion between
them, keeping python as the main focus.</p> them ...</p>
<p>This information is available on the wikipedia page, but not in a really <a class="readmore" href=".././using-dbpedia-to-get-languages-influences.html">read more</a>
exploitable format. Hopefully, this information is provided into the <p>There are <a href=".././using-dbpedia-to-get-languages-influences.html#disqus_thread">comments</a>.</p>
information box present on the majority of wikipedia pages. And… guess what? </div><!-- /.entry-content -->
there is project with the goal to scrap and index all this information in </article></li>
a more queriable way, using the semantic web technologies.</p>
<p>Well, you may have guessed it, the project in question in dbpedia, and exposes
information in the form of RDF triples, which are way more easy to work with
than simple HTML.</p>
<p>For instance, let's take the page about python:
<a class="reference external" href="http://dbpedia.org/page/Python_%28programming_language%29">http://dbpedia.org/page/Python_%28programming_language%29</a></p>
<p>The interesting properties here are &quot;Influenced&quot; and &quot;InfluencedBy&quot;, which
allows us to get a list of languages. Unfortunately, they are not really using
all the power of the Semantic Web here, and the list is actually a string with
coma separated values in it.</p>
<p>Anyway, we can use a simple rule: All wikipedia pages of programming languages
are either named after the name of the language itself, or suffixed with &quot;(
programming language)&quot;, which is the case for python.</p>
<p>So I've built <a class="reference external" href="https://github.com/ametaireau/experiments/blob/master/influences/get_influences.py">a tiny script to extract the information from dbpedia</a> and transform them into a shiny graph using graphviz.</p>
<p>After a nice:</p>
<pre class="literal-block">
$ python get_influences.py python dot | dot -Tpng &gt; influences.png
</pre>
<p>The result is the following graph (<a class="reference external" href="http://files.lolnet.org/alexis/influences.png">see it directly here</a>)</p>
<img alt="http://files.lolnet.org/alexis/influences.png" src="http://files.lolnet.org/alexis/influences.png" style="width: 800px;" />
<p>While reading this diagram, keep in mind that it is a) not listing all the
languages and b) keeping a python perspective.</p>
<p>This means that you can trust the scheme by following the arrows from python to
something and from something to python, it is not trying to get the matching
between all the languages at the same time to keep stuff readable.</p>
<p>It would certainly be possible to have all the connections between all
languages (and the resulting script would be easier) to do so, but the resulting
graph would probably be way less readable.</p>
<p>You can find the script <a class="reference external" href="https://github.com/ametaireau/experiments">on my github account</a>. Feel free to adapt it for
whatever you want if you feel hackish.</p>
<p>There are <a href=".././using-dbpedia-to-get-languages-influences.html#disqus_thread">comments</a>.</p>
</article>
</aside><!-- /#featured -->
</ol><!-- /#posts-list -->
</section><!-- /#content -->
<section id="extras" class="body"> <section id="extras" class="body">

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Alexis' log</title><link href="http://blog.notmyidea.org" rel="alternate"></link><link href="http://blog.notmyidea.org/feeds/all-en.atom.xml" rel="self"></link><id>http://blog.notmyidea.org</id><updated>2011-08-16T00:00:00Z</updated><entry><title>Using dbpedia to get languages influences</title><link href="http://blog.notmyidea.org/using-dbpedia-to-get-languages-influences.html" rel="alternate"></link><updated>2011-08-16T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-16:/using-dbpedia-to-get-languages-influences.html/</id><summary type="html">&lt;p&gt;While browsing the Python's wikipedia page, I found information about the languages <feed xmlns="http://www.w3.org/2005/Atom"><title>Alexis' log</title><link href="http://blog.notmyidea.org" rel="alternate"></link><link href="http://blog.notmyidea.org/feeds/all-en.atom.xml" rel="self"></link><id>http://blog.notmyidea.org</id><updated>2011-08-19T00:00:00Z</updated><entry><title>Simple test page</title><link href="http://blog.notmyidea.org/simple-test-page.html" rel="alternate"></link><updated>2011-08-19T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-19:/simple-test-page.html/</id><summary type="html">&lt;p&gt;Simple test for ghp-import + post commit hook
Yeah ?&lt;/p&gt;
</summary><category term="bleh"></category></entry><entry><title>Using dbpedia to get languages influences</title><link href="http://blog.notmyidea.org/using-dbpedia-to-get-languages-influences.html" rel="alternate"></link><updated>2011-08-16T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-16:/using-dbpedia-to-get-languages-influences.html/</id><summary type="html">&lt;p&gt;While browsing the Python's wikipedia page, I found information about the languages
influenced by python, and the languages that influenced python itself.&lt;/p&gt; influenced by python, and the languages that influenced python itself.&lt;/p&gt;
&lt;p&gt;Well, that's kind of interesting to know which languages influenced others, &lt;p&gt;Well, that's kind of interesting to know which languages influenced others,
it could even be more interesting to have an overview of the connexion between it could even be more interesting to have an overview of the connexion between

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Alexis' log</title><link href="http://blog.notmyidea.org" rel="alternate"></link><link href="http://blog.notmyidea.org/feeds/all.atom.xml" rel="self"></link><id>http://blog.notmyidea.org</id><updated>2011-08-16T00:00:00Z</updated><entry><title>Using dbpedia to get languages influences</title><link href="http://blog.notmyidea.org/using-dbpedia-to-get-languages-influences.html" rel="alternate"></link><updated>2011-08-16T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-16:/using-dbpedia-to-get-languages-influences.html/</id><summary type="html">&lt;p&gt;While browsing the Python's wikipedia page, I found information about the languages <feed xmlns="http://www.w3.org/2005/Atom"><title>Alexis' log</title><link href="http://blog.notmyidea.org" rel="alternate"></link><link href="http://blog.notmyidea.org/feeds/all.atom.xml" rel="self"></link><id>http://blog.notmyidea.org</id><updated>2011-08-19T00:00:00Z</updated><entry><title>Simple test page</title><link href="http://blog.notmyidea.org/simple-test-page.html" rel="alternate"></link><updated>2011-08-19T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-19:/simple-test-page.html/</id><summary type="html">&lt;p&gt;Simple test for ghp-import + post commit hook
Yeah ?&lt;/p&gt;
</summary><category term="bleh"></category></entry><entry><title>Using dbpedia to get languages influences</title><link href="http://blog.notmyidea.org/using-dbpedia-to-get-languages-influences.html" rel="alternate"></link><updated>2011-08-16T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-16:/using-dbpedia-to-get-languages-influences.html/</id><summary type="html">&lt;p&gt;While browsing the Python's wikipedia page, I found information about the languages
influenced by python, and the languages that influenced python itself.&lt;/p&gt; influenced by python, and the languages that influenced python itself.&lt;/p&gt;
&lt;p&gt;Well, that's kind of interesting to know which languages influenced others, &lt;p&gt;Well, that's kind of interesting to know which languages influenced others,
it could even be more interesting to have an overview of the connexion between it could even be more interesting to have an overview of the connexion between

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Alexis' log</title><link href="http://blog.notmyidea.org" rel="alternate"></link><link href="http://blog.notmyidea.org/feeds/python.atom.xml" rel="self"></link><id>http://blog.notmyidea.org</id><updated>2011-08-16T00:00:00Z</updated><entry><title>Using dbpedia to get languages influences</title><link href="http://blog.notmyidea.org/using-dbpedia-to-get-languages-influences.html" rel="alternate"></link><updated>2011-08-16T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-16:/using-dbpedia-to-get-languages-influences.html/</id><summary type="html">&lt;p&gt;While browsing the Python's wikipedia page, I found information about the languages <feed xmlns="http://www.w3.org/2005/Atom"><title>Alexis' log</title><link href="http://blog.notmyidea.org" rel="alternate"></link><link href="http://blog.notmyidea.org/feeds/python.atom.xml" rel="self"></link><id>http://blog.notmyidea.org</id><updated>2011-08-19T00:00:00Z</updated><entry><title>Simple test page</title><link href="http://blog.notmyidea.org/simple-test-page.html" rel="alternate"></link><updated>2011-08-19T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-19:/simple-test-page.html/</id><summary type="html">&lt;p&gt;Simple test for ghp-import + post commit hook
Yeah ?&lt;/p&gt;
</summary><category term="bleh"></category></entry><entry><title>Using dbpedia to get languages influences</title><link href="http://blog.notmyidea.org/using-dbpedia-to-get-languages-influences.html" rel="alternate"></link><updated>2011-08-16T00:00:00Z</updated><author><name>Alexis Métaireau</name></author><id>tag:blog.notmyidea.org,2011-08-16:/using-dbpedia-to-get-languages-influences.html/</id><summary type="html">&lt;p&gt;While browsing the Python's wikipedia page, I found information about the languages
influenced by python, and the languages that influenced python itself.&lt;/p&gt; influenced by python, and the languages that influenced python itself.&lt;/p&gt;
&lt;p&gt;Well, that's kind of interesting to know which languages influenced others, &lt;p&gt;Well, that's kind of interesting to know which languages influenced others,
it could even be more interesting to have an overview of the connexion between it could even be more interesting to have an overview of the connexion between

View file

@ -57,8 +57,48 @@
<aside id="featured" class="body"> <aside id="featured" class="body">
<article> <article>
<h1 class="entry-title"><a href="./using-dbpedia-to-get-languages-influences.html">Using dbpedia to get languages influences</a></h1> <h1 class="entry-title"><a href="./simple-test-page.html">Simple test page</a></h1>
<footer class="post-info"> <footer class="post-info">
<abbr class="published" title="2011-08-19T00:00:00">
Fri 19 August 2011
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/Alexis Métaireau.html">Alexis Métaireau</a>
</address>
<p>In <a href="./category/python.html">python</a>. </p>
<p>tags: <a href="./tag/bleh.html">bleh</a></p>
</footer><!-- /.post-info --><p>Simple test for ghp-import + post commit hook
Yeah ?</p>
<p>There are <a href="./simple-test-page.html#disqus_thread">comments</a>.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<hr />
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h1><a href="./using-dbpedia-to-get-languages-influences.html" rel="bookmark" title="Permalink to Using dbpedia to get languages influences">Using dbpedia to get languages influences</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2011-08-16T00:00:00"> <abbr class="published" title="2011-08-16T00:00:00">
Tue 16 August 2011 Tue 16 August 2011
</abbr> </abbr>
@ -72,56 +112,16 @@
<p>tags: <a href="./tag/dbpedia.html">dbpedia</a><a href="./tag/sparql.html">sparql</a><a href="./tag/python.html">python</a></p> <p>tags: <a href="./tag/dbpedia.html">dbpedia</a><a href="./tag/sparql.html">sparql</a><a href="./tag/python.html">python</a></p>
</footer><!-- /.post-info --><p>While browsing the Python's wikipedia page, I found information about the languages </footer><!-- /.post-info -->
<p>While browsing the Python's wikipedia page, I found information about the languages
influenced by python, and the languages that influenced python itself.</p> influenced by python, and the languages that influenced python itself.</p>
<p>Well, that's kind of interesting to know which languages influenced others, <p>Well, that's kind of interesting to know which languages influenced others,
it could even be more interesting to have an overview of the connexion between it could even be more interesting to have an overview of the connexion between
them, keeping python as the main focus.</p> them ...</p>
<p>This information is available on the wikipedia page, but not in a really <a class="readmore" href="./using-dbpedia-to-get-languages-influences.html">read more</a>
exploitable format. Hopefully, this information is provided into the <p>There are <a href="./using-dbpedia-to-get-languages-influences.html#disqus_thread">comments</a>.</p>
information box present on the majority of wikipedia pages. And… guess what? </div><!-- /.entry-content -->
there is project with the goal to scrap and index all this information in </article></li>
a more queriable way, using the semantic web technologies.</p>
<p>Well, you may have guessed it, the project in question in dbpedia, and exposes
information in the form of RDF triples, which are way more easy to work with
than simple HTML.</p>
<p>For instance, let's take the page about python:
<a class="reference external" href="http://dbpedia.org/page/Python_%28programming_language%29">http://dbpedia.org/page/Python_%28programming_language%29</a></p>
<p>The interesting properties here are &quot;Influenced&quot; and &quot;InfluencedBy&quot;, which
allows us to get a list of languages. Unfortunately, they are not really using
all the power of the Semantic Web here, and the list is actually a string with
coma separated values in it.</p>
<p>Anyway, we can use a simple rule: All wikipedia pages of programming languages
are either named after the name of the language itself, or suffixed with &quot;(
programming language)&quot;, which is the case for python.</p>
<p>So I've built <a class="reference external" href="https://github.com/ametaireau/experiments/blob/master/influences/get_influences.py">a tiny script to extract the information from dbpedia</a> and transform them into a shiny graph using graphviz.</p>
<p>After a nice:</p>
<pre class="literal-block">
$ python get_influences.py python dot | dot -Tpng &gt; influences.png
</pre>
<p>The result is the following graph (<a class="reference external" href="http://files.lolnet.org/alexis/influences.png">see it directly here</a>)</p>
<img alt="http://files.lolnet.org/alexis/influences.png" src="http://files.lolnet.org/alexis/influences.png" style="width: 800px;" />
<p>While reading this diagram, keep in mind that it is a) not listing all the
languages and b) keeping a python perspective.</p>
<p>This means that you can trust the scheme by following the arrows from python to
something and from something to python, it is not trying to get the matching
between all the languages at the same time to keep stuff readable.</p>
<p>It would certainly be possible to have all the connections between all
languages (and the resulting script would be easier) to do so, but the resulting
graph would probably be way less readable.</p>
<p>You can find the script <a class="reference external" href="https://github.com/ametaireau/experiments">on my github account</a>. Feel free to adapt it for
whatever you want if you feel hackish.</p>
<p>There are <a href="./using-dbpedia-to-get-languages-influences.html#disqus_thread">comments</a>.</p>
</article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<hr />
<ol id="posts-list" class="hfeed">

157
simple-test-page.html Normal file
View file

@ -0,0 +1,157 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Simple test page</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<a href="http://github.com/ametaireau/">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href=".">Alexis' log </a></h1>
<nav><ul>
<li><a href="./pages/projects.html">projects</a></li>
<li ><a href="./category/asso.html">asso</a></li>
<li ><a href="./category/dev.html">dev</a></li>
<li class="active"><a href="./category/python.html">python</a></li>
<li ><a href="./category/system.html">system</a></li>
<li ><a href="./category/thoughts.html">thoughts</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href=""
rel="bookmark" title="Permalink to Simple test page">Simple test page</a></h1> </header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2011-08-19T00:00:00">
Fri 19 August 2011
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/Alexis Métaireau.html">Alexis Métaireau</a>
</address>
<p>In <a href="./category/python.html">python</a>. </p>
<p>tags: <a href="./tag/bleh.html">bleh</a></p>
</footer><!-- /.post-info -->
<p>Simple test for ghp-import + post commit hook
Yeah ?</p>
</div><!-- /.entry-content -->
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "simple-test-page.html";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://blog-notmyidea.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://biologeek.org">Biologeek</a></li>
<li><a href="http://filyb.info/">Filyb</a></li>
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="./feeds/all.atom.xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
<li><a href="http://github.com/ametaireau">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'blog-notmyidea';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

153
tag/bleh.html Normal file
View file

@ -0,0 +1,153 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alexis' log - bleh</title>
<meta charset="utf-8" />
<link rel="stylesheet" href=".././theme/css/main.css" type="text/css" />
<link href=".././feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href=".././css/ie.css"/>
<script src=".././js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href=".././css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<a href="http://github.com/ametaireau/">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href="../.">Alexis' log </a></h1>
<nav><ul>
<li><a href=".././pages/projects.html">projects</a></li>
<li ><a href=".././category/asso.html">asso</a></li>
<li ><a href=".././category/dev.html">dev</a></li>
<li ><a href=".././category/python.html">python</a></li>
<li ><a href=".././category/system.html">system</a></li>
<li ><a href=".././category/thoughts.html">thoughts</a></li>
</ul></nav>
</header><!-- /#banner -->
<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href=".././simple-test-page.html">Simple test page</a></h1>
<footer class="post-info">
<abbr class="published" title="2011-08-19T00:00:00">
Fri 19 August 2011
</abbr>
<address class="vcard author">
By <a class="url fn" href=".././author/Alexis Métaireau.html">Alexis Métaireau</a>
</address>
<p>In <a href=".././category/python.html">python</a>. </p>
<p>tags: <a href=".././tag/bleh.html">bleh</a></p>
</footer><!-- /.post-info --><p>Simple test for ghp-import + post commit hook
Yeah ?</p>
<p>There are <a href=".././simple-test-page.html#disqus_thread">comments</a>.</p>
</article>
</aside><!-- /#featured -->
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://biologeek.org">Biologeek</a></li>
<li><a href="http://filyb.info/">Filyb</a></li>
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href=".././feeds/all.atom.xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
<li><a href="http://github.com/ametaireau">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'blog-notmyidea';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>