mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
76 lines
No EOL
3.3 KiB
HTML
76 lines
No EOL
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>
|
|
Pelican, 9 months later - Alexis Métaireau </title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet"
|
|
href="https://blog.notmyidea.org/theme/css/main.css?v2"
|
|
type="text/css" />
|
|
<link href="https://blog.notmyidea.org/feeds/all.atom.xml"
|
|
type="application/atom+xml"
|
|
rel="alternate"
|
|
title="Alexis Métaireau ATOM Feed" />
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<section id="links">
|
|
<ul>
|
|
<li>
|
|
<a class="main" href="/">Alexis Métaireau</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/journal/index.html">Journal</a>
|
|
</li>
|
|
<li>
|
|
<a class="selected"
|
|
href="https://blog.notmyidea.org/code/">Code, etc.</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/weeknotes/">Notes hebdo</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/lectures/">Lectures</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/projets.html">Projets</a>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<header>
|
|
<h1 class="post-title">Pelican, 9 months later</h1>
|
|
<time datetime="2011-07-25T00:00:00+02:00">25 juillet 2011</time>
|
|
</header>
|
|
<article>
|
|
|
|
<p>Back in October, I released
|
|
<a href="http://docs.notmyidea.org/alexis/pelican">pelican</a>, a little piece of
|
|
code I wrote to power this weblog. I had simple needs: I wanted to be
|
|
able to use my text editor of choice (vim), a vcs (mercurial) and
|
|
restructured text. I started to write a really simple blog engine in
|
|
something like a hundred python lines and released it on github.</p>
|
|
<p>And people started contributing. I wasn’t at all expecting to see people
|
|
interested in such a little piece of code, but it turned out that they
|
|
were. I refactored the code to make it evolve a bit more by two times
|
|
and eventually, in 9 months, got 49 forks, 139 issues and 73 pull requests.</p>
|
|
<p><strong>Which is clearly awesome.</strong></p>
|
|
<p>I pulled features such as translations, tag clouds, integration with
|
|
different services such as twitter or piwik, import from dotclear and
|
|
rss, fixed a number of mistakes and improved a lot the codebase. This
|
|
was a proof that there is a bunch of people that are willing to make
|
|
better softwares just for the sake of fun.</p>
|
|
<p>Thank you, guys, you’re why I like open source so much.</p>
|
|
</article>
|
|
<footer>
|
|
<a id="feed" href="/feeds/all.atom.xml">
|
|
<img alt="RSS Logo" src="/theme/rss.svg" />
|
|
</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |