PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> The Irony of History: Land Rover & Jaguar at spencerb.net



The Irony of History: Land Rover & Jaguar

Wikipedia offers us this on Land Rover: “Land Rover is a British all-terrain vehicle and Multi Purpose Vehicle (MPV) manufacturer, based in Gaydon, England, UK.”

And this on Jaguar
: “Jaguar Cars Limited is a luxury car manufacturer, originally based at Browns Lane, Coventry, England but now at Whitley, Coventry.”

Currently, Jaguar and Land Rover brands are produced by Ford. A bit of irony there as the United States became the hegemon and overwhelmed her colonizer. The UK taxed us into the Revolutionary War and we came out victorious. To me a greater irony lies in the rapid expansion of India because of the exploitative nature of British rule. Now it seems an Indian car company, Tata, will begin producing these unmistakably British cars.

The phrase history repeats itself is often recanted. It makes you wonder what will be in store for the current super powers?

[?]
Share This

Related posts:

  1. Detroit Auto Bailout
  2. Chapter 11 a Solution for US Carmakers?
  3. Obsessive Compulsive Web Researching
  1. Adam posted the following on March 1, 2008 at 10:53 am.

    Haha.. Gaydon.


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It