Colophon
This website is powered by the Drupal Content Management System (CMS). This CMS is licensed under the terms of the GNU General Public License (GPL).
Theme
The website theme was originally based on a fork of chameleon, provided with Drupal. Due to some limitations inherent to the theme engine used by this theme, I re-wrote it from scratch using another theme engine. At this occasion, the theme license changed from GPL to BSD-like.
The theme is managed in a Subversion repository and can be checked out using the following command:
svn checkout http://marvin.blogreen.org/svn/romain.blogreen.org/trunk romain
For those who are not familiar with VCS, tarballs are also available:
Fonts
This website tries to rely on fonts released under a free license. When these fonts are available on your system, what you see is:
- Bitstream charter for the text, with a fallback on Dejavu serif if the former is not available;
- Inconsolata for fixed size caracters.
If these fonts are not available, your default browser's fonts will be used instead.
Header background
The background image of the header changes from time to time. They are generally created using Gimp and random photos from my collection.
- July 2007 [image]
- A wall taken in Poznań, Poland. I have no idea of what these signs represent.
- August 2007 [image]
- Macro shot of a go game (my fist time ever playing this game, I was black, I lost... You know all
) - September 2007 [image]
- Macro shot of my CPU cooling system.
- November 2007 [image]
- Lyon's tramway, France
- December 2007 [image]
- Île de Porqueroles, France
Cool numbers
From time to time, I use cute numbers like this one:
. They directly come from the FreeBSD handbook.
Custom stylesheet
In order to make it easier for advanced users to tweak this website appearance using custom-stylesheet, the id of each page body element has been set to css-blogreen. You can then use the following syntax to avoid side effects on other websites:
#css-blogreen a {
text-decoration: none;
}