Entrainment theme is an expanding-multicolumn-fixed grid layout. It started as a simple proof of concept as a way to distribute blocks across the page in a strict grid and is expanding to become a complete theme. Entrainment theme is most suited for video, music, and photography sites but can be adapted to work with any drupal site.
Exposes Drupal resources (e.g. entities) as RESTful web services.
The module makes use of the Entity API and the information about entity properties (provided via hook_entity_property_info()) to provide resource representations for all entity types (nodes, comments, users, taxonomy terms, ..). It aims to be fully compliant to the REST principles.
Developers can also implement custom resources that can be exposed via the same interface (example in restws.api.php). See the README.txt for further design goals and checkout the documentation page.
#D8CX: I pledge that RESTWS will be obsolete on the day that Drupal 8 is released, because we have REST module in D8 core now!