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(); ?> Maine’s Concession? at spencerb.net



Maine’s Concession?

Well, I have fallen behind on update the spencerb.net-o-sphere on Real ID, but I will give you a quick catch up that divulges to you most of my knowledge.

First of all, March 31, 2008 was the deadline for states to file for an extension. Several states including South Carolina, Maine, New Hampshire and Montana held out to the end. Keep in mind that filing for an extension is by no means a commitment to enforcing this law. A larger number of states including New Hampshire, Maine, South Carolina, Oklahoma, Washington and Montana have expressed their hesitancy toward enacting Real ID.

I found this paragraph of the above linked the cnet news article particularly interesting:

In political terms, that’s a long time–and a new presidential administration–away. Some opponents of Real ID are already predicting that no state will actually comply with the deadline, or, alternatively, the next administration will find a way to quietly dispose of Real ID without much fanfare.

The justification for this argument is that in order for the Department of Homeland Security to not look completely silly they took the promises of Governors as enough to grant an extension until December 31, 2009. The May 11, 2008 deadline for enactment will be enforced for 0 of the 50 states. When Maine was threatening non-compliance for the May 11, 2008 DHS countered that Maine citizens would no longer fly. What sort of world would the U.S. have descended into if we restricted the citizens of Maine from flying on commercial airliners. I am sure that would have been great for the airline industry bottom line, not to mention basic rights of U.S. citizens.

[?]
Share This

Related posts:

  1. What Does it Mean to Oppose Real ID?
  2. Real ID Extension Stops Implementation
  3. Maine’s Compliance with Real ID Effective Saturday
  4. Does an ID Make You American?
  5. Total Estimated Cost of Real ID

Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It