blog.notmyidea.org/pages/projects.html

163 lines
No EOL
7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>projects</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 -->
<section id="content" class="body">
<h1 class="entry-title">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>
</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>