Project d.o page: https://drupal.org/sandbox/clrh/1866840
Website: http://wheke.org
Branch: 7.x-2.x on http://git.drupal.org/sandbox/clrh/1866840.git
What is it : A drupal installation profile and distribution for libraries
Where is it and how I build it:
$ git clone --branch 7.x-2.x http://git.drupal.org/sandbox/clrh/1866840.git wheke
$ drush make wheke/build-wheke.make $DIR_INSTALL --working-copy
$ cd $DIR_INSTALL
$ drush si -y wheke --account-name=$ACCOUNT_NAME --account-pass=$ACCOUNT_PASS --db-url='mysql://'$MYSQL_USER':'$MYSQL_PASS'@'$MYSQL_SERVER'/'$MYSQL_DB --locale=fr
First, we provided our first module called opac. The opac module enables libraries to integrate their catalog into Drupal allowing importing records, make advanced searches with faceted results, circulation task etc ... This module is intended to work with any ILS by using connectors (koha_connector is the first to be alive). Everyone can make its own by creating a php file. We are working too with pazpar2 for federated search with mkdru and plan to develop an ERM soon.
We needed a Drupal distribution with modules preconfigured for helping libraries to build their website. It is the aim of this project. We are building a website dedicated: http://wheke.org
Fixed
distribution/profile
The change/bugfix cannot be fully demonstrated by automated testing, and thus requires manual testing in a variety of environments.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.