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(); ?> What Does it Mean to Oppose Real ID? at spencerb.net



What Does it Mean to Oppose Real ID?

I was reading over an article titled Colorado Opposes Real ID Plan
and I got excited at the prospect of another state outright rejecting the plan. Then I read on:

On a February 1 deadline, the Department of Homeland Security (DHS) granted Colorado’s request for an extension regarding the Real ID plan. The extension gives Colorado until January 1, 2010 to comply with the law. However, in a somewhat confusing situation, the DHS says it will not enforce Real ID until that date for all states because so many are opposed to it, while still requiring states to request extensions if they claim difficulty reaching compliance. The original start date for Real ID was May 11, 2008. 39 states have opposed Real ID either by receiving extensions, or by approving or proposing resolutions in their legislatures.

There seems to be some confusion that filing for an extension is an opposition. I guess in the sense that one could apply for an extension with the belief that the plan would be derailed in the future, but I think the likely reason is that it is not feasible. Hopefully, this discrepancy is clarified as reporting continues.

[?]
Share This

Related posts:

  1. Real ID Extension Stops Implementation
  2. DHS Real ID Funding – Better Numbers
  3. Total Estimated Cost of Real ID
  4. Maine’s Concession?
  5. Maine’s Compliance with Real ID Effective Saturday

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It