-
This module provides the standard core user login block in a form that can be incorporated into an external website, for example by using the HTML <object> or <iframe> tags.
This module is very small and lightweight.
It provides a way to assign a cascading style sheet to the form as presented to allow its appearance to fit with the website in which it is incorporated. Already authenticated users are presented with a link to the Drupal site with a user selectable text message.
links for 2010-06-19
-
PubSubHubbub (PuSH) is a publish/subscribe protocol for content syndication. A Publisher provides content via Atom or RSS feed, a Subscriber consumes it. Every time content is added or changed, the Publisher notifies all Subscribers via a Hub.
-
n extension for the Quiz modules. Provides functionality for importing and exporting questions and results.
links for 2010-06-17
links for 2010-06-16
links for 2010-06-10
-
Question Field module can be used to create evaluations, questionnaires, surveys, and anything else you might want for gathering information from users. The module works much like Webform, but uses CCK to create it's fields.
Think of the content type as a template for a questionnaire (survey, evaluations, questionnaires, quiz,..) that defines the type of answers that can be collected (text, image, video), and the node as the questionnaire created from the template.
links for 2010-06-09
-
Allow to add steps to any node create/edit/add form.
CCK fields and groups can be assigned to any step.
Form is submitted only at last step (not like multistep module do).
Navigation button at the top of form show current, submitted and unsubmitted steps with different styles so user can see what he did and what he should do to finish.
And the main difference to multistep module – forms values are stored in $form_state['storage'] (not in database) so we do it in Drupal way!
links for 2010-06-07
-
This module provides a simple integration of the Google Wave Embed API by creating a node type "google wave".
Just grab the id of the wave you want to publish on your drupal site, create a new google wave node and enter the id there. Afterwards click save and you're done.
links for 2010-06-03
-
389 Directory Server (formerly Fedora Directory Server) is a full-featured LDAPv3 compliant server. In addition to the standard LDAPv3 operations, it supports multi-master replication, fully online configuration and administration, chaining, virtual attributes, access control directives in the data, Virtual List View, server-side sorting, SASL, TLS/SSL, and many other features. The transactional Berkeley DB 4.2 is used as its data store and a full plug-in API allows developers to extend the the functionality of the server in many ways, and many of the core features of the server are already implemented using this API. The server is very mature, having started out as Netscape Directory Server.