A Feeds parser plugin that extracts the title and content of a webpage using a PHP port of Readability.
Readability was originally developed as a Javascript bookmarklet to ease online reading by automatically extracting the content and title of a webpage, stripping out sidebars, advertisements, and other navigational cruft. The algorithm is now commonly found built in to the Safari web browser -- just look for the "Reader" icon that appears in the location bar when you browse to an article on a news site for an example of this in action.
This parser plugin provides three mapping sources for your Feeds importer: title, content, and image. Try using this plugin in combination with Feeds Self Node Processor and FileField Sources to automatically fetch the remote article's image to an image field on your target node.
This module provides a field for adding universally unique identifiers (UUID) to Drupal entities, called a DRUUID.
It also lets you choose which type of valid RFC 4211 compliant UUID type you would like use, i.e. v3, v4 or v5.
Version 3 and 5 UUIDs are named based. They require a namespace (another valid UUID) and a value (the name). Given the same namespace and name, the output is always the same.
Version 4 UUIDs are pseudo-random.
UUIDs generated below validates using OSSP UUID Tool, and output for named-based UUIDs are exactly the same.