Feeds namespaces

Component type

module

Maintenance status

Development status

Downloads

344

Component created

Component changed

Abandoned: In the unlikely case that you need this namespace, just contact me.

Autonomy IDOL search

Component type

module

Maintenance status

Development status

Component created

Component changed

Offers an implementation of the Search API that uses an Autonomy IDOL server for indexing content.

Abandoned!!

Please feel free to take this code and run with it!!

Flexinodes

Component type

module

Maintenance status

Development status

Component created

Component changed

Flexinodes are fieldable entities that can be embedded into a host entity.
The main difference between this project and field_collection is that flexinodes allow a sitebuilder to define more then one fieldable flexinode entity per host field instead and share the flexinode entities between host fields. A true many to many relation between Host entity and flexinode's.

Kasabi

Component type

module

Maintenance status

Development status

Downloads

378

Component created

Component changed

There are a number of open datasets provided on the Kasabi platform. Datasets include the CIA World Factbook, the BBC's Programs, or NASA's spacecraft dataset.

This project currently gives examples for how other Drupal modules can be used to bring data from Kasabi into your Drupal site.

Guest

Component type

module

Maintenance status

Development status

Downloads

1459

Component created

Component changed

Overview

This module is useful for sites that share a guest account by more than one person. For example, if you have a conference website and want to provide a special download area to conference participants, you may consider creating a role "guest" and one user "Guest user" that only belongs to that role. At the conference you provide the username and password of that Guest user to all participants.

Like the Anonymous user, the Guest user should not be able to edit anything on the site, but just have additional view (download) access. Drupal core lacks to support this situation. It only offers you disallowing the Guest to edit her username, via the "change own username" permission, but may still allow the Guest to edit other profile items such like password, e-mail address, upload photo, custom profile fields and other settings. This module closes this gap.