This is a very simple module which provides an input filter that can be enabled for specific input formats. This filter allows an editor with permission for this input format to embed any available block into content by using the blocks module and delta in the following syntax: [block:{module}:{delta}].
For example, if I wanted to embed the Powered By Drupal block into some content, I would use [block:system:0].
DISCLAIMER 1: Care needs to be taken. For example, if you embed something you don't want anonymous people to see (such as devels switch user form), then it will be embedded into the content and displayed with the permission of the person who "rendered" the content. For example, if you empty the cache and then an anonymous visitor views the page - the content will be rendered and filtered as anonymous and then cached like this.
Using Views2, this module delivers a way to podcast with nodes that have CCK FileFields included as RSS file enclosures. It provides a podcast-compatible (as determined by Apple) RSS feed, using node variables, getID3, filefield in cck, and filefield meta data to generate the RSS tags.
Receive OAI-PMH request of service providers in form of HTTP request (GET or POST)
Handle and responsd to the OAI-PMH request
Map Drupal nodes (created by CCK module) to OAI records (use the configuration on admin settings for oai2ForCCK)
Respond to OAI-PMH request in form of HTTP response (XML) to the service provider
D6 branch
The D6 branch allows a user to select which content types they wish to expose in their OAI repository. After selecting the content types to expose, the user can specify fields from each content type to expose and assign them a tag like 'dc:subject', 'dc:creator', etc. The D6 version can currently respond to Identify, GetRecord, ListIdentifiers, ListMetadataFormats, and ListRecords requests. ListSets is currently not implemented (and not required by OAI).
Gives ordinary users and programmers the ability to show a Google Map on page with no programming required.
Just stick a simple div in the content with some special attributes and a Google Map will be displayed at that point. If you copy and paste examples. make sure Drupal's line break filter (enabled even for full HTML!) won't make the div invalid.
This module takes the favicon for the current site/theme and makes it available at the url example.com/favicon.ico (where example.com is your domain). The problem is that some web browsers and web applications blindly make a call to example.com/favicon.ico looking for your sites favicon. In drupal this causes an error entry to show up in the logs because there is nothing there.
If you want your icon to show at that address you can put a copy of your favicon n the root drupal directory. But, what if you have a multisite configuration with different favicons. This module will allow that address to show the current themes favicon at example.com/favicon.ico and it will work for multisite configurations.
Configuration
For this module to work properly you need to:
Drupal 6: enable the core 'Shortcut' module
Drupal 6/7: comment out #RewriteCond %{REQUEST_URI} !=/favicon.ico in the Drupal root .htaccess file