mydrupal
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This is my first drupal project
This is my first drupal project
Drupal's Goutte = Drupal + Feeds + Goutte
Drupal's Goutte integrate with Feeds to provide:
- Feeds fetcher & crawler
- Feeds parser: CSS3 & XPath query syntax
Goutte come from author of Symfony - Fabien Potencier
Goutte, a simple PHP Web Scraper
Goutte is a screen scraping and web crawling library for PHP.
How often have you been creating a custom time format and couldn't remember which code does which. Is it 'g' I want, or is it 'H'? Is 'm' for month, or minutes, and is it the long or short form?
Sure, you could follow the link to the PHP manual and look it up there, but why can't the docs be on the same page where you're typing it out?
Date Format Help does just that.
Note: This module is deprecated in favor of imagecache_external, which provides additional functionality such as support for image files from other servers and custom permissions.
Provides a simple mechanism for module and theme developers to use image styles on image files not stored in the files directory. For example, images supplied with a module.
This Drush extension provides simple commands for managing entries in /etc/hosts. From the project's help text:
$ drush hosts --help
Manage entries in /etc/hosts. (Requires sudo password)
Options:
--fqdn A comma-delimited list of domain names. [...]
--ip The IP address of the server or site.
--purge Remove all entries in /etc/hosts [...]
--remove Remove an IP address or domain(s).
Aliases: hsYou've just installed a module, but now you need to configure it. Where is that new menu item?
You can check the README.txt or look at admin/by-module in Drupal 6. Drupal 7 made this slightly better by allowing modules to provide a configure link in their info file. These configure links are shown on the module list, but it becomes a hassle to locate that link once many modules are installed.
The administer users permission is more broad than necessary and not prudent to give most roles. For example, it is often the case that we need to be able to allow a role the permission to create users, but this is within the "administer users" permission. (A problem solved with the UCreate module, but it has not been upgraded to Drupal 7 yet.)
I'd also like to allow users with a given permission the ability to assign other users with a configurable list of roles or a family of permissions. I'm not sure what the UI for that will look like yet though.
A Drupal 7 module that gives a user with permission a page [example.com/html-sample] for testing theme renders of elements common in most Drupal sites, including many basic drupal interface freatures (tabs, messages, help) and Form API elements.
Provides integration points for the Petfinder.com API service. The following features are provided:
This modules provides RabbitMQ integration with Drupal's queuing system. The module requires the php-amqplib library to run.
The Drupal 8 module uses the Queue API to declare and send data to a queue, and it's primary focus is to allow developers to integrate data submission with RabbitMQ.
Queues and exchanges are both supported.