Custom Search Box is a simple little module that gives a user with Administer search privileges an easy way to change the appearance of the search box used by many themes.
This is a proof of concept theme with removes all core CSS classes and ids from Drupal's theme layer output. It is currently not intended to be used as a production theme, as it most likely breaks lots of stuff (especially all core javascript) that core spits out.
I started work on a D7 release, and part of it is in the repository, NOT all parts are production ready or complete. At present ONLY Andreas 00, 01, 02 & 09 have been ported. I now have little time, so if someone wants to pick this project up, please contact me.
Information
This is a set of all the Andreas0X themes (Andreas00 - Andreas09) and comprises of the themes shown at the bottom of this post. Please note that the themes were designed by Andreas Viklund, not me so all credit for design must go to Andreas, I have simply ported them to Drupal.
Web applications that need to access services protected by a user's Google or Google Apps (hosted) account can do so using the Google Authentication service. This service lets web applications get access without ever handling their users' account login information. Many but not all Google services support the Authentication service; check first with the service you want to access.
Google offers two libraries for handling authentication: one using the OAuth open standard, and a second interface called AuthSub, developed prior to the release of the OAuth standard. This module implements the AuthSub interface.