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(); ?> Maryland Governor Signs On to Real ID at spencerb.net



Maryland Governor Signs On to Real ID

Governor Martin O’Malley of Maryland has agreed to implement Real ID in the state. The Baltimore Sun provides this analysis on Feb 7, 2008:

Although the Bush administration labels opponents of Real ID as anti-security, the program likely will lessen security by making databases of personal information accessible to third parties and vulnerable to data theft. Further, the underfunded federal mandate of Real ID will force Maryland to divert millions of dollars from the state’s starved homeland security budget, diminishing homeland security preparedness.

Further, Real ID reduces judicial authority to review important immigration-removal decisions. This unaccountable mess also violates the spirit of the Privacy Act of 1974, which requires that individuals must have control over their personal information. Regrettably, DHS’ final regulations for Real ID, issued Jan. 11, fail to make the Privacy Act binding on this program.

Shortly, I will post some interesting aspects of the legislation itself. It mandates that states participate in a program linking their databases to one another. Obviously, tons of electronic exchanges go on everyday without security breach, but on the same note identities are stolen and security is breached everyday. Do we really want the government organizing information like this without a coherent system? Is the government trustworthy with a database of this comprehensive nature?

Update: Comments are closed due to spamming activities.

[?]
Share This

Related posts:

  1. Total Estimated Cost of Real ID
  2. S. 563 02/13/08 Senate Real ID Extension Bill
  3. Real ID Civil Liberties Issues
  4. Real ID Extension Stops Implementation
  5. What Does it Mean to Oppose Real ID?


Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It