Geospatial Apache Solr searching in Drupal 7 using the Search API module (Ubuntu version, part 2)
Initial package installation
In this article I'll explain how I recently setup a web server to host both 1. Ruby on Rails via Phusion Passenger (mod_rails), and 2. PHP via Apache (mod_php). Nginx will sit in front and proxy requests (by hostname) to Apache, or serve them directly via Phusion. Here's a rough diagram:

I started with a fresh (minimal) installation of Ubuntu 10.04 LTS. Here we go..

# update installed packagesIn this tutorial, I'll share my notes and code I've used to setup geospatial Apache Solr searching in Drupal 7 using the Search API module. For this tutorial I created a minimal Ubuntu server virtual machine. All the commands should be executed as a user with permission to modify files, or prefixed with "sudo".
The first thing I do with a fresh virtual machine is check for package upgrades.
$ apt-get update
$ apt-get upgrade
At Realityloop we've found Ægir to be a major time saver and great tool for deplying Drupal websites, so several months ago we started on the path to get Aegir running locally on our Mac's for development purposes, with one caveat.. using NGINX instead of Apache!
Traduction de la page
http://drupal.org/node/1030144
publiée / actualisée sur drupal.org le 24 Janvier 2011
Voici une façon rapide pour arrondir les angles de vos DIV dans Drupal 7.
Traduction de la page
http://drupal.org/node/988694
publiée / actualisée sur drupal.org le 1 Mars 2011
Créez une fonction override dans votre fichier template.php :
<?php
function themename_links__system_MENUNAME_menu($variables) {}
?>Un paramètre $variables est passé et il contient un index nommé links. Chaque lien contient, entre autres, un href et un title.
Traduction de la page
http://drupal.org/node/988842
publiée / actualisée sur drupal.org le 1 Mars 2011
La nouvelle fonction theme_links($variables) de Drupal 7 ne reçoit qu'un tableau associatif pour toute la structure du lien. Comme vous pouvez le lire dans la documentation, vos liens doivent être passés en tant que tableaux associatifs via un argument links, mais ne décrit pas où et comment vous trouver cette variable.
A preview of what's covered in a 4-hour video series about Features and Drush available at http://Drupalize.me