mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
61 lines
No EOL
3.1 KiB
HTML
61 lines
No EOL
3.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href=".././theme/css/main.css" type="text/css" media="screen" charset="utf-8">
|
|
<link href=".././feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log ATOM Feed" />
|
|
<title>Alexis Métaireau</title>
|
|
</head>
|
|
<body>
|
|
<div id="top">
|
|
<p class="author"><a href=".././about.html">Alexis Métaireau</a>'s thoughs</p>
|
|
<ul class="links"></ul>
|
|
</div>
|
|
<div class="content clear">
|
|
<h1>projects</h1>
|
|
<p>On my spare time, I contribute to open source projets, and hack a bit python,
|
|
django and php.</p>
|
|
<p>You can find all the projects I am involoved (sic!) with
|
|
<a class="reference external" href="http://github.com/ametaireau">on my github page</a></p>
|
|
<div class="section" id="python">
|
|
<h2>Python</h2>
|
|
<p>Since I've discovered python in the late 2009, I really like the simplicity it
|
|
brings to the development. Here are some of the projects I've done using it:</p>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="http://alexis.notmyidea.org/pelican">pelican</a>, A simple static blog
|
|
generator, which is used to see this page.</li>
|
|
<li><a class="reference external" href="http://github.com/ametaireau/gnome-background-generator">gnome-background-generator</a> A set of tools to
|
|
dynamically switch your background wallpaper on GNOME.</li>
|
|
<li>I've done a Google Summer of Code on <a class="reference external" href="http://distutils2.notmyidea.org">distutils2</a>,
|
|
the packaging tool for python, and try to use some of my spare time to contribute.
|
|
Packaging is a really useful thing, and distutils2 tries to make it simpler
|
|
and to build a framework every python packaging tool can use.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="django">
|
|
<h2>Django</h2>
|
|
<p>Django is a web framework written in python. I've been working on it while in
|
|
internship at <a class="reference external" href="http://makina-corpus.com">makina corpus</a>. And also tries to
|
|
use them for my web related projects.</p>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="http://www.bisonvert.net">bison vert</a>, a carpooling system.</li>
|
|
<li><a class="reference external" href="http://dropit.notmyidea.org">dropit</a>, a note management project, using the
|
|
power if CouchDB.</li>
|
|
<li><a class="reference external" href="http://bitbucket.org/bisonvert/django-oauthclient">django-oauth-client</a> ,
|
|
a django application to simplify the tree-legged-authentication process.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="php">
|
|
<h2>PHP</h2>
|
|
<p>I've started programming with PHP, it was my third first language
|
|
(the first two ones being pascal and visual basic).</p>
|
|
<p>I've written a <a class="reference external" href="http://bitbucket.org/ametaireau/spiral-di">dependency injection container</a> and
|
|
<a class="reference external" href="http://www.spiral-project.org">spiral</a>, a web framework in PHP 5.3, with
|
|
a friend.</p>
|
|
<p>I've also contributed (a bit) to <a class="reference external" href="http://www.jelix.org">jelix</a>, another PHP
|
|
framework.</p>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |