This release adds support for multisites in drupal and modifies the way in which site identification parameters is processed.
There are four ways to specify the site identification properties of the target site: as individual parameters in the command line, as classes defined in the sifnet_config file and named in the command line, as siteParams in the sib uri, as elements in the sifSiteParams.xml file.
Those parameteters may be set interactively or taken as passed when the script is run in force mode. This release sets the preference order to consider the uri site parameters before those in the sifSiteparams file . Thus, it is possible to create a site in any host just passing the uri to sifbuilder (php sifcmd.php http://url or php sifcmd.php file://path_to_file).
This release implements the default behaviour of drupal modules for drupal sites to supports the installation of drupal modules directly from the official drupal module library without the need to have the package or the installation package locally available. Thus, it is possible to include reference to new standard-behaved drupal modules in the installation beans (sibs) without having to update the sifbuilder or creating corresponding installation packages (sips). The sif_sif bean for drupal shows the installation of the project module in this way.

