Publish to Apple News

Component type

module

Maintenance status

Development status

Downloads

1597

Component created

Component changed

A bit about Apple's News Platform

News, Apple’s all new app available with iOS 9, delivers rich and immersive news, magazine, and web content to millions of users. With Apple News Format, publishers can create signature content for News with custom typography, rich photo galleries, video, and fun animations. Content is automatically optimized for both iPhone and iPad and publishers can earn revenue with iAd, Apple’s advertising platform.

Code Server

Component type

module

Maintenance status

Development status

Downloads

2870

Component created

Component changed

Allows limitless communication between Drupal sites.

Code Server provides a framework for calling PHP functions on a Drupal site from code running on a different Drupal site.

See the live demonstration page for some technical details. That page is generated by the codeserver_test module which is included in the project package.

Swagger.IO Services Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Swagger is a specification for documenting RESTful services. Documentation can be found at https://github.com/swagger-api/swagger-spec.

This module integrates with Services (https://drupal.org/project/services) to generate swagger-parsable json documentation. Optionally, the swagger-ui library can be installed to provide a page for displaying the documentation in a user-friendly manner.

JS Feeds Preview before Import

Component type

module

Categories

Maintenance status

Development status

Downloads

259

Component created

Component changed

shows the preview of the json file before import of the json file mainly using js and css

Installation and Configuration

Feeds Preview before Import :
- shows the preview of the csv file.

Install:
-Install this module.
1.Once you have installed this module, go to the import page and select any feed import
2.Once you browse and add any json file immediately the preview of the json file will be displayed.

Dependecies
feeds

Drupal 5 migration

Component type

module

Categories

Maintenance status

Development status

Downloads

537

Component created

Component changed

Drupal 8 has builtin migration paths from Drupal 6 and Drupal 7 - this module will extend the core support for migration from Drupal 5. The initial goal is simply getting the most basic site content - terms, users, and nodes - into Drupal 8, and we will refine from there.

Git Clone

Component type

module

Maintenance status

Development status

Downloads

930

Component created

Component changed

What this module does

Clones, manages and synchronizes a specific git repository reference from a remotely hosted git repository. This allows the cloned repository references to be consumed in a Drupal environment. Consumers of cloned git repositories are tools that perform certain functions like parsing or building from several repository references.

An example of a consumer: the API module

Exchange Rates API

Component type

module

Maintenance status

Development status

Downloads

1377

Component created

Component changed

Exchange Rates API module gives some elements to developers to allow their modules to convert from one currency to another.

It uses the Open Exchange Rates API to keep the rates of more than 170 currencies around the world updated.

Integration

Component type

module

Maintenance status

Development status

Downloads

611

Component created

Component changed

This project allows a content Producer to share its content with multiple Consumers using a shared Backend.

The main repository is on GitHub, mirrored here for convenience.

Attention: this module is still in a very early development stage, API and/or schema changes may still happen without providing any safe upgrade path.

Feeds embedded media

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide new feeds tamper to import embedded media and manage them with drupal file managment when importing HTML text.

How I handled that before this tamper:

  • Download these embedded images to server
  • Rewrite the image paths in the HTML chunks to point to server paths

Installation

Installation is the usual, see http://drupal.org/node/70151 for further information.