Allows (fieldable) entities to be translated into different languages, by introducing entity/field translation for the new translatable fields capability in Drupal 7. Maintained by the Drupal core i18n team.
This project does not replace the Internationalization project, which focuses on enabling a full multilingual workflow for site admins/builders. Some features, e.g. content language negotiation or taxonomy translation, might overlap but most of them are unrelated.
Integration
Title module allows to replace entity labels with fields to make them translatable.
Dependencies
Entity Translation requires core version at least 7.15.
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!