Nodequeue RSS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Nodequeue RSS module provides a simple way to output nodequeue or subqueue nodes as RSS feed.

That might be useful for integration with 3-rd party consumers like Mailchimp etc.

Depends on the nodequeue module.

Basic usage:

After module installation, the new checkbox will be added to the nodequeue edit form. You need to specify which nodequeues are allowed to be exported as RSS, otherwise you will see access denied page when you hit feed url.

RSS Feed url - nqrss/qid/[sqid]/[feedLength]

WebSockets

Component type

module

Categories

Maintenance status

Development status

Downloads

989

Component created

Component changed

This module is NOT production site ready. Please test locally, or behind a firewall and provide bug reports/feedback.

This module enables other modules to include WebSockets (http://dev.w3.org/html5/websockets/) functionality. It has a very simple API (currently in development), to allow PUSH updates to be sent to Drupal users.

Newsletter subscription

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a simple way to get email addresses for a newsletter and provides an unsubscribing feature.
Views support to come (for CSV and display) as well as an integrated CSV export feature.

Dependency : Simple Subscription (this dependency may be removed later)

Plain

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provide a way to represent drupal information(fields) as plain text.

Currently, the only generators(ctools plugins) available are:

  • file
  • : Convert files to plain text using external tools(pdftotext, ps2pdf, catdoc, html2text, unrtf, catppt, xls2csv).

Appointment

Component type

module

Maintenance status

Development status

Component created

Component changed

The module can create appointments and keep track of them.
Include its features are:

  • Set up an e-mail itself can create more than one appointment
  • Set weekends
  • Configure holidays
  • Set up appointments
  • Set the repetition of pages per day
  • Set the start time and end time for appointments

Has an administration panel to change your dating status.
Select the date via a calendar with jQuery UI.

Drupal 7

No release date.

Format CSV

Component type

module

Maintenance status

Development status

Downloads

1711

Component created

Component changed

Format CSV is a module targetted at Drupal developers, allowing to format standard table array as CSV, mimicking Drupal's built-in theme_table() function behavior.

It accepts both simple arrays of cell values and associative arrays with "data" keys, strips all HTML tags and ignores all HTML attributes, returning full content of CSV file with default or user-defined CSV field delimiters and enclosures.