remotecode

Categories

Component ID

2466419

Component name

remotecode

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

RemoteCode is a Drupal module providing a content filter to allow embedding the content of a file hosted on a remote site, like GitHub, BitBucket or other similar sites.

The idea is to ease the inclusion of the source code of such files without "copy and paste" operations, which are prone to mistakes or are inconvenient. The goal is that the embedded source code is always precise because it is referencing a specific revision, or is always up to date because it is referencing the HEAD revision.

After receiving the content of the referenced remote file, it wraps them for syntax hightlighting, which is achieved through the "GeSHi Filter" module.