Media DrupalGap

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

UPDATE: This project has been abondonded since the safe_value on body fields has already converted the media tags into HTML, and DrupalGap core has been updated to support this.

Adds support for the Media module's "Convert Media tags to markup" setting with Input Formats, so that the Services module's Node Retrieve resource will return additional file data about the media files embedded within a node's body.

File Scanner

Component type

module

Maintenance status

Development status

Downloads

546

Component created

Component changed

Overview

The File Scanner module is a utility module that allows to analyse files
locally recursively inside a folder.
During the parsing, the module opens each file - that matches a user-defined
allowed file extension -, opens it as an HTML document and tries to find a
user-defined HTML element (tag, attribute or even text) matching a CSS3
selector with the help of QueryPath library.
Each match is stored in the database grouped per analysis. Each analysis can
then be viewed through the interface, providing a statistics summary.