Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module simplifies the process of adding feeds from different Video on Demand (VOD) providers and provides some additional interfaces to the normal Feeds Importer.
Enterprise Links is an App for managing resource links. It can be used to keep a short list of valuable resources or the basis for a full blown link directory like dmoz.org. It is a part of the Open Enterprise distribution but can be installed on any Drupal 7 site.
Features
link content type with link field
view listing pages similar to dmoz.org of links that can be filtered by categories
categories block view
enhanced admin view for better content administration
Installation
Install the module and dependencies. There are three ways to install using Drupal 7:
Do a traditional install by downloading all the modules from Drupal.org and follow instructions
Hard Wrap Single Newlines
Treat single newlines in paragraph-like content as line breaks. This is more intuitive for most users than the way in which Markdown normally handles single newlines.
Escape Underscores in Words
It is not reasonable to italicize just part of a word, therefore words containing multiple underscores have their inner underscores escaped. This foo_bar_baz does not turn into foobarbaz.
Fenced Code Blocks
Markdown supports delineating code blocks by beginning each line with four spaces or a tab character. This can be cumbersome when entering longer snippets, so GFM implements fenced code blocks -- text encapsulated by '```' (three backticks) are treated as if each line began with four spaces or a tab character.
Auto Linking of Raw URLs
Github Flavored Markdown attempts to find raw URLs within the text and format them as Markdown style links so they are later transformed into HTML anchor tags -- clickable links -- by the Markdown processor.