FuelDeLuxe has to be considered as another blank canvas for theme developers. This is the theme I currently use for all my professional projects : simple to adapt from .PSDs, SEO friendly, theme settings features, lots of body/node classes & cool stuff in template.php ...
In most cases this module is not needed. Since this module's inception embed has been introduced in views core. However there are a few things this module can still do that is yet in views core @see #2145745: Embed Views Display 7.x-2.0 status
This is a views display specifically for embed use. It automatically allows embedded views to use exposed filters and allows filters to be placed in a block or embedded separately from the view. And as always without extra "cruft".
960 Robots is a theme created by Lullabot for its Drupal theming videos. This theme, based on the 960 grid system, features two columns on the right side of the page, a two-column footer, and calendar-page dates for posts. The theme also uses Twitter's search API to display a random message based on a configurable search string as the site's slogan (PHP5 required).
The background of this theme
This theme was originally built for Drupal 6, to teach Drupal's theming concepts in Lullabot's Theming Basics and Advanced Theming videos.
Note: The 6.x-1.0 release is an old version that it matches up with the examples on the videos. If you're downloading this theme to reference while watching the video, get 6.x-1.0. Otherwise, get the latest 6.x-2.x or 7.x-1.x releases. The 7.x-1.0 release matches the theme in the Drupal 7 version of the videos.
Internationalization module allows to specify multilingual variables but often this is not enough for sites using Domain Access. Domain Internationalization module allows customizing variables based on domain and language. It depends on Domain Access and Locale modules and can be used combined with Domain Locale and Domain Conf as well as i18n.
Language negotiation
Domain Internationalization uses languages enabled for the default domain unless Domain Locale module is installed. With Domain Locale installed language selection is based on the language set available for a specific domain.
Using Domain Internationalization with Domain Conf
Domain Internationalization can be used in combination with Domain Conf, however if the variable defined using Domain Conf also exists in Domain Internationalization variables array in settings.php it will be overriden by Domain Internationalization module.