I thought I would put this out to the community in case someone finds it useful.
I have built and use a drupal 5 module that performs "Client Side Encryption". This allows encryption/decryption of content or parts of content solely within the browser. Neither the network nor any server php code gets to see any plaintext content it shouldn't nor are the pass phrases passed back to drupal. All the encryption/decryption work takes place in the browser with javascript.
OpenPackage Video is a module for Drupal 5.1 that enables YouTube-style functionality for your site. Submitted videos are transferred to openpackage.biz for transcoding to Flash video and then returned to your site for display. Our transcoding service supports all major codecs.
To use this service, transcoding credit must be purchased from the openpackage.biz website. It is sold by the megabyte.
The Drupal Song has been GPLed, and due to the boredom brought by the easter season, there is now a Drupal Song ringtone available in the norwegian Drupal site (in 6 different sound formats for phone and pda compatibility). The song was edited down to 30 seconds and sorry Jeff, the vocals were removed in the ringtone.
hmm... should we be hearing this in malls and grocery stores? If ever I hear it on another person's phone, I'll surely approach him/her. :-)
In many places the use of icons makes for a nicer gui. In order to get a more unified look, it doesn't make sense if every module brings along it's own icons, but it should be able to ask the system for an icon by a functional name.
I think we need such an API in drupal core, but for prototyping and discussing a module in contrib should be fine.