Web Torrent

Component type

module

Categories

Maintenance status

Development status

Downloads

282

Component created

Component changed

This module implements the web torrent javascript library in your Drupal site. The module currently loads the library on every page via hook_init() and the Libraries module. This is a foundational developers module to add new file distribution capabilities to Drupal web sites.

Requirements:

  • Libraries

Additional Installation Steps:
The Web Torrent minimized javascript file needs to be downloaded to your current libraries folder from the Github page.

Underscore

Component type

module

Maintenance status

Development status

Component created

Component changed

This is an experiment

HTML to PDF API

Component type

module

Maintenance status

Development status

Component created

Component changed

Parent module over other HTML2PDF modules to use one set of functions to convert HTML document into PDF file, regardless of PDF engine.

URL filter reloaded

Component type

module

Maintenance status

Development status

Component created

Component changed

The drupal core filter "Convert URLs into links" (filter_url) is converting strings with "@" into email addresses even if there is no domain suffix present. (eg: working@home). While those strings contain valid domain name (home is a fully valid domain name by standard) with the current usage of "@" character this might not be the desired effect. (this is the topic of the ticket 2016739 )