Update the projects page.

This commit is contained in:
Alexis Metaireau 2010-12-18 22:26:18 +00:00
parent 15778ad570
commit f30ef49b36

View file

@ -1,29 +1,35 @@
Projects projects
######## ########
On my spare time, I contribute to open source projets, and hack a bit python, On my spare time, I contribute to open source projets, and hack a bit python,
django and php. django and php.
You can find all the projects I am involoved with You can find all the projects I am involoved (sic!) with
`on my github page <http://github.com/ametaireau>`_ `on my github page <http://github.com/ametaireau>`_
Python Python
====== ======
Since I've discovered python in the late 2009, I'm a big fan of it. I use it for Since I've discovered python in the late 2009, I really like the simplicity it
quite all my applications, when it's adapted. brings to the development. Here are some of the projects I've done using it:
* `pelican <http://alexis.notmyidea.org/pelican>`_, A simple static blog * `pelican <http://alexis.notmyidea.org/pelican>`_, A simple static blog
generator. generator, which is used to see this page.
* `gnome-background-generator * `gnome-background-generator
<http://github.com/ametaireau/gnome-background-generator>`_ A set of tools to <http://github.com/ametaireau/gnome-background-generator>`_ A set of tools to
set your desktop dynamically on gnome. dynamically switch your background wallpaper on GNOME.
* I've done a Google Summer of Code on `distutils2 <http://distutils2.notmyidea.org>`_, * I've done a Google Summer of Code on `distutils2 <http://distutils2.notmyidea.org>`_,
the packaging tool for python, and try to use my spare time to contribute. 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.
Django Django
====== ======
Django is a web framework written in python. I've been working on it while in
internship at `makina corpus <http://makina-corpus.com>`_. And also tries to
use them for my web related projects.
* `bison vert <http://www.bisonvert.net>`_, a carpooling system. * `bison vert <http://www.bisonvert.net>`_, a carpooling system.
* `dropit <http://dropit.notmyidea.org>`_, a note management project, using the * `dropit <http://dropit.notmyidea.org>`_, a note management project, using the
power if CouchDB. power if CouchDB.
@ -33,10 +39,13 @@ Django
PHP PHP
=== ===
PHP is the third language I've used, the first two ones being pascal and visual I've started programming with PHP, it was my third first language
basic. I've done a `dependency injection container (the first two ones being pascal and visual basic).
I've written a `dependency injection container
<http://bitbucket.org/ametaireau/spiral-di>`_ and <http://bitbucket.org/ametaireau/spiral-di>`_ and
`spiral <http://www.spiral-project.org>`_, a web framework in PHP 5.3. `spiral <http://www.spiral-project.org>`_, a web framework in PHP 5.3, with
a friend.
I've also contributed (a bit) to `jelix <http://www.jelix.org>`_, another PHP I've also contributed (a bit) to `jelix <http://www.jelix.org>`_, another PHP
framework. framework.