Downloads
Release notes
27Mar11
Initial release:
Module will create non-Drupal page in files directory on install
Module hooks ShURLy at hook_shurly_redirect_before() and looks for a cookie. Cookie is set on first time through so that you never have to go through the redirect again.
When the cookie does not exist, user is redirected to t he non-Drupal page before passing on with another redirect via JS. The destination is pulled from a query string. As Drupal does not have to fully boot it is still fairly fast. There is an admin page that allows you to inject any valid HTML head code (ie JS). Custom tracking code code like Google analytics or other that allows more robust tracking.
This module needs polish but functionally is complete as intended.