You are here

js

Boot Space

Been working to extend the Shurly module - http://drupal.org/project/shurly
Written by jjeff to be fast on its redirect so it is run as early as possible in hook_boot.
Hook_init's big brother.

I was trying to get a built hook
module_invoke_all('shurly_redirect_before', $row);
to fire in my module. The only seeming way to get your modules into the boot space with ShURLy is to invoke hook_boot() or hook_exit(). This will be reflected as a True value in the db.system.boot.

My function looks like this:

Notes from March 7 jquery class

Jquery class

184.73.251.126

rsync -avzF -e "ssh -i /users/michael/.ssh/hofmockel.pem" --rsync-path="sudo rsync" --exclude 'sources' ubuntu@184.73.251.126:/var/www/ /users/michael/sites/hofmockel.org
--exclude 'sources'

etherpad - http://lullapad.com/chicago-jquery-2011

rsync -avzF -e "ssh -i /users/michael/.ssh/hofmockel.pem" --rsync-path="sudo rsync" ubuntu@184.73.251.126:/var/www_private_files/ /users/michael/sites/hofmockel.org/www_private_files/

------------------------------