Feeds: Vimeo

Component type

module

Maintenance status

Development status

Component created

Component changed

Vimeo parser for the Feeds module.

This module adds a new parser for Feeds module that makes it possible to parse and import Vimeo video feeds using Advanced API.

The module will ask for your advanced api key and secret given to you by vimeo at http://vimeo.com/api/applications/new

The module currently supports the following methods (but could support many more with little effort):

Gitosis

Component type

module

Maintenance status

Development status

Downloads

2085

Component created

Component changed

This module automatically manages user access to git repositories through gitosis.

Git repositories are managed in a per organic group basis. By collecting info from all the repositories and users in each organic group, a gitosis.conf and a set of ssh keys are created and pushed to gitosis-admin repository. This process occurs in a drush task called 'gitosis'.

Batch Operations

Component type

module

Maintenance status

Development status

Component created

Component changed

This Module Processes Mass Operations in batches(batch_set()) and takes php code and executes it number of times you want it to.

I hope this module will help Develpoers in some or another way.

One can run similar code for multiple times without getting "memory limit exceeded" or "mysql server gone away" error.
Currently you can run cron for number of times you want by typing
drupal_cron_run(); in Code to execute: field and putting number of times you want to run Cron.

PDFPreview

Component type

module

Maintenance status

Development status

Downloads

14275

Component created

Component changed

Purpose

This module lets you show a preview of PDF files uploaded through FileField.

This module uses ImageMagick to extract the first page of a PDF file to a JPEG image which is used as PDF preview link to the file.

In Drupal 6, if imagecache module is available, you can select any imagecache preset for the PDF preview image link.

In Drupal 7, image styles are available to use as preview image.